gnupic: Re: [gnupic] building problem with Ktechlab on FC4


Previous by date: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] gplink throws away configuration (PIC18F458), Chen Xiao Fan
Next by date: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] gplink throws away configuration (PIC18F458), Xiaofan Chen
Previous in thread: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] building problem with Ktechlab on FC4, Scott Dattalo
Next in thread: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] building problem with Ktechlab on FC4, David Saxton

Subject: Re: [gnupic] building problem with Ktechlab on FC4
From: Xiaofan Chen ####@####.####
Date: 20 Dec 2005 12:36:01 +0000
Message-Id: <a276da400512200435p12f33d91u13f51d9ea1eda4e@mail.gmail.com>

On 12/19/05, David Saxton ####@####.#### wrote:
> Looks like you're using gpsim cvs, and exceptions have been added since
> gpsim-0.21.11....

I think I am running gpsim cvs since I removed the FC4 RPM version and
then rebuild gpsim using CVS version. However one strange thing is that it
always reports release version 0.21.11. I am a bit confused with my gpsim
version now.

xiaofan@localhost:~$ gpsim -v
    gpsim - the GNUPIC simulator
    version: Release 0.21.11

    type help for help
    starting server....
    started server
    Release 0.21.11
    **gpsim> SimulationMode:52

> I've committed a fix that enables exception support if gpsim-0.21.12 is
> detected - as before, you'll need to do svn update; make -f
> Makefile.cvs; ./configure; before doing make.

Thanks for your help. I think I am almost there even though I still have a
problem with the new SVN version.

Somehow I mess up with some of the permission of the previous
svn code so I download the code again. I am using a simple
script to save some typing so I do not stop the "make install" step.
It seems ktechlab still runs but I think the build process is not okay.

Regards,
Xiaofan

xiaofan@localhost:~/Desktop/build/ktechlab$ cat getktechlab.sh
#!/bin/bash
svn co https://svn.ktechlab.org/
cd svn.ktechlab.org
export WANT_AUTOCONF_2_5=1
make -f Makefile.cvs
./configure --prefix=$(kde-config --prefix) --enable-debug=full
make
su -c "make install"

xiaofan@localhost:~/Desktop/build/ktechlab$sh getktechlab.sh
make[3]: Entering directory
`/home/xiaofan/Desktop/build/ktechlab/svn.ktechlab.o rg/src'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ 
-Wnon-virtual-dtor -Wno-l ong-long -Wundef -ansi -D_XOPEN_SOURCE=500
-D_BSD_SOURCE -Wcast-align -Wconversi on -Wchar-subscripts -Wall -W
-Wpointer-arith -Wwrite-strings -g3 -fno-inline -W format-security
-Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-c ommon
-fexceptions    -o ktechlab -module -L/usr/lib -L/usr/lib/qt-3.3/lib
-L/us r/X11R6/lib    -R /usr/lib -R /usr/lib -R /usr/lib/qt-3.3/lib -R
/usr/X11R6/lib ktechlab.o node.o connector.o itemlibrary.o
libraryitem.o projectmanager.o picit em.o variant.o canvasitemparts.o
flowcontainer.o microsettings.o fpnode.o cells. o asmformatter.o
conrouter.o nodegroup.o canvasmanipulator.o iteminterface.o ite
mgroup.o ciwidgetmgr.o filemetainfo.o resizeoverlay.o document.o
view.o docmanag er.o cnitem.o item.o cnitemgroup.o itemview.o
itemdocument.o textview.o textdocu ment.o circuitdocument.o
flowcodedocument.o icnview.o icndocument.o viewcontaine r.o
circuitview.o flowcodeview.o eventinfo.o oscilloscopedata.o
itemdocumentdata .o docmanageriface.o documentiface.o viewiface.o
simulator.o katemdi.o debugmana ger.o recentfilesaction.o
docmanageriface_skel.o viewiface_skel.o documentiface_ skel.o
oscilloscopedata.moc.o microsettings.moc.o  ../src/gui/libgui.la
../src/m icro/libmicro.la ../src/flowparts/libflowparts.la
../src/mechanics/libmechanics. la ../src/electronics/libelectronics.la
../src/electronics/simulation/libelement s.la
../src/electronics/components/libcomponents.la
../src/languages/liblanguage s.la ../src/drawparts/libdrawparts.la
../src/core/libcore.la -lkutils -lreadline  -ltermcap -lgpsim
-lgpsim_eXdbm -lgpsimcli -lktexteditor -lkio -lkdeprint
../src/electronics/.libs/libelectronics.a(piccomponentpin.o)(.gnu.linkonce.d._ZTV15PICComponentPin[vtable
for PICComponentPin]+0x60): undefined reference to
`stimulus::getThevenin(double&, double&, double&)'
collect2: ld returned 1 exit status
make[3]: *** [ktechlab] Error 1
make[3]: Leaving directory
`/home/xiaofan/Desktop/build/ktechlab/svn.ktechlab.org/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/xiaofan/Desktop/build/ktechlab/svn.ktechlab.org/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/xiaofan/Desktop/build/ktechlab/svn.ktechlab.org'
make: *** [all] Error 2
...

xiaofan@localhost:~/Desktop/build/ktechlab$ ktechlab -v
Qt: 3.3.4
KDE: 3.5.0-0.1.fc4 Red Hat
KTechlab: 0.3

Previous by date: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] gplink throws away configuration (PIC18F458), Chen Xiao Fan
Next by date: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] gplink throws away configuration (PIC18F458), Xiaofan Chen
Previous in thread: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] building problem with Ktechlab on FC4, Scott Dattalo
Next in thread: 20 Dec 2005 12:36:01 +0000 Re: [gnupic] building problem with Ktechlab on FC4, David Saxton


Powered by ezmlm-browse 0.20.