Links
-
Visit the Forums!
-
SF.net Project Page
-
xMule Screenshots
Modules
·
Home
·
Content
·
Downloads
·
Recommend Us
·
Search
·
Statistics
·
Top
·
Topics
·
Your Account
Who's Online
There are currently, 2 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking
here
Still can't "make" xMule...
(Score: 1)
by antdude on Thursday, September 30 @ 18:18:20 CDT
Like v1.9.1 and v1.9.2 RC, I can't compile it:
[ran out of scrollback buffer earlier]
checking for GNU gettext in libc... yes
checking for wx-config... /usr/bin/wx-config
checking for wxWindows version >= 2.4.2... yes (version 2.4.2)
checking if wxWindows was linked with GTK2... no
checking for gtk-config... /usr/bin/gtk-config
checking for GTK - version >= 1.2.0... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for zlib.h... (cached) yes
checking whether the compiler implements namespaces... yes
checking whether the compiler has ext/slist... yes
checking whether pure GTK code should be ignored....
checking whether progress bar drawing should be disabled.... no
checking for ANSI C header files... (cached) yes
checking for sys/param.h... (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 for stdlib.h... (cached) 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 for unistd.h... (cached) 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 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 for compiler with PCH support... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/xmule.make
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating xLibs/DynPrefs/DynPrefs.make
config.status: creating xLibs/xrc/xrc.make
config.status: creating config.h
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
ant@ANTian-AXP xmule-1.9.2 =) $ make
==== Building 3rd-Party Projects ====
==== Building xrc [1 of 3] ====
== License(s): LGPL
xmlparse.c
xmlrole.c
xmltok.c
xh_bmp.cpp
In file included from /usr/include/wx/gdicmn.h:29,
from wx/xrc/xmlres.h:25,
from wx/xrc/xh_bmp.h:18,
from xh_bmp.cpp:22:
/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:104: error: (Each undeclared identifier is reported only
once for each function it appears in.)
/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'
xh_bmp.cpp: In member function `virtual wxObject*
wxBitmapXmlHandler::DoCreateResource()':
xh_bmp.cpp:33: error: invalid use of undefined type `struct wxBitmap'
/usr/include/wx/gdicmn.h:35: error: forward declaration of `struct wxBitmap'
xh_bmp.cpp:33: error: invalid use of undefined type `struct wxBitmap'
/usr/include/wx/gdicmn.h:35: error: forward declaration of `struct wxBitmap'
xh_bmp.cpp: In member function `virtual wxObject*
wxIconXmlHandler::DoCreateResource()':
xh_bmp.cpp:48: error: invalid use of undefined type `struct wxIcon'
/usr/include/wx/gdicmn.h:40: error: forward declaration of `struct wxIcon'
xh_bmp.cpp:48: error: invalid use of undefined type `struct wxIcon'
/usr/include/wx/gdicmn.h:40: error: forward declaration of `struct wxIcon'
make[1]: *** [obj/xh_bmp.o] Error 1
make: *** [all] Error 2
wx stuff is from Debian's apt database.
]
PHP-Nuke
Copyright © 2005 by Francisco Burzi. This is free software, and you may redistribute it under the
GPL
.
PHP-Nuke comes with absolutely no warranty, for details, see the
license
.
Page Generation: 0.07 Seconds