Hello,<br><br>I'm trying to compile ktechlab in Ubuntu Jaunty so I can create an .deb out of it for other people. But at ./configure I get this:<br><br>checking for mcopidl... not found<br>configure: error: The important program mcopidl was not found!<br>
Please check whether you installed aRts correctly or use<br>--without-arts to compile without aRts support (this will remove functionality).<br><br>I can't install libarts1-dev as it's not in Jaunty anymore (was in intrepid). When I run ./configure with --without-arts the configure goes correctly, but make stops after a while.<br>
<br>Any suggestions? Thanks,<br>Niels Egberts<br><br>../src/electronics/components/.libs/libcomponents.a(resistor.o): In function `Resistor::Resistor(ICNDocument*, bool, char const*)':<br>resistor.cpp:(.text+0xcb5): undefined reference to `SimpleComponent::SimpleComponent(ICNDocument*, bool, QString const&)'<br>
resistor.cpp:(.text+0xd89): undefined reference to `SimpleComponent::init1PinLeft(int)'<br>resistor.cpp:(.text+0xd96): undefined reference to `SimpleComponent::init1PinRight(int)'<br>../src/electronics/components/.libs/libcomponents.a(resistor.o): In function `Resistor::~Resistor()':<br>
resistor.cpp:(.text+0xe1): undefined reference to `SimpleComponent::~SimpleComponent()'<br>../src/electronics/components/.libs/libcomponents.a(resistor.o): In function `Resistor::~Resistor()':<br>resistor.cpp:(.text+0x131): undefined reference to `SimpleComponent::~SimpleComponent()'<br>
../src/electronics/components/.libs/libcomponents.a(resistor.o):(.data.rel.ro._ZTI8Resistor[typeinfo for Resistor]+0x10): undefined reference to `typeinfo for SimpleComponent'<br>collect2: ld returned 1 exit status<br>
make[3]: *** [ktechlab] Fout 1<br>make[3]: Map '/home/niels/ktechlab/src' wordt verlaten<br>make[2]: *** [all-recursive] Fout 1<br>make[2]: Map '/home/niels/ktechlab/src' wordt verlaten<br>make[1]: *** [all-recursive] Fout 1<br>
make[1]: Map '/home/niels/ktechlab' wordt verlaten<br>make: *** [all] Fout 2<br>niels@inoue:~/ktechlab$ <br><br>