aMule Forum
English => aMule Help => Topic started by: nachbarnebenan on April 30, 2004, 02:18:26 PM
-
Well, maybe I got stupid during holidays, but I can't get rc3 to compile. 1.2.6, rc1 and rc2 (patched) are fine.
My System didn't change, no update on any relevant package (only gimp and python, but it shouldn't be related to this).
I do a standard configure and it gives me (only the last part):
Configure script has finished system check.
Configured aMule 2.0.0rc3 for 'i686-suse-linux'.
Should aMule be compiled in debug mode? yes
Should aMule be compiled with release grp code? no
Should aMule be compiled without debug reporting? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule be compiled with systray? yes
Should aMule be compiled with safe systray? no
Should aMule be compiled with pure GTK code? yes
Should aMule be compiled without bar drawing? no
Should aMule be linked against patched gsocket? yes
Should ccache support be enabled? no
Should aMule command line client be built? no
Should aMule GUI client be build? no
Should aMule WebServer be build? no
Should aMule WebServer GUI be build? no
Should aMule ed2k links handler be build? yes
Should C aMule Statistics (CAS) be build? yes
Should aMule GUI Statistics (wxCas) be build? yes
Crypto++ library/headers style? mdk_suse_fc
Which libraries should aMule use?
wxWidgets 2.4.2
GTK 1.2.10
This is the same as rc2p, but makes gives me:
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3> make
make all-recursive
make[1]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/src'
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -D__GD__ -O1 -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-cas.o -MD -MP -MF ".deps/cas-cas.Tpo" \
-c -o cas-cas.o `test -f 'utils/cas/cas.c' || echo './'`utils/cas/cas.c; \
then mv -f ".deps/cas-cas.Tpo" ".deps/cas-cas.Po"; \
else rm -f ".deps/cas-cas.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -D__GD__ -O1 -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-functions.o -MD -MP -MF ".deps/cas-functions.Tpo" \
-c -o cas-functions.o `test -f 'utils/cas/functions.c' || echo './'`utils/cas/functions.c; \
then mv -f ".deps/cas-functions.Tpo" ".deps/cas-functions.Po"; \
else rm -f ".deps/cas-functions.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -D__GD__ -O1 -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-configfile.o -MD -MP -MF ".deps/cas-configfile.Tpo" \
-c -o cas-configfile.o `test -f 'utils/cas/configfile.c' || echo './'`utils/cas/configfile.c; \
then mv -f ".deps/cas-configfile.Tpo" ".deps/cas-configfile.Po"; \
else rm -f ".deps/cas-configfile.Tpo"; exit 1; \
fi
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -D__GD__ -O1 -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT cas-graphics.o -MD -MP -MF ".deps/cas-graphics.Tpo" \
-c -o cas-graphics.o `test -f 'utils/cas/graphics.c' || echo './'`utils/cas/graphics.c; \
then mv -f ".deps/cas-graphics.Tpo" ".deps/cas-graphics.Po"; \
else rm -f ".deps/cas-graphics.Tpo"; exit 1; \
fi
utils/cas/graphics.c:5:16: gd.h: Datei oder Verzeichnis nicht gefunden
utils/cas/graphics.c: In function `createimage':
utils/cas/graphics.c:17: error: `FILE' undeclared (first use in this function)
utils/cas/graphics.c:17: error: (Each undeclared identifier is reported only once
utils/cas/graphics.c:17: error: for each function it appears in.)
utils/cas/graphics.c:17: error: `in' undeclared (first use in this function)
utils/cas/graphics.c:17: error: `out' undeclared (first use in this function)
utils/cas/graphics.c:17: Warnung: left-hand operand of comma expression has no effect
utils/cas/graphics.c:19: error: `gdImagePtr' undeclared (first use in this function)
utils/cas/graphics.c:19: error: parse error before "im"
utils/cas/graphics.c:23: Warnung: implicit declaration of function `fopen'
utils/cas/graphics.c:24: Warnung: implicit declaration of function `printf'
utils/cas/graphics.c:27: Warnung: implicit declaration of function `fclose'
utils/cas/graphics.c:34: error: `im' undeclared (first use in this function)
utils/cas/graphics.c:34: Warnung: implicit declaration of function `gdImageCreateFromPng'
utils/cas/graphics.c:35: Warnung: implicit declaration of function `gdImageColorResolve'
utils/cas/graphics.c:39: Warnung: implicit declaration of function `gdImageStringFT'
utils/cas/graphics.c:51: Warnung: implicit declaration of function `gdImagePng'
utils/cas/graphics.c:54: Warnung: implicit declaration of function `gdImageDestroy'
make[2]: *** [cas-graphics.o] Fehler 1
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
make: *** [all] Fehler 2
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3>
If I do --disable-cas make gets a little further:
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3> make
make all-recursive
make[1]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT wxcas-onlinesig.o -MD -MP -MF ".deps/wxcas-onlinesig.Tpo" \
-c -o wxcas-onlinesig.o `test -f 'utils/wxCas/src/onlinesig.cpp' || echo './'`utils/wxCas/src/onlinesig.cpp; \
then mv -f ".deps/wxcas-onlinesig.Tpo" ".deps/wxcas-onlinesig.Po"; \
else rm -f ".deps/wxcas-onlinesig.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT wxcas-linuxmon.o -MD -MP -MF ".deps/wxcas-linuxmon.Tpo" \
-c -o wxcas-linuxmon.o `test -f 'utils/wxCas/src/linuxmon.cpp' || echo './'`utils/wxCas/src/linuxmon.cpp; \
then mv -f ".deps/wxcas-linuxmon.Tpo" ".deps/wxcas-linuxmon.Po"; \
else rm -f ".deps/wxcas-linuxmon.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT wxcas-wxcas.o -MD -MP -MF ".deps/wxcas-wxcas.Tpo" \
-c -o wxcas-wxcas.o `test -f 'utils/wxCas/src/wxcas.cpp' || echo './'`utils/wxCas/src/wxcas.cpp; \
then mv -f ".deps/wxcas-wxcas.Tpo" ".deps/wxcas-wxcas.Po"; \
else rm -f ".deps/wxcas-wxcas.Tpo"; exit 1; \
fi
In file included from utils/wxCas/src/wxcasframe.h:42,
from utils/wxCas/src/wxcas.cpp:38:
utils/wxCas/src/wxcascanvas.h:41: error: parse error before `{' token
utils/wxCas/src/wxcascanvas.h:50: error: destructors must be member functions
utils/wxCas/src/wxcascanvas.h:52: error: parse error before `protected'
utils/wxCas/src/wxcascanvas.h:56: error: virtual outside class declaration
utils/wxCas/src/wxcascanvas.h:56: error: non-member function `const
wxEventTable* GetEventTable()' cannot have `const' method qualifier
utils/wxCas/src/wxcascanvas.h:58: error: parse error before `private'
utils/wxCas/src/wxcascanvas.h:62: error: parse error before `}' token
In file included from utils/wxCas/src/wxcas.cpp:38:
utils/wxCas/src/wxcasframe.h:52: error: base class `wxFrame' has incomplete
type
utils/wxCas/src/wxcasframe.h:65: error: `wxCommandEvent' was not declared in
this scope
utils/wxCas/src/wxcasframe.h:65: error: `event' was not declared in this scope
utils/wxCas/src/wxcasframe.h:65: error: invalid data member initialization
utils/wxCas/src/wxcasframe.h:65: error: (use `=' to initialize static data
members)
utils/wxCas/src/wxcasframe.h:65: error: variable or field `OnBarRefresh'
declared void
utils/wxCas/src/wxcasframe.h:66: error: `wxCommandEvent' was not declared in
this scope
utils/wxCas/src/wxcasframe.h:66: error: `event' was not declared in this scope
utils/wxCas/src/wxcasframe.h:66: error: invalid data member initialization
utils/wxCas/src/wxcasframe.h:66: error: variable or field `OnBarAbout' declared
void
utils/wxCas/src/wxcasframe.h:67: error: `wxCommandEvent' was not declared in
this scope
utils/wxCas/src/wxcasframe.h:67: error: `event' was not declared in this scope
utils/wxCas/src/wxcasframe.h:67: error: invalid data member initialization
utils/wxCas/src/wxcasframe.h:67: error: variable or field `OnBarSave' declared
void
utils/wxCas/src/wxcasframe.h:68: error: `wxCommandEvent' was not declared in
this scope
utils/wxCas/src/wxcasframe.h:68: error: `event' was not declared in this scope
utils/wxCas/src/wxcasframe.h:68: error: invalid data member initialization
utils/wxCas/src/wxcasframe.h:68: error: variable or field `OnBarPrint' declared
void
utils/wxCas/src/wxcasframe.h:69: error: `wxTimerEvent' was not declared in this
scope
utils/wxCas/src/wxcasframe.h:69: error: `event' was not declared in this scope
utils/wxCas/src/wxcasframe.h:69: error: invalid data member initialization
utils/wxCas/src/wxcasframe.h:69: error: variable or field `OnTimer' declared
void
utils/wxCas/src/wxcasframe.h:75: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:79: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:80: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:82: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:83: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:85: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:86: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:88: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:89: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:91: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:92: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:93: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:94: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:95: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:96: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:100: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:101: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:105: error: Syntaxfehler before `*' token
utils/wxCas/src/wxcasframe.h:52: Warnung: `class WxCasFrame' has virtual
functions but non-virtual destructor
utils/wxCas/src/wxcas.cpp: In function `wxApp* wxCreateApp()':
utils/wxCas/src/wxcas.cpp:41: error: cannot allocate an object of type `WxCas'
utils/wxCas/src/wxcas.cpp:41: error: because the following virtual functions
are abstract:
/usr/include/wx/app.h:131: error: virtual int wxAppBase::OnRun()
utils/wxCas/src/wxcas.cpp: In member function `virtual bool WxCas::OnInit()':
utils/wxCas/src/wxcas.cpp:44: error: cannot convert `WxCasFrame*' to `wxFrame*'
in initialization
utils/wxCas/src/wxcas.cpp:47: error: `Show' undeclared (first use this
function)
utils/wxCas/src/wxcas.cpp:47: error: (Each undeclared identifier is reported
only once for each function it appears in.)
utils/wxCas/src/wxcas.cpp:48: error: `SetTopWindow' undeclared (first use this
function)
make[2]: *** [wxcas-wxcas.o] Fehler 1
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
make: *** [all] Fehler 2
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3>
With an additional --disable-wxcas even more:
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3> make
make all-recursive
make[1]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/po'
make[2]: Für das Ziel »all« ist nichts zu tun.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT ED2KLinkParser.o -MD -MP -MF ".deps/ED2KLinkParser.Tpo" \
-c -o ED2KLinkParser.o `test -f 'ED2KLinkParser.cpp' || echo './'`ED2KLinkParser.cpp; \
then mv -f ".deps/ED2KLinkParser.Tpo" ".deps/ED2KLinkParser.Po"; \
else rm -f ".deps/ED2KLinkParser.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o ed2k ED2KLinkParser.o -lcryptopp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/base-2.4 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include -I/opt/gnome/include/gtk-1.2 -I/opt/gnome/include/glib-1.2 -I/opt/gnome/lib/glib/include -I/usr/X11R6/include -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ListenSocket.o -MD -MP -MF ".deps/amule-ListenSocket.Tpo" \
-c -o amule-ListenSocket.o `test -f 'ListenSocket.cpp' || echo './'`ListenSocket.cpp; \
then mv -f ".deps/amule-ListenSocket.Tpo" ".deps/amule-ListenSocket.Po"; \
else rm -f ".deps/amule-ListenSocket.Tpo"; exit 1; \
fi
In file included from ListenSocket.cpp:26:
server.h:57: error: `wxTreeCtrl' was not declared in this scope
server.h:57: error: `wnd' was not declared in this scope
server.h:57: error: `wxTreeItemId' was not declared in this scope
server.h:57: error: parse error before `)' token
In file included from ListenSocket.cpp:27:
ServerList.h:85: error: 'wxTimer' is used as a type, but is not defined as a
type.
In file included from /usr/include/wx/window.h:27,
from /usr/include/wx/statusbr.h:19,
from amuleDlg.h:28,
from ListenSocket.cpp:28:
/usr/include/wx/cursor.h: In constructor `
wxBusyCursorSuspender::wxBusyCursorSuspender()':
/usr/include/wx/cursor.h:46: error: `wxIsBusy' undeclared (first use this
function)
/usr/include/wx/cursor.h:46: error: (Each undeclared identifier is reported
only once for each function it appears in.)
/usr/include/wx/cursor.h:48: error: `wxBusyCursor' undeclared (first use this
function)
/usr/include/wx/cursor.h:48: error: parse error before `;' token
/usr/include/wx/cursor.h: In destructor `
wxBusyCursorSuspender::~wxBusyCursorSuspender()':
/usr/include/wx/cursor.h:55: error: parse error before `;' token
In file included from /usr/include/wx/window.h:28,
from /usr/include/wx/statusbr.h:19,
from amuleDlg.h:28,
from ListenSocket.cpp:28:
/usr/include/wx/font.h: At global scope:
/usr/include/wx/font.h:82: error: parse error before `{' token
/usr/include/wx/font.h:104: error: non-member function `bool Ok()' cannot have
`const' method qualifier
/usr/include/wx/font.h: In function `bool Ok()':
/usr/include/wx/font.h:104: error: `m_refData' undeclared (first use this
function)
/usr/include/wx/font.h: At global scope:
/usr/include/wx/font.h:107: error: non-member function `bool operator==(const
wxFont&)' cannot have `const' method qualifier
/usr/include/wx/font.h:107: error: `bool operator==(const wxFont&)' must take
exactly two arguments
/usr/include/wx/font.h:108: error: non-member function `bool operator!=(const
wxFont&)' cannot have `const' method qualifier
/usr/include/wx/font.h:108: error: `bool operator!=(const wxFont&)' must take
exactly two arguments
/usr/include/wx/font.h:111: error: virtual outside class declaration
/usr/include/wx/font.h:111: error: non-member function `int GetPointSize()'
cannot have `const' method qualifier
/usr/include/wx/font.h:111: error: function `int GetPointSize()' is initialized
like a variable
/usr/include/wx/font.h:112: error: virtual outside class declaration
/usr/include/wx/font.h:112: error: non-member function `int GetFamily()' cannot
have `const' method qualifier
/usr/include/wx/font.h:112: error: function `int GetFamily()' is initialized
like a variable
/usr/include/wx/font.h:113: error: virtual outside class declaration
/usr/include/wx/font.h:113: error: non-member function `int GetStyle()' cannot
have `const' method qualifier
/usr/include/wx/font.h:113: error: function `int GetStyle()' is initialized
like a variable
/usr/include/wx/font.h:114: error: virtual outside class declaration
/usr/include/wx/font.h:114: error: non-member function `int GetWeight()' cannot
have `const' method qualifier
/usr/include/wx/font.h:114: error: function `int GetWeight()' is initialized
like a variable
/usr/include/wx/font.h:115: error: virtual outside class declaration
/usr/include/wx/font.h:115: error: non-member function `bool GetUnderlined()'
cannot have `const' method qualifier
/usr/include/wx/font.h:115: error: function `bool GetUnderlined()' is
initialized like a variable
/usr/include/wx/font.h:116: error: virtual outside class declaration
/usr/include/wx/font.h:116: error: non-member function `wxString GetFaceName()'
cannot have `const' method qualifier
/usr/include/wx/font.h:116: error: function `wxString GetFaceName()' is
initialized like a variable
/usr/include/wx/font.h:117: error: virtual outside class declaration
/usr/include/wx/font.h:117: error: non-member function `wxFontEncoding
GetEncoding()' cannot have `const' method qualifier
/usr/include/wx/font.h:117: error: function `wxFontEncoding GetEncoding()' is
initialized like a variable
/usr/include/wx/font.h:118: error: virtual outside class declaration
/usr/include/wx/font.h:118: error: non-member function `wxNativeFontInfo*
GetNativeFontInfo()' cannot have `const' method qualifier
/usr/include/wx/font.h:120: error: virtual outside class declaration
/usr/include/wx/font.h:120: error: non-member function `bool IsFixedWidth()'
cannot have `const' method qualifier
/usr/include/wx/font.h:122: error: non-member function `wxString
GetNativeFontInfoDesc()' cannot have `const' method qualifier
/usr/include/wx/font.h:123: error: non-member function `wxString
GetNativeFontInfoUserDesc()' cannot have `const' method qualifier
/usr/include/wx/font.h:126: error: virtual outside class declaration
/usr/include/wx/font.h:126: error: function `void SetPointSize(int)' is
initialized like a variable
/usr/include/wx/font.h:127: error: virtual outside class declaration
/usr/include/wx/font.h:127: error: function `void SetFamily(int)' is
initialized like a variable
/usr/include/wx/font.h:128: error: virtual outside class declaration
/usr/include/wx/font.h:128: error: function `void SetStyle(int)' is initialized
like a variable
/usr/include/wx/font.h:129: error: virtual outside class declaration
/usr/include/wx/font.h:129: error: function `void SetWeight(int)' is
initialized like a variable
/usr/include/wx/font.h:130: error: virtual outside class declaration
/usr/include/wx/font.h:130: error: function `void SetFaceName(const wxString&)'
is initialized like a variable
/usr/include/wx/font.h:131: error: virtual outside class declaration
/usr/include/wx/font.h:131: error: function `void SetUnderlined(bool)' is
initialized like a variable
/usr/include/wx/font.h:132: error: virtual outside class declaration
/usr/include/wx/font.h:132: error: function `void SetEncoding(wxFontEncoding)'
is initialized like a variable
/usr/include/wx/font.h:133: error: virtual outside class declaration
/usr/include/wx/font.h:140: error: non-member function `wxString
GetFamilyString()' cannot have `const' method qualifier
/usr/include/wx/font.h:141: error: non-member function `wxString
GetStyleString()' cannot have `const' method qualifier
/usr/include/wx/font.h:142: error: non-member function `wxString
GetWeightString()' cannot have `const' method qualifier
/usr/include/wx/font.h:145: error: virtual outside class declaration
/usr/include/wx/font.h:146: error: virtual outside class declaration
/usr/include/wx/font.h: In function `wxFontEncoding GetDefaultEncoding()':
/usr/include/wx/font.h:150: error: `ms_encodingDefault' undeclared (first use
this function)
/usr/include/wx/font.h: At global scope:
/usr/include/wx/font.h:153: error: parse error before `protected'
In file included from /usr/include/wx/statusbr.h:19,
from amuleDlg.h:28,
from ListenSocket.cpp:28:
/usr/include/wx/window.h:105: error: parse error before `&' token
/usr/include/wx/window.h:189: error: parse error before `&' token
/usr/include/wx/window.h:192: error: parse error before `&' token
/usr/include/wx/window.h:192: error: `void wxWindowBase::SetSize(...)' and `
void wxWindowBase::SetSize(...)' cannot be overloaded
/usr/include/wx/window.h:195: error: semicolon missing after declaration of `
wxWindowBase'
/usr/include/wx/window.h: In constructor `wxWindowBase::wxWindowBase()':
/usr/include/wx/window.h:99: error: `InitBase' undeclared (first use this
function)
/usr/include/wx/window.h: In member function `bool
wxWindowBase::IsBeingDeleted() const':
/usr/include/wx/window.h:139: error: `m_isBeingDeleted' undeclared (first use
this function)
/usr/include/wx/window.h: In member function `virtual void
wxWindowBase::SetName(const wxString&)':
/usr/include/wx/window.h:160: error: `m_windowName' undeclared (first use this
function)
/usr/include/wx/window.h: In member function `void wxWindowBase::SetId(int)':
/usr/include/wx/window.h:165: error: `m_windowId' undeclared (first use this
function)
/usr/include/wx/window.h: In static member function `static int
wxWindowBase::NewControlId()':
/usr/include/wx/window.h:170: error: `ms_lastControlId' undeclared (first use
this function)
/usr/include/wx/window.h: In member function `void wxWindowBase::SetSize(int,
int, int, int, int)':
/usr/include/wx/window.h:184: error: `DoSetSize' undeclared (first use this
function)
/usr/include/wx/window.h: In member function `void wxWindowBase::SetSize(int,
int)':
/usr/include/wx/window.h:187: error: `DoSetSize' undeclared (first use this
function)
/usr/include/wx/window.h: In member function `void wxWindowBase::SetSize(...)':
/usr/include/wx/window.h:190: error: `size' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:196: error: ISO C++ forbids defining types within
return type
/usr/include/wx/window.h:196: error: two or more data types in declaration of `
Move'
/usr/include/wx/window.h:196: error: semicolon missing after declaration of `
class wxWindowBase'
/usr/include/wx/window.h: In function `int Move(int, int, int)':
/usr/include/wx/window.h:196: error: `DoSetSize' undeclared (first use this
function)
/usr/include/wx/window.h: In function `void Move(const wxPoint&, int)':
/usr/include/wx/window.h:199: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:199: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:202: error: virtual outside class declaration
/usr/include/wx/window.h:202: error: function `void Raise()' is initialized
like a variable
/usr/include/wx/window.h:203: error: virtual outside class declaration
/usr/include/wx/window.h:203: error: function `void Lower()' is initialized
like a variable
/usr/include/wx/window.h: In function `void SetClientSize(int, int)':
/usr/include/wx/window.h:207: error: `DoSetClientSize' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:209: error: parse error before `&' token
/usr/include/wx/window.h: In function `void SetClientSize(...)':
/usr/include/wx/window.h:210: error: `DoSetClientSize' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:212: error: parse error before `&' token
/usr/include/wx/window.h: In function `void SetClientSize(...)':
/usr/include/wx/window.h:213: error: redefinition of `void SetClientSize(...)'
/usr/include/wx/window.h:210: error: `void SetClientSize(...)' previously
defined here
/usr/include/wx/window.h:213: error: redefinition of `void SetClientSize(...)'
/usr/include/wx/window.h:210: error: `void SetClientSize(...)' previously
defined here
/usr/include/wx/window.h:213: error: `rect' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:216: error: non-member function `void
GetPosition(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void GetPosition(int*, int*)':
/usr/include/wx/window.h:216: error: `DoGetPosition' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:218: error: non-member function `wxPoint GetPosition()
' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxPoint GetPosition()':
/usr/include/wx/window.h:218: error: return type `struct wxPoint' is incomplete
/usr/include/wx/window.h:220: error: `DoGetPosition' undeclared (first use this
function)
/usr/include/wx/window.h:222: error: invalid use of undefined type `struct
wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `struct wxPoint'
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:225: error: non-member function `void GetSize(int*,
int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void GetSize(int*, int*)':
/usr/include/wx/window.h:225: error: `DoGetSize' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:226: error: parse error before `)' token
/usr/include/wx/window.h:229: error: `w' was not declared in this scope
/usr/include/wx/window.h:229: error: `h' was not declared in this scope
/usr/include/wx/window.h:229: error: `int DoGetSize' used prior to declaration
/usr/include/wx/window.h:229: error: initializer list being treated as compound
expression
/usr/include/wx/window.h:230: error: parse error before `return'
/usr/include/wx/window.h:233: error: parse error before `)' token
/usr/include/wx/window.h:236: error: `x' was not declared in this scope
/usr/include/wx/window.h:236: error: `y' was not declared in this scope
/usr/include/wx/window.h:236: error: `int GetPosition' redeclared as different
kind of symbol
/usr/include/wx/window.h:218: error: previous declaration of `wxPoint
GetPosition()'
/usr/include/wx/window.h:236: error: initializer list being treated as compound
expression
/usr/include/wx/window.h:237: error: `w' was not declared in this scope
/usr/include/wx/window.h:237: error: `h' was not declared in this scope
/usr/include/wx/window.h:237: error: `int GetSize' redeclared as different kind
of symbol
/usr/include/wx/window.h:225: error: previous declaration of `void
GetSize(int*, int*)'
/usr/include/wx/window.h:237: error: initializer list being treated as compound
expression
/usr/include/wx/window.h:239: error: parse error before `return'
/usr/include/wx/window.h:242: error: non-member function `void
GetClientSize(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void GetClientSize(int*, int*)':
/usr/include/wx/window.h:242: error: `DoGetClientSize' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:243: error: parse error before `)' token
/usr/include/wx/window.h:246: error: `w' was not declared in this scope
/usr/include/wx/window.h:246: error: `h' was not declared in this scope
/usr/include/wx/window.h:246: error: `int DoGetClientSize' used prior to
declaration
/usr/include/wx/window.h:246: error: initializer list being treated as compound
expression
/usr/include/wx/window.h:248: error: parse error before `return'
/usr/include/wx/window.h:254: error: virtual outside class declaration
/usr/include/wx/window.h:254: error: non-member function `wxPoint
GetClientAreaOrigin()' cannot have `const' method qualifier
/usr/include/wx/window.h:257: error: parse error before `)' token
/usr/include/wx/window.h:264: error: parse error before `)' token
/usr/include/wx/window.h:266: error: non-member function `void
GetBestSize(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void GetBestSize(int*, int*)':
/usr/include/wx/window.h:267: error: `wxSize' undeclared (first use this
function)
/usr/include/wx/window.h:267: error: parse error before `=' token
/usr/include/wx/window.h:269: error: `s' undeclared (first use this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:279: error: parse error before `)' token
/usr/include/wx/window.h:300: error: virtual outside class declaration
/usr/include/wx/window.h:303: error: virtual outside class declaration
/usr/include/wx/window.h:308: error: virtual outside class declaration
/usr/include/wx/window.h:311: error: virtual outside class declaration
/usr/include/wx/window.h:313: error: virtual outside class declaration
/usr/include/wx/window.h:313: error: non-member function `int GetMinWidth()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `int GetMinWidth()':
/usr/include/wx/window.h:313: error: `m_minWidth' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:314: error: virtual outside class declaration
/usr/include/wx/window.h:314: error: non-member function `int GetMinHeight()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `int GetMinHeight()':
/usr/include/wx/window.h:314: error: `m_minHeight' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:315: error: non-member function `int GetMaxWidth()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `int GetMaxWidth()':
/usr/include/wx/window.h:315: error: `m_maxWidth' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:316: error: non-member function `int GetMaxHeight()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `int GetMaxHeight()':
/usr/include/wx/window.h:316: error: `m_maxHeight' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:319: error: Syntaxfehler before `(' token
/usr/include/wx/window.h:327: error: parse error before `&' token
/usr/include/wx/window.h: In function `void SetVirtualSize(...)':
/usr/include/wx/window.h:327: error: `DoSetVirtualSize' undeclared (first use
this function)
/usr/include/wx/window.h: In function `void SetVirtualSize(int, int)':
/usr/include/wx/window.h:328: error: `DoSetVirtualSize' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:330: error: parse error before `)' token
/usr/include/wx/window.h:332: error: non-member function `void
GetVirtualSize(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void GetVirtualSize(int*, int*)':
/usr/include/wx/window.h:333: error: parse error before `(' token
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:345: error: virtual outside class declaration
/usr/include/wx/window.h:345: error: `void DoSetVirtualSize(int, int)' used
prior to declaration
/usr/include/wx/window.h:346: error: Syntaxfehler before `(' token
/usr/include/wx/window.h:351: error: Syntaxfehler before `(' token
/usr/include/wx/window.h:266: error: too few arguments to function `void
GetBestSize(int*, int*)'
/usr/include/wx/window.h:354: error: at this point in file
/usr/include/wx/window.h:354: error: 'wxSize' is used as a type, but is not
defined as a type.
/usr/include/wx/window.h:356: error: parse error before `return'
/usr/include/wx/window.h:364: error: virtual outside class declaration
/usr/include/wx/window.h:368: error: virtual outside class declaration
/usr/include/wx/window.h:371: error: non-member function `bool IsShown()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool IsShown()':
/usr/include/wx/window.h:371: error: `m_isShown' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:372: error: non-member function `bool IsEnabled()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool IsEnabled()':
/usr/include/wx/window.h:372: error: `m_isEnabled' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:376: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void SetWindowStyleFlag(long int)':
/usr/include/wx/window.h:376: error: `m_windowStyle' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:377: error: virtual outside class declaration
/usr/include/wx/window.h:377: error: non-member function `long int
GetWindowStyleFlag()' cannot have `const' method qualifier
/usr/include/wx/window.h:381: error: non-member function `long int
GetWindowStyle()' cannot have `const' method qualifier
/usr/include/wx/window.h:383: error: non-member function `bool HasFlag(int)'
cannot have `const' method qualifier
/usr/include/wx/window.h:384: error: virtual outside class declaration
/usr/include/wx/window.h:384: error: non-member function `bool IsRetained()'
cannot have `const' method qualifier
/usr/include/wx/window.h:388: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void SetExtraStyle(long int)':
/usr/include/wx/window.h:388: error: `m_exStyle' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:389: error: non-member function `long int
GetExtraStyle()' cannot have `const' method qualifier
/usr/include/wx/window.h:392: error: virtual outside class declaration
/usr/include/wx/window.h:394: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void SetThemeEnabled(bool)':
/usr/include/wx/window.h:394: error: `m_themeEnabled' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:395: error: virtual outside class declaration
/usr/include/wx/window.h:395: error: non-member function `bool
GetThemeEnabled()' cannot have `const' method qualifier
/usr/include/wx/window.h:401: error: virtual outside class declaration
/usr/include/wx/window.h:401: error: function `void SetFocus()' is initialized
like a variable
/usr/include/wx/window.h:404: error: virtual outside class declaration
/usr/include/wx/window.h:410: error: virtual outside class declaration
/usr/include/wx/window.h:410: error: non-member function `bool AcceptsFocus()'
cannot have `const' method qualifier
/usr/include/wx/window.h:415: error: virtual outside class declaration
/usr/include/wx/window.h:415: error: non-member function `bool
AcceptsFocusFromKeyboard()' cannot have `const' method qualifier
/usr/include/wx/window.h:422: error: virtual outside class declaration
/usr/include/wx/window.h:422: error: non-member function `wxWindow*
GetDefaultItem()' cannot have `const' method qualifier
/usr/include/wx/window.h:426: error: virtual outside class declaration
/usr/include/wx/window.h:429: error: virtual outside class declaration
/usr/include/wx/window.h:435: error: non-member function `const wxWindowList&
GetChildren()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `const wxWindowList& GetChildren()':
/usr/include/wx/window.h:435: error: `m_children' undeclared (first use this
function)
/usr/include/wx/window.h: In function `wxWindowList& GetChildren()':
/usr/include/wx/window.h:436: error: new declaration `wxWindowList&
GetChildren()'
/usr/include/wx/window.h:435: error: ambiguates old declaration `const
wxWindowList& GetChildren()'
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:439: error: non-member function `wxWindow* GetParent()
' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxWindow* GetParent()':
/usr/include/wx/window.h:439: error: `m_parent' undeclared (first use this
function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:440: error: non-member function `wxWindow*
GetGrandParent()' cannot have `const' method qualifier
/usr/include/wx/window.h:443: error: virtual outside class declaration
/usr/include/wx/window.h:443: error: non-member function `bool IsTopLevel()'
cannot have `const' method qualifier
/usr/include/wx/window.h:449: error: virtual outside class declaration
/usr/include/wx/window.h:452: error: virtual outside class declaration
/usr/include/wx/window.h:453: error: virtual outside class declaration
/usr/include/wx/window.h:474: error: non-member function `wxEvtHandler*
GetEventHandler()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxEvtHandler* GetEventHandler()':
/usr/include/wx/window.h:474: error: `m_eventHandler' undeclared (first use
this function)
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:507: error: virtual outside class declaration
/usr/include/wx/window.h:510: error: virtual outside class declaration
/usr/include/wx/window.h:511: error: virtual outside class declaration
/usr/include/wx/window.h:513: error: virtual outside class declaration
/usr/include/wx/window.h:529: error: parse error before `&' token
/usr/include/wx/window.h:536: error: parse error before `&' token
/usr/include/wx/window.h:547: error: virtual outside class declaration
/usr/include/wx/window.h:547: error: function `void WarpPointer(int, int)' is
initialized like a variable
/usr/include/wx/window.h:561: error: virtual outside class declaration
/usr/include/wx/window.h:561: error: non-member function `bool HasCapture()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool HasCapture()':
/usr/include/wx/window.h:561: error: invalid use of `this' in non-member
function
/usr/include/wx/window.h: At global scope:
/usr/include/wx/window.h:569: error: parse error before `*' token
/usr/include/wx/window.h:569: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void Refresh(...)':
/usr/include/wx/window.h:572: error: parse error before `&' token
/usr/include/wx/window.h: In function `void RefreshRect(...)':
/usr/include/wx/window.h:575: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void Update()':
/usr/include/wx/window.h:578: error: virtual outside class declaration
/usr/include/wx/window.h:578: error: function `void Clear()' is initialized
like a variable
/usr/include/wx/window.h:581: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void Freeze()':
/usr/include/wx/window.h:584: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void Thaw()':
/usr/include/wx/window.h:587: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void PrepareDC(wxDC&)':
/usr/include/wx/window.h:591: error: Syntaxfehler before `&' token
/usr/include/wx/window.h:592: error: Syntaxfehler before `&' token
/usr/include/wx/window.h:595: error: parse error before `)' token
/usr/include/wx/window.h:599: error: non-member function `bool IsExposed(int,
int)' cannot have `const' method qualifier
/usr/include/wx/window.h:600: error: non-member function `bool IsExposed(int,
int, int, int)' cannot have `const' method qualifier
/usr/include/wx/window.h:603: error: non-member function `bool IsExposed(const
wxPoint&)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool IsExposed(const wxPoint&)':
/usr/include/wx/window.h:603: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:603: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:604: error: parse error before `&' token
/usr/include/wx/window.h:605: error: non-member function `bool IsExposed(...)'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool IsExposed(...)':
/usr/include/wx/window.h:612: error: parse error before `&' token
/usr/include/wx/window.h:612: error: virtual outside class declaration
/usr/include/wx/window.h:613: error: parse error before `&' token
/usr/include/wx/window.h:613: error: virtual outside class declaration
/usr/include/wx/window.h:615: error: parse error before `)' token
/usr/include/wx/window.h:616: error: parse error before `)' token
/usr/include/wx/window.h:620: error: virtual outside class declaration
/usr/include/wx/window.h:621: error: non-member function `const wxCursor&
GetCursor()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `const wxCursor& GetCursor()':
/usr/include/wx/window.h:621: error: `m_cursor' undeclared (first use this
function)
/usr/include/wx/window.h: In function `wxCursor& GetCursor()':
/usr/include/wx/window.h:622: error: new declaration `wxCursor& GetCursor()'
/usr/include/wx/window.h:621: error: ambiguates old declaration `const
wxCursor& GetCursor()'
/usr/include/wx/window.h: In function `const wxCursor& GetCursor()':
/usr/include/wx/window.h:626: error: virtual outside class declaration
/usr/include/wx/window.h:626: error: function `bool SetFont(const wxFont&)' is
initialized like a variable
/usr/include/wx/window.h:627: error: non-member function `const wxFont&
GetFont()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `const wxFont& GetFont()':
/usr/include/wx/window.h:627: error: `m_font' undeclared (first use this
function)
/usr/include/wx/window.h: In function `wxFont& GetFont()':
/usr/include/wx/window.h:628: error: new declaration `wxFont& GetFont()'
/usr/include/wx/window.h:627: error: ambiguates old declaration `const wxFont&
GetFont()'
/usr/include/wx/window.h: In function `const wxFont& GetFont()':
/usr/include/wx/window.h:638: error: virtual outside class declaration
/usr/include/wx/window.h:638: error: non-member function `int GetCharHeight()'
cannot have `const' method qualifier
/usr/include/wx/window.h:638: error: function `int GetCharHeight()' is
initialized like a variable
/usr/include/wx/window.h:639: error: virtual outside class declaration
/usr/include/wx/window.h:639: error: non-member function `int GetCharWidth()'
cannot have `const' method qualifier
/usr/include/wx/window.h:639: error: function `int GetCharWidth()' is
initialized like a variable
/usr/include/wx/window.h:648: error: virtual outside class declaration
/usr/include/wx/window.h:648: error: non-member function `void
GetTextExtent(const wxString&, int*, int*, int*, int*, const wxFont*)'
cannot have `const' method qualifier
/usr/include/wx/window.h:648: error: function `void GetTextExtent(const
wxString&, int*, int*, int*, int*, const wxFont*)' is initialized like a
variable
/usr/include/wx/window.h:655: error: non-member function `void
ClientToScreen(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void ClientToScreen(int*, int*)':
/usr/include/wx/window.h:655: error: `DoClientToScreen' undeclared (first use
this function)
/usr/include/wx/window.h:657: error: non-member function `void
ScreenToClient(int*, int*)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `void ScreenToClient(int*, int*)':
/usr/include/wx/window.h:657: error: `DoScreenToClient' undeclared (first use
this function)
/usr/include/wx/window.h:661: error: non-member function `wxPoint
ClientToScreen(const wxPoint&)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxPoint ClientToScreen(const wxPoint&)':
/usr/include/wx/window.h:661: error: return type `struct wxPoint' is incomplete
/usr/include/wx/window.h:662: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:662: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:663: error: `DoClientToScreen' undeclared (first use
this function)
/usr/include/wx/window.h:665: error: invalid use of undefined type `struct
wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `struct wxPoint'
/usr/include/wx/window.h:669: error: non-member function `wxPoint
ScreenToClient(const wxPoint&)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxPoint ScreenToClient(const wxPoint&)':
/usr/include/wx/window.h:669: error: return type `struct wxPoint' is incomplete
/usr/include/wx/window.h:670: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:670: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:671: error: `DoScreenToClient' undeclared (first use
this function)
/usr/include/wx/window.h:673: error: invalid use of undefined type `struct
wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `struct wxPoint'
/usr/include/wx/window.h:678: error: non-member function `wxHitTest
HitTest(int, int)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxHitTest HitTest(int, int)':
/usr/include/wx/window.h:678: error: `DoHitTest' undeclared (first use this
function)
/usr/include/wx/window.h:681: error: non-member function `wxHitTest
HitTest(const wxPoint&)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxHitTest HitTest(const wxPoint&)':
/usr/include/wx/window.h:681: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:681: error: invalid use of undefined type `const
struct wxPoint'
/usr/include/wx/utils.h:46: error: forward declaration of `const struct wxPoint
'
/usr/include/wx/window.h:681: error: `DoHitTest' undeclared (first use this
function)
/usr/include/wx/window.h:688: error: non-member function `wxBorder GetBorder()'
cannot have `const' method qualifier
/usr/include/wx/window.h:704: error: non-member function `bool
HasScrollbar(int)' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool HasScrollbar(int)':
/usr/include/wx/window.h:714: error: virtual outside class declaration
/usr/include/wx/window.h:714: error: function `void SetScrollbar(int, int, int,
int, bool)' is initialized like a variable
/usr/include/wx/window.h:715: error: virtual outside class declaration
/usr/include/wx/window.h:715: error: function `void SetScrollPos(int, int,
bool)' is initialized like a variable
/usr/include/wx/window.h:716: error: virtual outside class declaration
/usr/include/wx/window.h:716: error: non-member function `int GetScrollPos(int)
' cannot have `const' method qualifier
/usr/include/wx/window.h:716: error: function `int GetScrollPos(int)' is
initialized like a variable
/usr/include/wx/window.h:717: error: virtual outside class declaration
/usr/include/wx/window.h:717: error: non-member function `int
GetScrollThumb(int)' cannot have `const' method qualifier
/usr/include/wx/window.h:717: error: function `int GetScrollThumb(int)' is
initialized like a variable
/usr/include/wx/window.h:718: error: virtual outside class declaration
/usr/include/wx/window.h:718: error: non-member function `int
GetScrollRange(int)' cannot have `const' method qualifier
/usr/include/wx/window.h:718: error: function `int GetScrollRange(int)' is
initialized like a variable
/usr/include/wx/window.h:722: error: parse error before `*' token
/usr/include/wx/window.h:722: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void ScrollWindow(...)':
/usr/include/wx/window.h:727: error: virtual outside class declaration
/usr/include/wx/window.h: In function `bool ScrollLines(int)':
/usr/include/wx/window.h:728: error: virtual outside class declaration
/usr/include/wx/window.h: In function `void SetAutoLayout(bool)':
/usr/include/wx/window.h:806: error: `m_autoLayout' undeclared (first use this
function)
/usr/include/wx/window.h:807: error: non-member function `bool GetAutoLayout()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `bool GetAutoLayout()':
/usr/include/wx/window.h:810: error: virtual outside class declaration
/usr/include/wx/window.h:816: error: non-member function `wxSizer* GetSizer()'
cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxSizer* GetSizer()':
/usr/include/wx/window.h:816: error: `m_windowSizer' undeclared (first use this
function)
/usr/include/wx/window.h: In function `void SetContainingSizer(wxSizer*)':
/usr/include/wx/window.h:819: error: `m_containingSizer' undeclared (first use
this function)
/usr/include/wx/window.h:820: error: non-member function `wxSizer*
GetContainingSizer()' cannot have `const' method qualifier
/usr/include/wx/window.h: In function `wxSizer* GetContainingSizer()':
/usr/include/wx/window.h:837: error: `wxSysColourChangedEvent' undeclared
(first use this function)
/usr/include/wx/window.h:837: error: `event' undeclared (first use this
function)
/usr/include/wx/window.h:837: error: variable or field `OnSysColourChanged'
declared void
/usr/include/wx/window.h:837: confused by earlier errors, bailing out
make[2]: *** [amule-ListenSocket.o] Fehler 1
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Fehler 1
make[1]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
make: *** [all] Fehler 2
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3>
But it doesn't get through. So, what did I do wrong?
-
Install libgd or disable wxcas on compilation ( ./configure ... --disable-wxcas )
LibGD is necessary for compiling wxCAS since this v2-rc3 release.
I hope that helps
Greetings
-
> I hope that helps
Sorry, it does not.
I already disabled wxcas, as is shown above. And with lbGD do you mean libgda and -devel? They are installed.
-
Ah, yes sorry about the disable wxcas tip, I forgot you had already tried it :-S
Oh! I saw it! I saw it! This is the problem your username:
> xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3
;-) Just a joke.
Your problem is in wx. Please reinstall them.
If you want to have wxcas and cas working, then install libgd (of course, the developer packages).
I hope this time it helps ;-)
Regards
-
type wx-config --basename
-
> Your problem is in wx. Please reinstall them.
I already did, the ones from http://www.amule-project.net/amule/download.php (all three).
I will try to recompile wxWidgets, maybe this will help.
> type wx-config --basename
It only prints "wx_base", nothing more. Even after wx reinstall. Shouldn't this give the necessary flags for compiling with wx?
-
Kry is a magician:
"[18:19] Jacobo221: the xmule guy probably has wx-config linked to wxbase"
lol ;-)
so, link it against wx_gtk and that's it.
Greetings
-
Yep, that's it. Thanks a lot. :)
Now I wonder how it got wrongly linked...
-
Hello,
and sorry for this newbie question:
What does it mean to
link it against wx_gtk
?
I know what wx_gtk is and I figure linking something to something else may have to do with the configure part of the compiling process.
I seem to be having the same problem nachbarnebenan had.
Thanks in advance.
- Graymalkin
-
No, in this case "linking" means: "making a symlink"
I had to do the following as root: "ln -s /usr/bin/wxgtk-2.4-config /usr/bin/wx-config" The exact command depends on where you installed wxGTK.
-
Thanks for the reply. That didn't seem to be the problem though.
The link already existed.
Here's a copy of the part in "make" that refers to errors:
ClientCredits.h:31:45: cryptopp/config.h: Datei oder Verzeichnis nicht gefunden
ClientCredits.h:32:42: cryptopp/rsa.h: Datei oder Verzeichnis nicht gefunden
In file included from BaseClient.cpp:47:
ClientCredits.h:135: error: type specifier omitted for parameter `CryptoPP'
ClientCredits.h:135: error: Syntaxfehler before `::' token
ClientCredits.h:155: error: Syntaxfehler before `::' token
BaseClient.cpp:976:26: Warnung: #warning Lacks Comment Filtering
BaseClient.cpp:1564:10: Warnung: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Fehler 1
make[2]: Verlassen des Verzeichnisses Verzeichnis »/usr/local/progs/aMule-2.0.0rc3/src«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlassen des Verzeichnisses Verzeichnis »/usr/local/progs/aMule-2.0.0rc3«
make: *** [all] Fehler 2
I used configure --disalbe-wxcas
Without this option I get even more errors.
I have libcryptopp-513 installed.
Regards,
Graymalkin
-
Crypto++ problem, probably a bad installation. But since you have the messages in german (or whatever that's in)... no idea what the problem is.
To get an egnlish output, compile this way: `LC_MESSAGES=en_EN make`
PLEASE, NEVER report non-english logs in english forums ;-)
Post again after getting the ouput of the given above command.
Greetings.
-
Thanks again for the quick reply. I appreciate it.
Here's the english output:
ClientCredits.h:31:45: cryptopp/config.h: No such file or directory
ClientCredits.h:32:42: cryptopp/rsa.h: No such file or directory
In file included from BaseClient.cpp:47:
ClientCredits.h:135: error: type specifier omitted for parameter `CryptoPP'
ClientCredits.h:135: error: syntax error before `::' token
ClientCredits.h:155: error: syntax error before `::' token
BaseClient.cpp:976:26: warning: #warning Lacks Comment Filtering
BaseClient.cpp:1564:10: warning: #warning ADDME - Import needed
make[2]: *** [amule-BaseClient.o] Error 1
make[2]: Leaving directory `/usr/local/progs/aMule-2.0.0rc3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/progs/aMule-2.0.0rc3'
make: *** [all] Error 2
-
Sou you're missing config.h and rsa.h...
You Crypto++ library isn't properly installed. Maybe you didn't self-compile it, but you apt-get it or whatever. Please follow the HowTo compile aMule (at http://www.amule-project.net/amule/thread.php?threadid=796&sid= ) and report then. If you're on Debian, join #amule in irc.freenode.net and I'll tell you an URL on HowTo compile aMule in Debian
I hope that helps.
Greetings.
-
I think I may be missing the libcryptopp-devel package.
Unfortunalty I get "connection was refused when attempting to connect to sever" when I try to download something from download.berlios.de
Strange. Both on my windows and my linux machine. ?(
Another thing: Is there a plan to upload i386 rpms or will there be only i686 packages in the future ?
I'm running Fedora Core 1 on a K6-2 450 which is i586 I assume.
Kind regards,
Graymalkin
-
i have the same problem with cryptolib, i ve compiled amule cvs and amule rc1 && rc2 whithout problem, but with rc3 ...
what is happening?
-
celeron: don't use CVS by now. It's out-of-date. When CVS is up-to-date and public again it'll be reported. For the moment just wait for the RC releases.
About your problem, please paste your output here too.
Graymalkin: try compiling Crypto++ from the sources in download.berlios.de and following the Compiling aMule HowTo (at http://www.amule-project.net/amule/thread.php?threadid=796&sid= ).
For both: When download.berlios.de is down, use the aMule mirror at http://download.gna.org/amule/
I wish compiling Crypto++ by hand solves your problems.
Greetings.
P.S.: If you're on Debian or Gentoo, Crypto++ packages for those two distros are buggy sot that's the problem. So, if you are on any of those, run `ln -s /usr/include/crypto++/cryptopp_config.h /usr/include/crypto++/config.h`
-
Thanks Jacobo221, doing it according to the how-to worked :D
I had to install quite a lot of devel stuff but I guess it was worth it.
Thanks again for your help.
All the best !
Graymalkin
-
celeron's problem was answered by Xaignar at http://www.amule-project.net/amule/thread.php?threadid=1992&sid=
Graymalkin: you're wellcome ;-)
-
Yesterday I finally upgraded my hosts to suse 9.1, after it has been laying around here for about a week.
Looks as if suse screwed up, again. The wx included in the distribution is linked to gtk2 and it is not possible to change this, since a bunch of programs depend on this. Luckily they still deliver a gcc 3.3, so I could at least compile and install libcrypto++ without problems.
So, while I'm trying to get amule compiled, is there a way to have wx_gtk and wx_gtk2 both installed, since, as I understand it, it is not recommend to link amule with gtk2. Just building wx for a different dir (below the xmule home) and linking amule with it doesn't work, ld complains about hundreds of missing symbols and segfaults.
I will try to alter some things and see if it helps. If not, I guess I will capture an amule build cycle and post it here.
btw, amule 1.2.6 compiles and runs fine...
-
Since I didn't got it running, here are my specs, maybe somebody can make something out of this.
xmule@computer1:/home/xmule/temp> export LC_ALL=POSIX
xmule@computer1:/home/xmule/temp> ./get-info.sh
I. Development Environment
A. Compiler Info
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.3/specs Configured with: ../configure --enable-threads=posix --prefix=/usr --with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man --enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib --enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux Thread model: posix gcc version 3.3.3 (SuSE Linux)
B. wxWindows Info
Version: 2.4.2
-pthread -Wl,-rpath -Wl,/usr/lib -lwx_gtk2-2.4
C. GTK Info
GTK 1: 1.2.10
GTK 2: 2.2.4
II. System Environment
A. CPU Info
Type: GenuineIntel
Model: Intel(R) Pentium(R) 4 CPU 2.66GHz
Speed: 2667.282
BMips: 5275.64
Flags: fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe cid
B. Memory Info
Total: 1557020 kB
Unused: 261520 kB
C. Kernel Info
Version: 2.6.4-52-default
D. Library Info
wxWindows library: libwx_gtk2_gl-2.4.so (libc6) => /usr/lib/libwx_gtk2_gl-2.4.so libwx_gtk2-2.4.so (libc6) => /usr/lib/libwx_gtk2-2.4.so
xmule@computer1:/home/xmule/temp> cd aMule-2.0.0rc3
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3> ./configure --disable-cas --disable-wxcas
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for g++... g++
checking for C++ compiler default output... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking build system type... i686-suse-linux
checking host system type... i686-suse-linux
checking for ranlib... ranlib
checking for strerror in -lcposix... no
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking whether integer division by zero raises SIGFPE... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for ld used by GCC... /usr/i586-suse-linux/bin/ld
checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getc_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... bison
checking version of bison... 1.875, ok
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.4.0... yes (version 2.4.2)
checking for wxbase-2.4-config... no
configure:
WARNING: libwx_base >= 2.4.0 is not found.
This is not needed for compiling aMule, but it is for compiling amulecmd.
If you have no wxbase, amulecmd will be linked against wxgtk, thus removing
all the non-graphical client meaning at all.
Please check that wxbase-2.4-config is in path, the directory
where wxWidgets base libraries are installed (returned by
'wxbase-2.4-config --libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets base is version 2.4.0 or above.
Or this might also be that your wxbase-config has other name.
Please try again with --with-wxbase-config=/usr/bin/wxbase-config
(replace /usr/bin/wxbase-config with a valid path to your wxbase-config)
* Note:
Most probably, either one of the above aren't correct, you don't
have wxbase installed, or are missing wxbase-devel (or equivalent) package.
checking for curl >= 7.9.5... yes (version 7.11.0)
checking for gdlib-config... /usr/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.22)
checking if wxWidgets was linked with GTK2... yes
checking for pkg-config... /usr/bin/pkg-config
checking for GTK+ - version >= 2.0.3... yes (version 2.2.4)
checking if wxWidgets version >=2.5.0 ... no
checking for crypto++ version >= 5.1... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking whether SysTray should be compiled... yes
checking whether SysTray should be compiled in safe mode... no
checking whether pure GTK code should be compiled... yes
checking whether progress bar drawing should be disabled... no
checking for ANSI C header files... (cached) yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for locale.h... (cached) yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking for an ANSI C-conforming const... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for working memcmp... yes
checking for sys/time.h... (cached) yes
checking for unistd.h... (cached) yes
checking for alarm... yes
checking for working mktime... yes
checking return type of signal handlers... void
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for floor... no
checking for ftruncate... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memchr... yes
checking for memmove... yes
checking for memset... yes
checking for mkdir... yes
checking for putenv... (cached) yes
checking for select... yes
checking for setlocale... (cached) yes
checking for sqrt... no
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strdup... (cached) yes
checking for strrchr... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking for getrlimit... yes
checking for setrlimit... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating m4/Makefile
config.status: creating Makefile
config.status: creating Compilation.flags
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
Configure script has finished system check.
Configured aMule 2.0.0rc3 for 'i686-suse-linux'.
Should aMule be compiled in debug mode? yes
Should aMule be compiled with release grp code? no
Should aMule be compiled without debug reporting? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule be compiled with systray? yes
Should aMule be compiled with safe systray? no
Should aMule be compiled with pure GTK code? yes
Should aMule be compiled without bar drawing? no
Should aMule be linked against patched gsocket? yes
Should ccache support be enabled? no
Should aMule command line client be built? no
Should aMule GUI client be build? no
Should aMule WebServer be build? no
Should aMule WebServer GUI be build? no
Should aMule ed2k links handler be build? yes
Should C aMule Statistics (CAS) be build? no
Should aMule GUI Statistics (wxCas) be build? no
Crypto++ library/headers style? mdk_suse_fc
Which libraries should aMule use?
wxWidgets 2.4.2
GTK Not detected
WARNING!! Your wxWidgets copy has been linked against GTK2 and this will make aMule
be instable, use so much cpu and ram. You have been advised, don't report bugs so.
xmule@computer1:/home/xmule/temp/aMule-2.0.0rc3> make
make all-recursive
make[1]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in .
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3'
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3'
Making all in m4
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/m4'
Making all in intl
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/intl'
Making all in po
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/po'
rm -f en_GB.gmo && /usr/bin/msgfmt -c --statistics -o en_GB.gmo en_GB.po
0 translated messages, 459 untranslated messages.
rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po
966 translated messages.
rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po
856 translated messages, 20 fuzzy translations, 6 untranslated messages.
rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po
966 translated messages.
rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po
966 translated messages.
rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po
355 translated messages, 104 untranslated messages.
rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po
955 translated messages, 11 untranslated messages.
rm -f et_EE.gmo && /usr/bin/msgfmt -c --statistics -o et_EE.gmo et_EE.po
351 translated messages, 108 untranslated messages.
rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po
456 translated messages.
rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po
389 translated messages, 375 untranslated messages.
rm -f es_MX.gmo && /usr/bin/msgfmt -c --statistics -o es_MX.gmo es_MX.po
348 translated messages, 111 untranslated messages.
rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po
754 translated messages, 79 untranslated messages.
rm -f gl.gmo && /usr/bin/msgfmt -c --statistics -o gl.gmo gl.po
514 translated messages, 263 untranslated messages.
rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po
966 translated messages.
rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po
955 translated messages.
rm -f ar.gmo && /usr/bin/msgfmt -c --statistics -o ar.gmo ar.po
695 translated messages, 233 untranslated messages.
rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po
833 translated messages.
rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
881 translated messages, 74 untranslated messages.
rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po
741 translated messages, 139 untranslated messages.
rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po
966 translated messages.
rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po
939 translated messages, 1 fuzzy translation, 26 untranslated messages.
rm -f it_NA.gmo && /usr/bin/msgfmt -c --statistics -o it_NA.gmo it_NA.po
966 translated messages.
rm -f pt_PT.gmo && /usr/bin/msgfmt -c --statistics -o pt_PT.gmo pt_PT.po
833 translated messages.
rm -f hr.gmo && /usr/bin/msgfmt -c --statistics -o hr.gmo hr.po
882 translated messages.
make[2]: Leaving directory `/home/xmule/temp/aMule-2.0.0rc3/po'
Making all in src
make[2]: Entering directory `/home/xmule/temp/aMule-2.0.0rc3/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT ED2KLinkParser.o -MD -MP -MF ".deps/ED2KLinkParser.Tpo" \
-c -o ED2KLinkParser.o `test -f 'ED2KLinkParser.cpp' || echo './'`ED2KLinkParser.cpp; \
then mv -f ".deps/ED2KLinkParser.Tpo" ".deps/ED2KLinkParser.Po"; \
else rm -f ".deps/ED2KLinkParser.Tpo"; exit 1; \
fi
g++ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -o ed2k ED2KLinkParser.o -lcryptopp
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ListenSocket.o -MD -MP -MF ".deps/amule-ListenSocket.Tpo" \
-c -o amule-ListenSocket.o `test -f 'ListenSocket.cpp' || echo './'`ListenSocket.cpp; \
then mv -f ".deps/amule-ListenSocket.Tpo" ".deps/amule-ListenSocket.Po"; \
else rm -f ".deps/amule-ListenSocket.Tpo"; exit 1; \
fi
ListenSocket.cpp:712:50: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:718:42: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
ListenSocket.cpp:770:34: warning: #warning TODO: CHECK MESSAGE FILTERING!
ListenSocket.cpp:1054:42: warning: #warning We need a new ProcessSharedFileList that can handle dirs.
ListenSocket.cpp:1636:2: warning: #warning OnConnect? ;)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ECSocket.o -MD -MP -MF ".deps/amule-ECSocket.Tpo" \
-c -o amule-ECSocket.o `test -f 'ECSocket.cpp' || echo './'`ECSocket.cpp; \
then mv -f ".deps/amule-ECSocket.Tpo" ".deps/amule-ECSocket.Po"; \
else rm -f ".deps/amule-ECSocket.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-EMSocket.o -MD -MP -MF ".deps/amule-EMSocket.Tpo" \
-c -o amule-EMSocket.o `test -f 'EMSocket.cpp' || echo './'`EMSocket.cpp; \
then mv -f ".deps/amule-EMSocket.Tpo" ".deps/amule-EMSocket.Po"; \
else rm -f ".deps/amule-EMSocket.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-AddFriend.o -MD -MP -MF ".deps/amule-AddFriend.Tpo" \
-c -o amule-AddFriend.o `test -f 'AddFriend.cpp' || echo './'`AddFriend.cpp; \
then mv -f ".deps/amule-AddFriend.Tpo" ".deps/amule-AddFriend.Po"; \
else rm -f ".deps/amule-AddFriend.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-AddFileThread.o -MD -MP -MF ".deps/amule-AddFileThread.Tpo" \
-c -o amule-AddFileThread.o `test -f 'AddFileThread.cpp' || echo './'`AddFileThread.cpp; \
then mv -f ".deps/amule-AddFileThread.Tpo" ".deps/amule-AddFileThread.Po"; \
else rm -f ".deps/amule-AddFileThread.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-animate.o -MD -MP -MF ".deps/amule-animate.Tpo" \
-c -o amule-animate.o `test -f 'animate.cpp' || echo './'`animate.cpp; \
then mv -f ".deps/amule-animate.Tpo" ".deps/amule-animate.Po"; \
else rm -f ".deps/amule-animate.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-BarShader.o -MD -MP -MF ".deps/amule-BarShader.Tpo" \
-c -o amule-BarShader.o `test -f 'BarShader.cpp' || echo './'`BarShader.cpp; \
then mv -f ".deps/amule-BarShader.Tpo" ".deps/amule-BarShader.Po"; \
else rm -f ".deps/amule-BarShader.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-BaseClient.o -MD -MP -MF ".deps/amule-BaseClient.Tpo" \
-c -o amule-BaseClient.o `test -f 'BaseClient.cpp' || echo './'`BaseClient.cpp; \
then mv -f ".deps/amule-BaseClient.Tpo" ".deps/amule-BaseClient.Po"; \
else rm -f ".deps/amule-BaseClient.Tpo"; exit 1; \
fi
BaseClient.cpp:976:26: warning: #warning Lacks Comment Filtering
BaseClient.cpp:1564:10: warning: #warning ADDME - Import needed
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ChatSelector.o -MD -MP -MF ".deps/amule-ChatSelector.Tpo" \
-c -o amule-ChatSelector.o `test -f 'ChatSelector.cpp' || echo './'`ChatSelector.cpp; \
then mv -f ".deps/amule-ChatSelector.Tpo" ".deps/amule-ChatSelector.Po"; \
else rm -f ".deps/amule-ChatSelector.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ChatWnd.o -MD -MP -MF ".deps/amule-ChatWnd.Tpo" \
-c -o amule-ChatWnd.o `test -f 'ChatWnd.cpp' || echo './'`ChatWnd.cpp; \
then mv -f ".deps/amule-ChatWnd.Tpo" ".deps/amule-ChatWnd.Po"; \
else rm -f ".deps/amule-ChatWnd.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-CatDialog.o -MD -MP -MF ".deps/amule-CatDialog.Tpo" \
-c -o amule-CatDialog.o `test -f 'CatDialog.cpp' || echo './'`CatDialog.cpp; \
then mv -f ".deps/amule-CatDialog.Tpo" ".deps/amule-CatDialog.Po"; \
else rm -f ".deps/amule-CatDialog.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-CFile.o -MD -MP -MF ".deps/amule-CFile.Tpo" \
-c -o amule-CFile.o `test -f 'CFile.cpp' || echo './'`CFile.cpp; \
then mv -f ".deps/amule-CFile.Tpo" ".deps/amule-CFile.Po"; \
else rm -f ".deps/amule-CFile.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ClientCredits.o -MD -MP -MF ".deps/amule-ClientCredits.Tpo" \
-c -o amule-ClientCredits.o `test -f 'ClientCredits.cpp' || echo './'`ClientCredits.cpp; \
then mv -f ".deps/amule-ClientCredits.Tpo" ".deps/amule-ClientCredits.Po"; \
else rm -f ".deps/amule-ClientCredits.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ClientDetailDialog.o -MD -MP -MF ".deps/amule-ClientDetailDialog.Tpo" \
-c -o amule-ClientDetailDialog.o `test -f 'ClientDetailDialog.cpp' || echo './'`ClientDetailDialog.cpp; \
then mv -f ".deps/amule-ClientDetailDialog.Tpo" ".deps/amule-ClientDetailDialog.Po"; \
else rm -f ".deps/amule-ClientDetailDialog.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ClientList.o -MD -MP -MF ".deps/amule-ClientList.Tpo" \
-c -o amule-ClientList.o `test -f 'ClientList.cpp' || echo './'`ClientList.cpp; \
then mv -f ".deps/amule-ClientList.Tpo" ".deps/amule-ClientList.Po"; \
else rm -f ".deps/amule-ClientList.Tpo"; exit 1; \
fi
ClientList.cpp:156:10: warning: #warning needs more code
ClientList.cpp:168:18: warning: #warning needs more code
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ClientUDPSocket.o -MD -MP -MF ".deps/amule-ClientUDPSocket.Tpo" \
-c -o amule-ClientUDPSocket.o `test -f 'ClientUDPSocket.cpp' || echo './'`ClientUDPSocket.cpp; \
then mv -f ".deps/amule-ClientUDPSocket.Tpo" ".deps/amule-ClientUDPSocket.Po"; \
else rm -f ".deps/amule-ClientUDPSocket.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ColorFrameCtrl.o -MD -MP -MF ".deps/amule-ColorFrameCtrl.Tpo" \
-c -o amule-ColorFrameCtrl.o `test -f 'ColorFrameCtrl.cpp' || echo './'`ColorFrameCtrl.cpp; \
then mv -f ".deps/amule-ColorFrameCtrl.Tpo" ".deps/amule-ColorFrameCtrl.Po"; \
else rm -f ".deps/amule-ColorFrameCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-CommentDialog.o -MD -MP -MF ".deps/amule-CommentDialog.Tpo" \
-c -o amule-CommentDialog.o `test -f 'CommentDialog.cpp' || echo './'`CommentDialog.cpp; \
then mv -f ".deps/amule-CommentDialog.Tpo" ".deps/amule-CommentDialog.Po"; \
else rm -f ".deps/amule-CommentDialog.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-CommentDialogLst.o -MD -MP -MF ".deps/amule-CommentDialogLst.Tpo" \
-c -o amule-CommentDialogLst.o `test -f 'CommentDialogLst.cpp' || echo './'`CommentDialogLst.cpp; \
then mv -f ".deps/amule-CommentDialogLst.Tpo" ".deps/amule-CommentDialogLst.Po"; \
else rm -f ".deps/amule-CommentDialogLst.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-DirectoryTreeCtrl.o -MD -MP -MF ".deps/amule-DirectoryTreeCtrl.Tpo" \
-c -o amule-DirectoryTreeCtrl.o `test -f 'DirectoryTreeCtrl.cpp' || echo './'`DirectoryTreeCtrl.cpp; \
then mv -f ".deps/amule-DirectoryTreeCtrl.Tpo" ".deps/amule-DirectoryTreeCtrl.Po"; \
else rm -f ".deps/amule-DirectoryTreeCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-DownloadClient.o -MD -MP -MF ".deps/amule-DownloadClient.Tpo" \
-c -o amule-DownloadClient.o `test -f 'DownloadClient.cpp' || echo './'`DownloadClient.cpp; \
then mv -f ".deps/amule-DownloadClient.Tpo" ".deps/amule-DownloadClient.Po"; \
else rm -f ".deps/amule-DownloadClient.Tpo"; exit 1; \
fi
DownloadClient.cpp: In member function `bool
CUpDownClient::IsSourceRequestAllowed()':
DownloadClient.cpp:184: warning: comparison between signed and unsigned integer
expressions
DownloadClient.cpp:185: warning: comparison between signed and unsigned integer
expressions
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-DownloadListCtrl.o -MD -MP -MF ".deps/amule-DownloadListCtrl.Tpo" \
-c -o amule-DownloadListCtrl.o `test -f 'DownloadListCtrl.cpp' || echo './'`DownloadListCtrl.cpp; \
then mv -f ".deps/amule-DownloadListCtrl.Tpo" ".deps/amule-DownloadListCtrl.Po"; \
else rm -f ".deps/amule-DownloadListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-DownloadQueue.o -MD -MP -MF ".deps/amule-DownloadQueue.Tpo" \
-c -o amule-DownloadQueue.o `test -f 'DownloadQueue.cpp' || echo './'`DownloadQueue.cpp; \
then mv -f ".deps/amule-DownloadQueue.Tpo" ".deps/amule-DownloadQueue.Po"; \
else rm -f ".deps/amule-DownloadQueue.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ED2KLink.o -MD -MP -MF ".deps/amule-ED2KLink.Tpo" \
-c -o amule-ED2KLink.o `test -f 'ED2KLink.cpp' || echo './'`ED2KLink.cpp; \
then mv -f ".deps/amule-ED2KLink.Tpo" ".deps/amule-ED2KLink.Po"; \
else rm -f ".deps/amule-ED2KLink.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-EditServerListDlg.o -MD -MP -MF ".deps/amule-EditServerListDlg.Tpo" \
-c -o amule-EditServerListDlg.o `test -f 'EditServerListDlg.cpp' || echo './'`EditServerListDlg.cpp; \
then mv -f ".deps/amule-EditServerListDlg.Tpo" ".deps/amule-EditServerListDlg.Po"; \
else rm -f ".deps/amule-EditServerListDlg.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ExternalConn.o -MD -MP -MF ".deps/amule-ExternalConn.Tpo" \
-c -o amule-ExternalConn.o `test -f 'ExternalConn.cpp' || echo './'`ExternalConn.cpp; \
then mv -f ".deps/amule-ExternalConn.Tpo" ".deps/amule-ExternalConn.Po"; \
else rm -f ".deps/amule-ExternalConn.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-FileDetailDialog.o -MD -MP -MF ".deps/amule-FileDetailDialog.Tpo" \
-c -o amule-FileDetailDialog.o `test -f 'FileDetailDialog.cpp' || echo './'`FileDetailDialog.cpp; \
then mv -f ".deps/amule-FileDetailDialog.Tpo" ".deps/amule-FileDetailDialog.Po"; \
else rm -f ".deps/amule-FileDetailDialog.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-FileDetailListCtrl.o -MD -MP -MF ".deps/amule-FileDetailListCtrl.Tpo" \
-c -o amule-FileDetailListCtrl.o `test -f 'FileDetailListCtrl.cpp' || echo './'`FileDetailListCtrl.cpp; \
then mv -f ".deps/amule-FileDetailListCtrl.Tpo" ".deps/amule-FileDetailListCtrl.Po"; \
else rm -f ".deps/amule-FileDetailListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-filemem.o -MD -MP -MF ".deps/amule-filemem.Tpo" \
-c -o amule-filemem.o `test -f 'filemem.cpp' || echo './'`filemem.cpp; \
then mv -f ".deps/amule-filemem.Tpo" ".deps/amule-filemem.Po"; \
else rm -f ".deps/amule-filemem.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-filefn.o -MD -MP -MF ".deps/amule-filefn.Tpo" \
-c -o amule-filefn.o `test -f 'filefn.cpp' || echo './'`filefn.cpp; \
then mv -f ".deps/amule-filefn.Tpo" ".deps/amule-filefn.Po"; \
else rm -f ".deps/amule-filefn.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-Friend.o -MD -MP -MF ".deps/amule-Friend.Tpo" \
-c -o amule-Friend.o `test -f 'Friend.cpp' || echo './'`Friend.cpp; \
then mv -f ".deps/amule-Friend.Tpo" ".deps/amule-Friend.Po"; \
else rm -f ".deps/amule-Friend.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-FriendListCtrl.o -MD -MP -MF ".deps/amule-FriendListCtrl.Tpo" \
-c -o amule-FriendListCtrl.o `test -f 'FriendListCtrl.cpp' || echo './'`FriendListCtrl.cpp; \
then mv -f ".deps/amule-FriendListCtrl.Tpo" ".deps/amule-FriendListCtrl.Po"; \
else rm -f ".deps/amule-FriendListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-HTTPDownloadDlg.o -MD -MP -MF ".deps/amule-HTTPDownloadDlg.Tpo" \
-c -o amule-HTTPDownloadDlg.o `test -f 'HTTPDownloadDlg.cpp' || echo './'`HTTPDownloadDlg.cpp; \
then mv -f ".deps/amule-HTTPDownloadDlg.Tpo" ".deps/amule-HTTPDownloadDlg.Po"; \
else rm -f ".deps/amule-HTTPDownloadDlg.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ini2.o -MD -MP -MF ".deps/amule-ini2.Tpo" \
-c -o amule-ini2.o `test -f 'ini2.cpp' || echo './'`ini2.cpp; \
then mv -f ".deps/amule-ini2.Tpo" ".deps/amule-ini2.Po"; \
else rm -f ".deps/amule-ini2.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-IPFilter.o -MD -MP -MF ".deps/amule-IPFilter.Tpo" \
-c -o amule-IPFilter.o `test -f 'IPFilter.cpp' || echo './'`IPFilter.cpp; \
then mv -f ".deps/amule-IPFilter.Tpo" ".deps/amule-IPFilter.Po"; \
else rm -f ".deps/amule-IPFilter.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-KnownFile.o -MD -MP -MF ".deps/amule-KnownFile.Tpo" \
-c -o amule-KnownFile.o `test -f 'KnownFile.cpp' || echo './'`KnownFile.cpp; \
then mv -f ".deps/amule-KnownFile.Tpo" ".deps/amule-KnownFile.Po"; \
else rm -f ".deps/amule-KnownFile.Tpo"; exit 1; \
fi
KnownFile.cpp: In destructor `virtual CKnownFile::~CKnownFile()':
KnownFile.cpp:121: warning: comparison between signed and unsigned integer
expressions
KnownFile.cpp:971:10: warning: #warning Setfiletype
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-KnownFileList.o -MD -MP -MF ".deps/amule-KnownFileList.Tpo" \
-c -o amule-KnownFileList.o `test -f 'KnownFileList.cpp' || echo './'`KnownFileList.cpp; \
then mv -f ".deps/amule-KnownFileList.Tpo" ".deps/amule-KnownFileList.Po"; \
else rm -f ".deps/amule-KnownFileList.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-listctrl.o -MD -MP -MF ".deps/amule-listctrl.Tpo" \
-c -o amule-listctrl.o `test -f 'listctrl.cpp' || echo './'`listctrl.cpp; \
then mv -f ".deps/amule-listctrl.Tpo" ".deps/amule-listctrl.Po"; \
else rm -f ".deps/amule-listctrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-mfc.o -MD -MP -MF ".deps/amule-mfc.Tpo" \
-c -o amule-mfc.o `test -f 'mfc.cpp' || echo './'`mfc.cpp; \
then mv -f ".deps/amule-mfc.Tpo" ".deps/amule-mfc.Po"; \
else rm -f ".deps/amule-mfc.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-MD5Sum.o -MD -MP -MF ".deps/amule-MD5Sum.Tpo" \
-c -o amule-MD5Sum.o `test -f 'MD5Sum.cpp' || echo './'`MD5Sum.cpp; \
then mv -f ".deps/amule-MD5Sum.Tpo" ".deps/amule-MD5Sum.Po"; \
else rm -f ".deps/amule-MD5Sum.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-MuleListCtrl.o -MD -MP -MF ".deps/amule-MuleListCtrl.Tpo" \
-c -o amule-MuleListCtrl.o `test -f 'MuleListCtrl.cpp' || echo './'`MuleListCtrl.cpp; \
then mv -f ".deps/amule-MuleListCtrl.Tpo" ".deps/amule-MuleListCtrl.Po"; \
else rm -f ".deps/amule-MuleListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-MuleNotebook.o -MD -MP -MF ".deps/amule-MuleNotebook.Tpo" \
-c -o amule-MuleNotebook.o `test -f 'MuleNotebook.cpp' || echo './'`MuleNotebook.cpp; \
then mv -f ".deps/amule-MuleNotebook.Tpo" ".deps/amule-MuleNotebook.Po"; \
else rm -f ".deps/amule-MuleNotebook.Tpo"; exit 1; \
fi
MuleNotebook.cpp: In member function `void CMuleNotebook::CalculatePositions()
':
MuleNotebook.cpp:140: warning: comparison between signed and unsigned integer
expressions
MuleNotebook.cpp:148: warning: comparison between signed and unsigned integer
expressions
MuleNotebook.cpp: In member function `void
CMuleNotebook::MouseClick(wxMouseEvent&)':
MuleNotebook.cpp:189: warning: comparison between signed and unsigned integer
expressions
MuleNotebook.cpp: In member function `void
CMuleNotebook::MouseMotion(wxMouseEvent&)':
MuleNotebook.cpp:237: warning: comparison between signed and unsigned integer
expressions
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-muuli_wdr.o -MD -MP -MF ".deps/amule-muuli_wdr.Tpo" \
-c -o amule-muuli_wdr.o `test -f 'muuli_wdr.cpp' || echo './'`muuli_wdr.cpp; \
then mv -f ".deps/amule-muuli_wdr.Tpo" ".deps/amule-muuli_wdr.Po"; \
else rm -f ".deps/amule-muuli_wdr.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-OScopeCtrl.o -MD -MP -MF ".deps/amule-OScopeCtrl.Tpo" \
-c -o amule-OScopeCtrl.o `test -f 'OScopeCtrl.cpp' || echo './'`OScopeCtrl.cpp; \
then mv -f ".deps/amule-OScopeCtrl.Tpo" ".deps/amule-OScopeCtrl.Po"; \
else rm -f ".deps/amule-OScopeCtrl.Tpo"; exit 1; \
fi
OScopeCtrl.cpp:545:2: warning: #warning BIG WARNING: FIX STATS ON MAC!
OScopeCtrl.cpp:546:2: warning: #warning Can it be related to the fact we have two timers now?
OScopeCtrl.cpp:547:2: warning: #warning I guess so - there MUST be a reason Tiku only added one.
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-otherfunctions.o -MD -MP -MF ".deps/amule-otherfunctions.Tpo" \
-c -o amule-otherfunctions.o `test -f 'otherfunctions.cpp' || echo './'`otherfunctions.cpp; \
then mv -f ".deps/amule-otherfunctions.Tpo" ".deps/amule-otherfunctions.Po"; \
else rm -f ".deps/amule-otherfunctions.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-packets.o -MD -MP -MF ".deps/amule-packets.Tpo" \
-c -o amule-packets.o `test -f 'packets.cpp' || echo './'`packets.cpp; \
then mv -f ".deps/amule-packets.Tpo" ".deps/amule-packets.Po"; \
else rm -f ".deps/amule-packets.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-PartFile.o -MD -MP -MF ".deps/amule-PartFile.Tpo" \
-c -o amule-PartFile.o `test -f 'PartFile.cpp' || echo './'`PartFile.cpp; \
then mv -f ".deps/amule-PartFile.Tpo" ".deps/amule-PartFile.Po"; \
else rm -f ".deps/amule-PartFile.Tpo"; exit 1; \
fi
PartFile.cpp:408:18: warning: #warning Code for full file alloc - should be done on thread.
PartFile.cpp:427:10: warning: #warning getsizeonly is ignored because we do not import yet
PartFile.cpp:560:50: warning: #warning needs setfiletype string
PartFile.cpp:3302:26: warning: #warning We should use the IDHybrid here... but is not implemented yet
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-Preferences.o -MD -MP -MF ".deps/amule-Preferences.Tpo" \
-c -o amule-Preferences.o `test -f 'Preferences.cpp' || echo './'`Preferences.cpp; \
then mv -f ".deps/amule-Preferences.Tpo" ".deps/amule-Preferences.Po"; \
else rm -f ".deps/amule-Preferences.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-PrefsUnifiedDlg.o -MD -MP -MF ".deps/amule-PrefsUnifiedDlg.Tpo" \
-c -o amule-PrefsUnifiedDlg.o `test -f 'PrefsUnifiedDlg.cpp' || echo './'`PrefsUnifiedDlg.cpp; \
then mv -f ".deps/amule-PrefsUnifiedDlg.Tpo" ".deps/amule-PrefsUnifiedDlg.Po"; \
else rm -f ".deps/amule-PrefsUnifiedDlg.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-Preview.o -MD -MP -MF ".deps/amule-Preview.Tpo" \
-c -o amule-Preview.o `test -f 'Preview.cpp' || echo './'`Preview.cpp; \
then mv -f ".deps/amule-Preview.Tpo" ".deps/amule-Preview.Po"; \
else rm -f ".deps/amule-Preview.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-QueueListCtrl.o -MD -MP -MF ".deps/amule-QueueListCtrl.Tpo" \
-c -o amule-QueueListCtrl.o `test -f 'QueueListCtrl.cpp' || echo './'`QueueListCtrl.cpp; \
then mv -f ".deps/amule-QueueListCtrl.Tpo" ".deps/amule-QueueListCtrl.Po"; \
else rm -f ".deps/amule-QueueListCtrl.Tpo"; exit 1; \
fi
QueueListCtrl.cpp:71:2: warning: #warning As with uploadlistctrl and downloadlistctrl, this list should be centralised on amuleDlg, or even better, not used at all.
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-SafeFile.o -MD -MP -MF ".deps/amule-SafeFile.Tpo" \
-c -o amule-SafeFile.o `test -f 'SafeFile.cpp' || echo './'`SafeFile.cpp; \
then mv -f ".deps/amule-SafeFile.Tpo" ".deps/amule-SafeFile.Po"; \
else rm -f ".deps/amule-SafeFile.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-SearchDlg.o -MD -MP -MF ".deps/amule-SearchDlg.Tpo" \
-c -o amule-SearchDlg.o `test -f 'SearchDlg.cpp' || echo './'`SearchDlg.cpp; \
then mv -f ".deps/amule-SearchDlg.Tpo" ".deps/amule-SearchDlg.Po"; \
else rm -f ".deps/amule-SearchDlg.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-SearchList.o -MD -MP -MF ".deps/amule-SearchList.Tpo" \
-c -o amule-SearchList.o `test -f 'SearchList.cpp' || echo './'`SearchList.cpp; \
then mv -f ".deps/amule-SearchList.Tpo" ".deps/amule-SearchList.Po"; \
else rm -f ".deps/amule-SearchList.Tpo"; exit 1; \
fi
SearchList.cpp: In function `CSearchListCtrl* GetSearchListControl(unsigned
int)':
SearchList.cpp:58: warning: comparison between signed and unsigned integer
expressions
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-SearchListCtrl.o -MD -MP -MF ".deps/amule-SearchListCtrl.Tpo" \
-c -o amule-SearchListCtrl.o `test -f 'SearchListCtrl.cpp' || echo './'`SearchListCtrl.cpp; \
then mv -f ".deps/amule-SearchListCtrl.Tpo" ".deps/amule-SearchListCtrl.Po"; \
else rm -f ".deps/amule-SearchListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-server.o -MD -MP -MF ".deps/amule-server.Tpo" \
-c -o amule-server.o `test -f 'server.cpp' || echo './'`server.cpp; \
then mv -f ".deps/amule-server.Tpo" ".deps/amule-server.Po"; \
else rm -f ".deps/amule-server.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ServerList.o -MD -MP -MF ".deps/amule-ServerList.Tpo" \
-c -o amule-ServerList.o `test -f 'ServerList.cpp' || echo './'`ServerList.cpp; \
then mv -f ".deps/amule-ServerList.Tpo" ".deps/amule-ServerList.Po"; \
else rm -f ".deps/amule-ServerList.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ServerListCtrl.o -MD -MP -MF ".deps/amule-ServerListCtrl.Tpo" \
-c -o amule-ServerListCtrl.o `test -f 'ServerListCtrl.cpp' || echo './'`ServerListCtrl.cpp; \
then mv -f ".deps/amule-ServerListCtrl.Tpo" ".deps/amule-ServerListCtrl.Po"; \
else rm -f ".deps/amule-ServerListCtrl.Tpo"; exit 1; \
fi
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/opt/gnome/include/gtk-2.0 -I/opt/gnome/lib/gtk-2.0/include -I/opt/gnome/include/atk-1.0 -I/opt/gnome/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/freetype2 -I/usr/include/freetype2/config -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include -D__GTK2__ -I/usr/include/ -D__CRYPTO_MDK_SUSE_FC__ -Wall -g -ggdb -fno-inline -D__DEBUG__ -g -MT amule-ServerSocket.o -MD -MP -MF ".deps/amule-ServerSocket.Tpo" \
-c -o amule-ServerSocket.o `test -f 'ServerSocket.cpp' || echo './'`ServerSocket.cpp; \
then mv -f ".deps/amule-ServerSocket.Tpo" ".deps/amule-ServerSocket.Po"; \
else rm -f
-
hi,
1st. u have wxgtk linked against gtk2 .. thats bad cos wxgtk isn't ready for gtk2
2nd. u don't have wxbase installed
see my howto
greets
-
> 1st. u have wxgtk linked against gtk2 .. thats bad cos wxgtk isn't ready for gtk2
> 2nd. u don't have wxbase installed
I will try to compile wxGTK and wxBase myself and install them into a different location.
-
just remove your wxgtk and install the rpms from our dl page .. both are linked with gtk1 so u shouldn't have any probs
-
> just remove your wxgtk and install the rpms from our dl page .. both are linked with gtk1 so u shouldn't have any probs
No, it's not possible. There are many progs which depend on wxgtk to be linked to gtk2.
No matter what, I got wxwidgets compiled and linked with gtk1 and just installed it into my home. But I had to use 2.5.1, since 2.4.2 gives way to many errors. I hope this doesn't cause problems. At least I got amule rc3 compiled and running without any further distraction.
Now only wxbase is missing (the makefile seems to be buggy), but I guess I will get that done, too.
-
wxGTK 2.5.1 will most surely give you errors and unstability. Search "2.5.1" in forums to realize ;-)
Conclusion: Get 2.4.2.
Greetings.
-
Hmm, aMule works for the moment (it's still looking for a server), but I guess I will better try to get 2.4.2 working. The official one doesn't compile here, but suse comes with (heavily patched) sources, so I will try to build from them. I only hope I will get wxBase to build with them.
-
Originally posted by nachbarnebenan
Hmm, aMule works for the moment (it's still looking for a server)
and it will never connect ;)
wxgtk 2.5.1 has connection problems ..
btw, a lot of ppl compiled/installed amule on suse 9.1, so it works for sure
greets
-
Hmpf, I found it. Suse screwed up, during the update an "export LD_ASSUME_KERNEL=2.4.21" was put into /etc/profile, since I had a lot of old packages installed (that got threwn out during the update). Now 2.4.2 compiles fine and amule compiles and runs without problems.
Case closed.
-
oki ;)
-
So you got something good out of something bad. Yeahm that's nice ;-P
Greetings.