PDA

Bekijk de volledige versie : wxbase for optware-oleg?



gorion
17-12-2006, 20:51
Has anyone succeeded in compilation of the wxbase library (link (http://ipkgfind.nslu2-linux.org/details.php?package=wxbase&official=&format=)) for the optware-oleg feed? I'm experiancing alot of errors and dont know what's wrong :-/

Regards

oleo
18-12-2006, 10:02
nobody. I would also like to see this solved. Maybe will new uclibc 0.9.29 and uclibc++ help somehow.

gorion
28-12-2006, 01:01
Finally I managed to compiled and make a package of wxBase 2.8.0 (2.6.3 is also compiling) for the Oleg optware. The trick is not to use compiled headers (--disable-precomp-headers) . The next gole is aMule :D


NOTE (2.8.0):
The sources of wxBase 2.8.0 are broken and needed some adjustment.
1 Add missing

src/expat
src/xml
include/xml
from wxGTK sources and reconfigure.

2
In order to create ipk you need to delete the line in makefile :

(cd $(srcdir)/build/bakefiles/wxpresets/presets/ ; $(INSTALL_DATA) wx.bkl wx_unix.bkl wx_win32.bkl $(DESTDIR)$(datadir)/bakefile/presets)

3 Here is my config.

./configure --disable-precomp-headers --disable-gui --with-zlib=builtin --with-expat=builtin
--without-subdirs --with-regex=builtin --enable-largefile --without-sdl --enable-unicode

Unicode is needed by aMule

Please someone package 2.8.0 wxBase. I can provide my package for testing purpose.