Quoting [EMAIL PROTECTED]:
In file included from
/home/autres/berger/stage2005/include/sigc++/signal.h:8,
from
/home/autres/berger/stage2005/include/sigc++/sigc++.h:23,
from
/home/autres/berger/stage2005/include/elisa/elisa_observer.h:27,
from
/hom
In file included from /home/autres/berger/stage2005/include/sigc++/signal.h:8,
from /home/autres/berger/stage2005/include/sigc++/sigc++.h:23,
from
/home/autres/berger/stage2005/include/elisa/elisa_observer.h:27,
from
/home/autres/berger/stage2005/i
All I needed was to add the `pkg-config --cflags --libs sigc++-2.0` to the
command line. Thank again, John ! And sorry to have disturbed...
Have a nice day
Nicolas.
___
libsigc-list mailing list
libsigc-list@gnome.org
http://mail.gnome.org/mailman/listi
Thanks to John Wakely ([EMAIL PROTECTED]) the problem is fixed :
>>
>> Looks like pthread.h is including signal.h from sigc++, but it should be
>> including /usr/include./signal.h
>>
>> I suggest you remove the -I/home/autres/berger/stage2005/include/sigc++
>> compiler option, and instead use -I/h
Hello
Here is the command line for compiling that is created by make in order to
compile a file that doesn't use signal objects in itself, but that is linked
with .o files that use signal objects :
-
if g++ -DPACKAGE_NAME=\"\
Hi
If I "touch" the Makefile before calling make, the compiling process begins
(version 2.0.15). Unhopefully, it fails after entering the "scripts" directory
because there is no Makefile for it : inside the "scripts" directory
there is a
Makefile.am and a Makefile.in, but no Makefile
Where doe
Quoting Murray Cumming <[EMAIL PROTECTED]>:
Surely, the following output is from configure, not make?
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating sigc++-2.0.pc
config.status: creating sigc++/Makefile
config.status: creating scripts/Makefile
config.status:
Hi
Only the versions older than 2.0.4 can be compiled on my computer. For the later
versions, the "make" script loops :
[EMAIL PROTECTED]:~/stage2005/libsigc++-2.0.5$ make
/bin/sh ./config.status
config.status: creating Makefile
config.status: creating sigc++-2.0.pc
config.status: creating sigc