| Summary: | wxGTK-2.4.2-r4: make continues even after failure | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | [OLD] Development | Assignee: | Gentoo wxWidgets project <wxwidgets> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | rossi.f |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Martin Mokrejš
2006-04-03 10:36:45 UTC
I think this is a duplicate of bug #91896. Try my patches and tell me if you solve the problem I have tested the two patches and saw: [...] configuring in samples running /bin/sh ../../samples/configure --with-opengl --with-gtk --disable-debug --libdir=/usr/lib --enable-gtk2 --without-odbc --host=i686-pc-linux-gnu --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --cache-file=.././config.cache --srcdir=../../samples loading cache .././config.cache creating ./config.status creating Makefile creating artprov/Makefile creating caret/Makefile creating calendar/Makefile creating checklst/Makefile creating config/Makefile creating controls/Makefile creating console/Makefile creating db/Makefile creating dialogs/Makefile creating dialup/Makefile creating docview/Makefile creating docvwmdi/Makefile creating dnd/Makefile creating dragimag/Makefile creating drawing/Makefile creating dynamic/Makefile creating erase/Makefile creating event/Makefile creating exec/Makefile creating font/Makefile creating grid/Makefile creating help/Makefile creating image/Makefile creating internat/Makefile creating ipc/Makefile creating joytest/Makefile creating keyboard/Makefile creating layout/Makefile creating listctrl/Makefile creating mdi/Makefile creating menu/Makefile creating memcheck/Makefile creating minifram/Makefile creating minimal/Makefile creating mobile/Makefile creating mobile/wxedit/Makefile creating mobile/styles/Makefile creating multimon/Makefile sed: can't read ../../samples/multimon/Makefile.in: No such file or directory creating nativdlg/Makefile sed: can't read ../../samples/nativdlg/Makefile.in: No such file or directory creating newgrid/Makefile creating notebook/Makefile creating oleauto/Makefile sed: can't read ../../samples/oleauto/Makefile.in: No such file or directory creating ownerdrw/Makefile sed: can't read ../../samples/ownerdrw/Makefile.in: No such file or directory creating png/Makefile creating printing/Makefile creating proplist/Makefile creating propsize/Makefile creating regtest/Makefile sed: can't read ../../samples/regtest/Makefile.in: No such file or directory creating resource/Makefile creating rotate/Makefile creating sashtest/Makefile creating shaped/Makefile creating scroll/Makefile creating scrollsub/Makefile creating sockets/Makefile creating splitter/Makefile creating statbar/Makefile creating taskbar/Makefile sed: can't read ../../samples/taskbar/Makefile.in: No such file or directory creating text/Makefile creating thread/Makefile creating toolbar/Makefile creating treectrl/Makefile creating treelay/Makefile [...] i686-pc-linux-gnu-g++ -c -I../../../lib/wx/include/gtk2-2.4 -I../../../../contrib/../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I../../../../contrib/../contrib/include -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -MMD -O2 -march=pentium4 -mmmx -msse -msse2 -fomit-frame-pointer -pipe -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -Wall -fPIC -o sndesd.o ../../../../contrib/../contrib/src/mmedia/sndesd.cpp ../../../../contrib/../contrib/src/mmedia/sndesd.cpp: In member function `virtual wxSoundStream& wxSoundStreamESD::Read(void*, unsigned int)': ../../../../contrib/../contrib/src/mmedia/sndesd.cpp:109: error: ISO C++ forbids cast to non-reference type used as lvalue ../../../../contrib/../contrib/src/mmedia/sndesd.cpp: In member function `virtual wxSoundStream& wxSoundStreamESD::Write(const void*, unsigned int)': ../../../../contrib/../contrib/src/mmedia/sndesd.cpp:132: error: ISO C++ forbids cast to non-reference type used as lvalue make[1]: *** [sndesd.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/wxGTK-2.4.2-r5/work/wxGTK-2.4.2/build_gtk2/contrib/src/mmedia' make[1]: Entering directory `/var/tmp/portage/wxGTK-2.4.2-r5/work/wxGTK-2.4.2/build_gtk2/contrib/src/net' i686-pc-linux-gnu-g++ -c -I../../../lib/wx/include/gtk2-2.4 -I../../../../contrib/../include -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I../../../../contrib/../contrib/include -D__WXGTK__ -DGTK_NO_CHECK_CASTS -O2 -MMD -O2 -march=pentium4 -mmmx -msse -msse2 -fomit-frame-pointer -pipe -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -Wall -fPIC -o email.o ../../../../contrib/../contrib/src/net/email.cpp So, the compile process still continues although there was an error. The new problems are related to gcc 3.4.x. I have updated the bug #91896 with a new patch to solve the last issues. Yes, now the 3 patches together fix my problems. Thanks. |