compilation requires kdevelop
Status: Pre-Alpha
Brought to you by:
chris_a_thomas
the source code requires the project to be compiled
through kdevelop, whose project file contains
include/lib files to compile with/against, yet when you
try to compile from the console, it'll complain about
not being able to find header files.
I tracked this down to kdevelop was instead of putting
those headers/libs into the Makefile, was upon
building, setting environment variables that the
compile would then pick up.
I dont know how to solve this, I dont have enough
experience with gcc or kdevelop
Logged In: YES
user_id=682144
This would be fixed by putting those includes and library
flags into the Makefile.am file instead of the kdevelop
project, kdevelop would use them and so would people
compiling from the console, why on earth kdevelop doesnt
just put these into the configuration and use this method
is beyond me