Zandronum Chat on our Discord Server Get the latest version: 3.2
Source Code

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003403Zandronum[All Projects] Suggestionpublic2018-03-08 21:322018-03-08 21:32
ReporterFilystea 
Assigned To 
PrioritylowSeveritytrivialReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003403: hu
Description/home/hue/bin/zan/zanstab/src/./gl/system/gl_system.h:53:10: fatal error:
      'malloc.h' file not found
#include <malloc.h>
         ^~~~~~~~~~

and

/zanstab/src/sound/music_mus_midiout.cpp:37:10: fatal error:
      'malloc.h' file not found

swap that to stdlib.h ( there are places this can not be done (glibc crap) but here? Why keep that thing?


_______________

/home/jew/bin/zan/zanstab/src/sdl/crashcatcher.c:8:26: fatal error: sys/ucontext.h: No such file or directory
 #include <sys/ucontext.h>

commented header out. No complains.


____________


/home/dis/bin/zan/zanstab/src/sdl/i_system.cpp:697:7: error: use of undeclared
      identifier 'WIFEXITED'
                        if(WIFEXITED(status) && (WEXITSTATUS(status) == ...
                           ^

should have #include <sys/wait.h>


_______________


/home/alos/bin/zan/zanstab/src/sound/i_music.cpp:47:10:: not found
$ 'wordexp.h' file not found

commented header out. No complains.

___

    an/zanstab/upnpnat/xmlParser.cpp:661:27: error: cast from
      pointer to smaller type 'char' loses information
        lpszNew[cbData] = (TCHAR)NULL;


This piece of baby was beyond me. I swaped 0 with NULL.

there were few more but those were hard to be called perrors. Mostly the os lacking, still with possible walk arounds.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

Issue Community Support
Only registered users can voice their support. Click here to register, or here to log in.
Supporters: No one explicitly supports this issue yet.
Opponents: No one explicitly opposes this issue yet.

- Issue History
Date Modified Username Field Change
2018-03-08 21:32 Filystea New Issue






Questions or other issues? Contact Us.

Links


Copyright © 2000 - 2025 MantisBT Team
Powered by Mantis Bugtracker