Problem at Compiling
Wed, 2010-09-15 11:43
Hello
I have a problem with compiling hedgewars
I have that when I compile "make"
Compiling SDLh.pas
Compiling uMisc.pas
Compiling uConsts.pas
Compiling uFloat.pas
Compiling uMisc.pas
Compiling uConsts.pas
Compiling uLocale.pas
Compiling uMisc.pas
Compiling uConsts.pas
Fatal: Can't find unit GL used by uConsts
Fatal: Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode (normal if you did not specify a source file to be compiled)
make[2]: *** [bin/hwengine] Erreur 1
make[1]: *** [hedgewars/CMakeFiles/hwengine.dir/all] Erreur 2
make: *** [all] Erreur 2
thanks
Sorry for my bad english
You're somehow missing the OpenGL unit from Free Pascal.
I got the solution
I forgot to install the package fpc-gfx or something like that
thank you