Summary: | compile fails with projectView.h: No such file or directory | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Aaron Williams <aaronw> |
Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Aaron Williams
2002-09-05 04:01:39 UTC
Hi projectView.h is an auto-generated file please make sure that "uic" is in= =20 your $PATH. Try running "make projectView.h" in kdevelop/kpp and see whether there are= =20 errors. Best regards Harry There was no rule in the makefile to build projectView.h. It looks like there is a problem with make. I am running Gnu Make 3.79.1. uic is in the path. I manually ran uic on the two files in the directory and kpp now compiles. I now see it fail in classwizard I'm guessing for similar reasons. I'll keep working on it but here's the latest output: Making all in classwizard make[3]: Entering directory `/tools/kde/archive/3.0.3/kdevelop-2.1.3_for_KDE_3.0/kdevelop/classwizard' source='ccwvirtualmethodview.cpp' object='ccwvirtualmethodview.o' libtool=no \ depfile='.deps/ccwvirtualmethodview.Po' tmpdepfile='.deps/ccwvirtualmethodview.TPo' \ depmode=gcc /bin/sh ../../admin/depcomp \ g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/tools/kde/3.0.3/include -I/tools/qt/qt-3.0.5/include -I/tools/qt/share/include -DQT_THREAD_SUPPORT -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4 -Wnon-virtual-dtor -Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -fno-exceptions -fno-check-new -ftemplate-depth-99 -c -o ccwvirtualmethodview.o `test -f 'ccwvirtualmethodview.cpp' || echo './'`ccwvirtualmethodview.cpp ccwvirtualmethodview.cpp:286: ccwvirtualmethodview.moc: No such file or directory make[3]: *** [ccwvirtualmethodview.o] Error 1 make[3]: Leaving directory `/tools/kde/archive/3.0.3/kdevelop-2.1.3_for_KDE_3.0/kdevelop/classwizard' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/tools/kde/archive/3.0.3/kdevelop-2.1.3_for_KDE_3.0/kdevelop' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tools/kde/archive/3.0.3/kdevelop-2.1.3_for_KDE_3.0' make: *** [all] Error 2 -Aaron Harald Fernengel wrote: >Hi > >projectView.h is an auto-generated file please make sure that "uic" is in >your $PATH. > >Try running "make projectView.h" in kdevelop/kpp and see whether there are >errors. > >Best regards >Harry > >(Complete bug history is available at http://bugs.kde.org/db/47/47455.html) > > For some reason the rules for moc and uic were not added to the makefiles. -Aaron Harald Fernengel wrote: >Hi > >projectView.h is an auto-generated file please make sure that "uic" is in >your $PATH. > >Try running "make projectView.h" in kdevelop/kpp and see whether there are >errors. > >Best regards >Harry > >(Complete bug history is available at http://bugs.kde.org/db/47/47455.html) > > fixed, see message thread |