Marginal / GroundTraffic

Animated ground vehicle traffic kit for X-Plane
http://marginal.org.uk/x-planescenery
GNU Lesser General Public License v2.1
10 stars 12 forks source link

Won;t Compile in Linux Mint 20 #9

Open negout opened 3 years ago

negout commented 3 years ago

I tried compiling the ground traffic and got errors. This is what I got in the terminal: greg@greg-System-2:/media/greg/Link to X-Plane 11/Custom Scenery/GroundTraffic-master/src$ make -f Makefile.lin gcc -march=core2 -ffast-math -pipe -Wall -Wdouble-promotion -Winline -Wno-missing-braces -static-libgcc -shared -fPIC -fvisibility=hidden -O3 -s -DNDEBUG -DAPL=0 -DIBM=0 -DLIN=1 -DVERSION=2.2 -I../../XPSDK302/CHeaders/XPLM -I../../XPSDK302/CHeaders/Widgets -m32 -c -o Linux32/groundtraffic.o groundtraffic.c In file included from groundtraffic.c:9: groundtraffic.h:58:12: fatal error: GL/gl.h: No such file or directory 58 | # include <GL/gl.h> compilation terminated. make: *** [Makefile.lin:66: Linux32/groundtraffic.o] Error 1