Re: [sigc] unexpected error while compiling

2005-08-16 Thread bergern
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

[sigc] unexpected error while compiling

2005-08-16 Thread bergern
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

[sigc] Re : Linking a file with .o files that use the libsig library

2005-07-19 Thread bergern
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

[sigc] Re : Linking a file with .o files that use the libsig library

2005-07-19 Thread bergern
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

[sigc] Linking a file with .o files that use the libsig library

2005-07-19 Thread bergern
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=\"\

Re: [sigc] Trouble compiling versions newer than 2.0.3

2005-07-07 Thread bergern
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

Re: [sigc] Trouble compiling versions newer than 2.0.3

2005-07-06 Thread bergern
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:

[sigc] Trouble compiling versions newer than 2.0.3

2005-07-06 Thread bergern
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