Anonymous | Login | Signup for a new account | 2025-06-17 10:33 UTC | ![]() |
My View | View Issues | Change Log | Roadmap | Zandronum Issue Support Ranking | Rules | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||
0003403 | Zandronum | [All Projects] Suggestion | public | 2018-03-08 21:32 | 2018-03-08 21:32 | ||||||||
Reporter | Filystea | ||||||||||||
Assigned To | |||||||||||||
Priority | low | Severity | trivial | Reproducibility | always | ||||||||
Status | new | Resolution | open | ||||||||||
Platform | OS | OS Version | |||||||||||
Product Version | |||||||||||||
Target Version | Fixed in Version | ||||||||||||
Summary | 0003403: 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 | |||||||||||||
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. |
![]() |
|||
Date Modified | Username | Field | Change |
2018-03-08 21:32 | Filystea | New Issue |
Copyright © 2000 - 2025 MantisBT Team |