Has anybody successfully compiled 9.9m.
I get the follwing problem:
gcc -g -O2 -I /usr/lib/qt3/include -I../../include -I../../src -g -c =
rt_runlib.cpp -o rt_runlib.o
rt_runlib.cpp:18:24: rt_project.h: No such file or directory
rt_runlib.cpp: In function `int main(int, char**)`:
rt_runlib.cpp:1703: warning: `__comp_ctpr' is depreciated (declared at =
/usr/include/kapplication.h:172)
rt_runlib.cpp;1708: error: syntax error before `(' token
make[1]: *** [rt_runlib.o] Error 1
make[1]: Leaving directory `/other/hbasic/runtime_lib/compiler'
make: *** [all] Error 2
I can't find rt_project.h anywhere.
Nigel |