Hi I'm trying to get leocad working under ubuntu 7.10. I grabbed it from svn, but make fails like this, any idea what to do or which message.h it's missing?
[EMAIL PROTECTED]:~/software/lego/leocad/08_07_19$ make g++ -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -O2 -Wall -Ilinux -Icommon -DLC_LINUX -g -include linux/config.h -c -o linux/dialogs.o linux/dialogs.cpp linux/dialogs.cpp:24:21: error: message.h: No such file or directory common/lc_message.h:13: warning: ‘class lcListener’ has virtual functions but non-virtual destructor common/project.h:62: warning: ‘class Project’ has virtual functions but non-virtual destructor linux/dialogs.cpp: In function ‘int propertiesdlg_execute(void*)’: linux/dialogs.cpp:2392: error: ‘LC_MAXCOLORS’ was not declared in this scope linux/dialogs.cpp:2393: error: ‘totalcount’ was not declared in this scope linux/dialogs.cpp:2394: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘lines’ linux/dialogs.cpp:2396: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘count’ linux/dialogs.cpp:2424: error: ‘col’ was not declared in this scope linux/dialogs.cpp:2426: error: ‘colornames’ was not declared in this scope linux/dialogs.cpp:2437: error: ‘row’ was not declared in this scope linux/dialogs.cpp:2439: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘lines’ linux/dialogs.cpp:2444: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘count’ linux/dialogs.cpp:2449: error: ‘row’ was not declared in this scope linux/dialogs.cpp:2449: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘names’ linux/dialogs.cpp:2454: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘count’ linux/dialogs.cpp:2455: error: ‘col’ was not declared in this scope linux/dialogs.cpp:2455: error: ‘struct LC_PROPERTIESDLG_OPTS’ has no member named ‘count’ linux/dialogs.cpp:2462: error: ‘row’ was not declared in this scope linux/dialogs.cpp:2468: error: ‘col’ was not declared in this scope linux/dialogs.cpp: In function ‘void modifydlg_listener(int, void*, void*)’: linux/dialogs.cpp:3001: error: ‘LC_MSG_FOCUS_CHANGED’ was not declared in this scope linux/dialogs.cpp: In function ‘void modifydlg_create()’: linux/dialogs.cpp:3081: error: ‘messenger’ was not declared in this scope make: *** [linux/dialogs.o] Error 1 -- peace, love & harmony Atte http://atte.dk | http://myspace.com/attejensen http://anagrammer.dk | http://modlys.dk _______________________________________________ Leocad mailing list [email protected] https://list.gerf.org/listinfo/leocad
