2025-07-23 23:02 CEST

View Issue Details Jump to Notes ]
IDProjectCategoryView StatusLast Update
0004331Spring engineLinuxpublic2014-03-16 14:28
ReporterPixelOfDeath 
Assigned TojK 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionwon't fix 
Product Version96.0 
Target VersionFixed in Version 
Summary0004331: Missing glew functions on linking
DescriptionSource won't compile on linux because of missing glew functions during linking.
Steps To Reproduceon xubuntu 12.04 LTS 64bit, up to date

Trying to build from spring_96.0_src.tar.gz
mkdir build
cd build
cmake ..
make -j4

...
CMakeFiles/engine-legacy.dir/__/__/Map/SMF/SMFGroundTextures.cpp.o: In function `CSMFGroundTextures::LoadTiles(CSMFMapFile&)':
/home/osbios/dev/spring/spring_96.0/rts/Map/SMF/SMFGroundTextures.cpp:161: undefined reference to `__GLEW_ARB_ES3_compatibility'
CMakeFiles/engine-legacy.dir/__/__/Rendering/VerticalSync.cpp.o: In function `CVerticalSync::Delay() const':
/home/osbios/dev/spring/spring_96.0/rts/Rendering/VerticalSync.cpp:108: undefined reference to `__GLXEW_EXT_swap_control_tear'
CMakeFiles/engine-legacy.dir/__/__/Rendering/VerticalSync.cpp.o: In function `CVerticalSync::SetInterval(int)':
/home/osbios/dev/spring/spring_96.0/rts/Rendering/VerticalSync.cpp:64: undefined reference to `__GLXEW_EXT_swap_control_tear'
...
Additional InformationSame problem with latest git version
TagsNo tags attached.
Checked infolog.txt for Errors
Attached Files

-Relationships
+Relationships

-Notes

~0012939

jK (developer)

* distro too old
* update glew yourself
* use linux static builds
+Notes

-Issue History
Date Modified Username Field Change
2014-03-14 19:46 PixelOfDeath New Issue
2014-03-15 00:57 jK Note Added: 0012939
2014-03-16 14:28 jK Status new => closed
2014-03-16 14:28 jK Assigned To => jK
2014-03-16 14:28 jK Resolution open => won't fix
+Issue History