[PlanetCCRMA] libsigc++ broken? - more info
Mark Knecht
markknecht@attbi.com
Sun Jan 26 14:32:01 2003
A bit more info - the file that fails generates a log file with some
info:
configure:8212: g++ -o conftest -Wall -I/usr/lib/gtkmm/include
-I/usr/include/gtk-1.2 -I/usr/i
nclude/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include
-I/usr/lib/sigc++-1.0/include -I/
usr/include/sigc++-1.0 conftest.cc -lpthread -ldl -lm -rdynamic
-L/usr/lib -L/usr/X11R6/lib
-lgtkmm -lgdkmm -lgtk -lgdk -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm
-lsigc -lpthread >&5
In file included from /usr/include/sigc++/signal_system.h:28,
from /usr/include/gtk--/proxy.h:6,
from /usr/include/gtk--/base.h:34,
from /usr/include/gtk--.h:70,
from configure:8133:
/usr/include/sigc++/slot.h:25:20: config.h: No such file or directory
Why is it asking for -I/usr/include/sigc++-1.0??? This does not exist on
my system. If it asked for /usr/lib/sigc++ it would make sense to me,
assuming that the other files just had config.h and not sigc++config.h
I don't think I can go any farther with this. It's beyond my understand
what is generating all of this stuff.
Thanks!
Mark
On Sun, 2003-01-26 at 14:05, Mark Knecht wrote:
> Fernando,
> I've been trying to build Nick's new version of amSynth today. Nick
> has been very helpful as I've been working through issues. It finally
> looks like we're down to a problem in one or both of the libsigc++
> libraries.
>
> Looking in /usr/include/sigc++ at a file called object.h, I find the
> following:
>
>
>
> #ifndef SIGCXX_OBJECT_H
> #define SIGCXX_OBJECT_H
> #include <sigc++config.h>
> #include <sigc++/scope.h>
>
> It appears to me that the 3rd line is broken. I think that it should not
> be sigc++config.h, but rather sigc++/config.h.
>
> This happens in a number of files in this directory.
>
> I'm not at all sure whether this is something that was just shipped
> wrong, or whether there is any chance it can be corrected in your RPM
> build process.
>
> I don't know who else to report this to. If it's not appropriate to
> report it to you then help me find out where to go.
>
> In the meantime, I'm going to edit these files by hand and see if I get
> an farther.
>
> Thanks,
> Mark
>
> _______________________________________________
> PlanetCCRMA mailing list
> PlanetCCRMA@ccrma.stanford.edu
> http://ccrma-mail.stanford.edu/mailman/listinfo/planetccrma