PDA

View Full Version : freebsd 6 -> kdevelop wont uic



soul_rebel
5th January 2006, 23:00
i cant get gmake to uic my interface files, while in kdevelop, so it quits with the usual "error: expected class-name before '{'"...
the strange thing is if i clean the project and manually
gmake -f Makefile.cvs && ./configure LDFLAGS=-pthread && gmake it works. i have definitely set the right env vars in kdevelop (i even tried adding every important var to each build step's individual settings in kdevelop), but its no use (after all the configure and autoconf DO run correctly and everything is found in the right places). any ideas?

edit: once built manually the project compiles in kdevelop ...