Karl Nap - 2004-04-19

Hi all,
first i want to say, that this Tool is great and i have found no other one that is so good like this!

But got a Problem:
I'm compiling Regexxer from CVS ( HEAD ) and use
--
./configure --prefix=/usr/local
make
--
and allways get the this Error:
----
...
make[2]: Entering directory `/home/Tools/regexxer/src'
g++  -pipe -O3 -march=athlon-mp -mmmx -m3dnow -msse -mfpmath=sse -fmessage-length=0 -finline-functions -funroll-loops -fexpensive-optimizations -Wall  -L/usr/X11R6/lib -L/opt/enlightenment/lib -L/opt/enlightenment-0.17_CVS/lib -L/opt/kde/lib -L/opt/gnome-1.4/lib -o regexxer  regexxer-aboutdialog.o regexxer-configdata.o regexxer-controller.o regexxer-filebuffer.o regexxer-filebufferundo.o regexxer-fileio.o regexxer-fileshared.o regexxer-filetree.o regexxer-filetreeprivate.o regexxer-imagebutton.o regexxer-main.o regexxer-mainwindow.o regexxer-miscutils.o regexxer-pcreshell.o regexxer-prefdialog.o regexxer-sharedptr.o regexxer-signalutils.o regexxer-statusline.o regexxer-stringutils.o regexxer-undostack.o -Wl,--export-dynamic -pthread -L/opt/gnome/lib -lgtkmm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lgtk-x11-2.0 -lpangomm-1.4 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangoxft-1.0 -lpangox-1.0 -lpango-1.0 -lgconfmm-2.6 -lgconf-2 -lgnomevfsmm-2.6 -lglibmm-2.4 -lgnomevfs-2 -lsigc-2.0 -lbonobo-activation -lORBit-2 -lgobject-2.0 -lgthread-2.0 -lm -lgmodule-2.0 -ldl -lglib-2.0   -L/usr/lib -lpcre 
regexxer-signalutils.o(.text+0x4e2): In function `Util::AutoConnection::AutoConnection[not-in-charge](sigc::connection const&)':
: undefined reference to `sigc::connection::blocked() const'
regexxer-signalutils.o(.text+0x532): In function `Util::AutoConnection::AutoConnection[in-charge](sigc::connection const&)':
: undefined reference to `sigc::connection::blocked() const'
regexxer-signalutils.o(.text+0x652): In function `Util::AutoConnection::operator=(sigc::connection const&)':
: undefined reference to `sigc::connection::blocked() const'
collect2: ld returned 1 exit status
make[2]: *** [regexxer] Error 1
make[2]: Leaving directory `/home/Tools/regexxer/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Tools/regexxer'
make: *** [all] Error 2
----

Is this Error from libsigc or from Regexxer?

I don't know what to do to successfully compile Regexxer again :(

Greets,
          Christian