Problems with the kdevelop CVS (VERSION 1-4)

Scott Manson Maniac at Alltel.net
Mon Jan 22 07:30:02 GMT 2001


Hello
I am having problems with the latest CVS 

It seems that the UIC generated files are not being
passed the correct include paths for compiling

I used the command make -k to get both of these in same 
compile cycle but I got the bad one first (reason for -k)


This is a "bad" one
g++ -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -Wno-long-long -Wnon-virtual-dtor 
-fno-builtin    wzconnectdlgimpl.moc.cpp   -o wzconnectdlgimpl.moc
<snippet of error message below>


This is the g++ command for a good file
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde2/include -I/usr/lib/qt2/include 
-I/usr/X11R6/include     -O2 -fno-exceptions -fno-check-new -Wall -pedantic 
-W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long 
-Wnon-virtual-dtor -fno-builtin  -c cclonefunctiondlg.cpp

Notice anything different?  where are the path(s) for include files 

BTW how does the make file find the dependancies for a "self" generated file
when the file is actually created by the makefile itself. My guess is that 
it's using the "default or built in rules" which in this case fails.

<This is the error message >

In file included from wzconnectdlgimpl.h:19,
                 from wzconnectdlgimpl.moc.cpp:17:
wzconnectdlg.h:12: qvariant.h: No such file or directory
wzconnectdlg.h:13: qdialog.h: No such file or directory

-- 
Maniac at alltel.net 40° 37' 9" N, 96° 57' 24" W  
A single tasking guy in multi tasking world


-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list