Monday, November 16, 2009

One up one down

EDE's modest build farm got a new member and lost old one. The new member is OpenSolaris (2009.06), run under VM, and retired one (at least for now) is FreeBSD.

Due power failure, on machine with FreeBSD installed, network card died and replacing is pretty impossible (old Compaq Proliant I found in some basement).

Some EDE parts are not yet compileable under OpenSolaris and I commited today some changes to get greens from edelib unit tests.

3 comments:

ChristTrekker said...

Not sure this is the best forum for this...


C++ src/XSettingsCommon.o
/usr/X11R7/include/X11/Xmd.h:155: error: ISO C++ does not support 'long long'

g++ -c -o src/XSettingsCommon.o -I/usr/pkg/include -O2 -I/usr/pkg/include -I/usr/X11R7/include -I/usr/X11R7/include -D_THREAD_SAFE -D_REENTRANT -DHAVE_EDELIB_BASE_CONFIG_H -Wall -pedantic -O2 -I. -Isrc src/XSettingsCommon.cpp

...failed C++ src/XSettingsCommon.o ...
C++ src/XSettingsManager.o
...skipped lib/libedelib_gui.a for lack of lib/libedelib_gui.a(XSettingsCommon.o)...


NetBSD 5.0.1 on i386

ChristTrekker said...

Sorry, read that wrong. Looks like the error is in the header, not XSettingsCommon.cpp.

Still, I don't want to hack my header files, so I'm not quite sure what to do about this.

Sanel Z. said...

Hi,

Can you please report this as issue on http://bugs.equinox-project.org :)

With this, we can track it in the details; also solution could be used for upcomming cases.