Compile Problems

Alper Yilmaz yilmaz at cs.ucf.edu
Thu Apr 24 17:03:43 BST 2003


Configure scripts works fine but when I run make, it compiles upto a point and 
gives
"make[3]: *** No rule to make target `../lib/compat/libkdevcompat.la', needed 
by `libkdevelop.la.closure'.  Stop."
error and stops

I checked the output of configure script and see
"checking for main in -lcompat... no"
line

Do you have any idea how i can solve this?

Thanks

I attach also couple of lines from the make output if it helps. Thanks

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor 
-Wno-long-long -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security 
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common    -o 
libkdevcppparser.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/lib/qt3//lib 
-L/usr/lib  ast.lo driver.lo errors.lo lexer.lo lookup.lo parser.lo 
tree_parser.lo
make[3]: Leaving directory 
`/home/yilmaz/install/kde3src/kdevelop/lib/cppparser'
make[3]: Entering directory `/home/yilmaz/install/kde3src/kdevelop/lib'
if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H 
-I. -I. -I.. -I/usr/lib/qt3//include -I/usr/X11R6/include   
-DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef 
-Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -ansi 
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts 
-O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions 
-fno-check-new -fno-common  -MT dummy.lo -MD -MP -MF ".deps/dummy.Tpo" \
  -c -o dummy.lo `test -f 'dummy.cpp' || echo './'`dummy.cpp; \
then mv ".deps/dummy.Tpo" ".deps/dummy.Plo"; \
else rm -f ".deps/dummy.Tpo"; exit 1; \
fi
make[3]: *** No rule to make target `../lib/compat/libkdevcompat.la', needed 
by `libkdevelop.la.closure'.  Stop.
make[3]: Leaving directory `/home/yilmaz/install/kde3src/kdevelop/lib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yilmaz/install/kde3src/kdevelop/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yilmaz/install/kde3src/kdevelop'
make: *** [all] Error 2


-
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