[oe-issues] [Bug 2666] New: Error while building the library libsigc++-2.0.17
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Thu Jul 19 11:35:25 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2666
Summary: Error while building the library libsigc++-2.0.17
Product: Openembedded
Version: Angstrom
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Build
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: joaquinduran at adtelecom.es
I'm not able to build the libsigc++ from scratch because two macro definitions
has been added to the configure.ac file:
+dnl FIXME Define this here since it does not seem to be defined elsewhere
+AC_DEFINE(SIGC_API, [], [Empty specifier])
+AC_DEFINE(SIGC_USING_STD(Symbol), [ ], [Empty specifier])
The problem consists in the current definition of SIGC_USING_STD(Symbol) macro,
in the sig++config.h appears the definition:
/* Empty specifier */
/* #undef SIGC_USING_STD */(Symbol)
(This causes an error to the compiler)
but the expected sentece to build the libray is:
#define SIGC_USING_STD(Symbol)
(The macro has no value assigned)
Joaquim Duran
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list