[Ktechlab-devel] compile error
Hi! This is the first time I'm doing a ktechlab git clone, I've done a 'make -f Makefile.cvs', './configure --without-arts' but when I do 'make' I get this: > make[3]: Map '/home/niels/ketjap/git/ktechlab/src/drawparts' wordt > binnengegaan > /bin/bash ../../libtool --silent --tag=CXX --mode=compile g++ > -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../src/electronics > -I../../src/electronics/components -I../../src/electronics/simulation > -I../../src/flowparts -I../../src/gui -I../../src/languages - > I../../src/mechanics -I../../src/micro -I/usr/include/kde > -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -MT > dpimage.lo -MD -MP -MF .deps/dpimage.Tpo -c -o dpimage.lo dpimage.cpp > dpimage.cpp:269:23: error: dpimage.moc: No such file or directory > make[3]: *** [dpimage.lo] Fout 1 > make[3]: Map '/home/niels/ketjap/git/ktechlab/src/drawparts' wordt verlaten > make[2]: *** [all-recursive] Fout 1 Is it some dependency I'm missing or has the file not been uploaded? I also found another harmless bug, upon creating the Makefile I got: > *** YOU'RE USING automake (GNU automake) 1.11. > *** KDE requires automake 1.6.1 or newer > make[1]: *** [cvs] Fout 1 > make: *** [all] Fout 2 > ni...@inoue:~/ketjap/git/ktechlab$ I fixed that by removing the check (1.11 > 1.6.1) cause it seems to be a bug in kdevelop3. Niels. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ___ Ktechlab-devel mailing list Ktechlab-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ktechlab-devel
Re: [Ktechlab-devel] compile error
> This file should be autogenerated by Qt's moc. Are there any errors before > that one? Configure complaining about missing Qt tools? Or Problems creating > moc files? Do you have all development packages of Qt 3 (it's version 3!) > installed and are they working? > > Okay, I updated that in svn trunk and git master. Thanks for reporting that > issue. Strange, I pulled the latest git, did 'make', same error, did 'make -f Makefile.csv && ./configure && make' and it compiled perfectly. And thanks for the bugfix :-) Niels. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ___ Ktechlab-devel mailing list Ktechlab-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ktechlab-devel
Re: [Ktechlab-devel] compile error
On Sat, Jan 16, 2010 at 9:14 PM, Alan Grimes wrote: > The SVN source should always be in confclean state, no makefiles, no > configure files, -- probably not even any kapptemplate but then > kapptemplate is becoming harder and harder to find these days... > Sorry, I'm not a C++ dev. I don't understand what you mean by 'confclean state'. I downloaded the source from SVN/git. The INSTALL file sais this: > 1. `cd' to the directory containing the package's source code and type > `./configure' to configure the package for your system. If you're > using `csh' on an old version of System V, you might need to type > `sh ./configure' instead to prevent `csh' from trying to execute > `configure' itself. > > If you can't find the `configure' file in the source code then type > `make -f Makefile.cvs' to generate the configure file. Note that > for this step the program `autoconf' must be installed on your > system. > > Running `configure' takes a while. While running, it prints some > messages telling which features it is checking for. > > 2. Type `make' to compile the package. This is how I compile ktechlab from source, is there something wrong with it? Niels. -- Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev ___ Ktechlab-devel mailing list Ktechlab-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ktechlab-devel