aMule Forum
English => Compilation problems => Topic started by: IvoFlavio on April 03, 2005, 12:21:25 PM
-
I Have a problem.. i type ./configure and i dont have any problem but if i type make i have a problem, and i cant understand..
There:
----------------------------------------------------------------------------------------------------------------------
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr/local
Should aMule be compiled in debug mode? 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 UTF-8 systray? no
Should aMule be compiled with pure GTK code? yes
Should aMule be linked against patched gsocket? no
Should aMule monolithic application be built? yes
Should aMule daemon version be built? (EXPERIMENTAL) no
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
Should aMule GUI Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.5.3
GTK 2.4.9
debian:/home/terminal/amule-cvs# make
make all-recursive
make[1]: Entering directory `/home/terminal/amule-cvs'
Making all in m4
make[2]: Entering directory `/home/terminal/amule-cvs/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/m4'
Making all in intl
make[2]: Entering directory `/home/terminal/amule-cvs/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/home/terminal/amule-cvs/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/po'
Making all in docs
make[2]: Entering directory `/home/terminal/amule-cvs/docs'
Making all in man
make[3]: Entering directory `/home/terminal/amule-cvs/docs/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/terminal/amule-cvs/docs/man'
make[3]: Entering directory `/home/terminal/amule-cvs/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/terminal/amule-cvs/docs'
make[2]: Leaving directory `/home/terminal/amule-cvs/docs'
Making all in src
make[2]: Entering directory `/home/terminal/amule-cvs/src'
make all-recursive
make[3]: Entering directory `/home/terminal/amule-cvs/src'
Making all in utils
make[4]: Entering directory `/home/terminal/amule-cvs/src/utils'
Making all in xas
make[5]: Entering directory `/home/terminal/amule-cvs/src/utils/xas'
Making all in docs
make[6]: Entering directory `/home/terminal/amule-cvs/src/utils/xas/docs'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas/docs'
make[6]: Entering directory `/home/terminal/amule-cvs/src/utils/xas'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas'
make[5]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas'
make[5]: Entering directory `/home/terminal/amule-cvs/src/utils'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/utils'
make[4]: Leaving directory `/home/terminal/amule-cvs/src/utils'
Making all in pixmaps
make[4]: Entering directory `/home/terminal/amule-cvs/src/pixmaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/terminal/amule-cvs/src/pixmaps'
Making all in kademlia
make[4]: Entering directory `/home/terminal/amule-cvs/src/kademlia'
Making all in io
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/io'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/io'
Making all in kademlia
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/kademlia'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/kademlia'
Making all in net
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/net'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/net'
Making all in routing
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/routing'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/routing'
Making all in utils
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/utils'
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia'
make[4]: Leaving directory `/home/terminal/amule-cvs/src/kademlia'
make[4]: Entering directory `/home/terminal/amule-cvs/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/lib/wx/include/gtk2-unicode-release-2.5 -I/usr/include/wx-2.5 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__GTK2__ -I/usr/local/include -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -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
In file included from IPFilter.cpp:36:
/usr/include/wx-2.5/wx/zipstrm.h:21:24: wx/archive.h: No such file or directory
In file included from IPFilter.cpp:36:
/usr/include/wx-2.5/wx/zipstrm.h:128: error: parse error before `{' token
/usr/include/wx-2.5/wx/zipstrm.h:133: error: destructors must be member functions
/usr/include/wx-2.5/wx/zipstrm.h:133: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:135: error: parse error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:135: error: ISO C++ forbids declaration of `wxZipEntry' with no type
/usr/include/wx-2.5/wx/zipstrm.h:136: error: syntax error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:139: error: non-member function `wxDateTime GetDateTime()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `wxDateTime GetDateTime()':
/usr/include/wx-2.5/wx/zipstrm.h:139: error: `m_DateTime' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:139: error: (Each undeclared identifier is reported only once for each function it appears in.)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:140: error: non-member function `wxFileOffset GetSize()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `bool operator!=(...)' must have an argument of class or enumerated type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `bool operator!=(...)' must take exactly two arguments
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `bool operator==(...)' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `bool operator==(...)' must have an argument of class or enumerated type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `bool operator==(...)' must take exactly two arguments
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `}' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `wxZipEntry' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `value_type' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `ptr_type' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `;' token
/usr/include/wx-2.5/wx/zipstrm.h: In member function `int& reverse_iterator::operator*() const':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `;' token
/usr/include/wx-2.5/wx/zipstrm.h:265: warning: no return statement in function returning non-void
/usr/include/wx-2.5/wx/list.h: In member function `reverse_iterator& reverse_iterator::operator++()':
/usr/include/wx-2.5/wx/list.h:345: error: `wxNodeBase* wxNodeBase::GetPrevious() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `reverse_iterator reverse_iterator::operator++(int)':
/usr/include/wx-2.5/wx/list.h:345: error: `wxNodeBase* wxNodeBase::GetPrevious() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `reverse_iterator& reverse_iterator::operator--()':
/usr/include/wx-2.5/wx/list.h:344: error: `wxNodeBase* wxNodeBase::GetNext() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `reverse_iterator reverse_iterator::operator--(int)':
/usr/include/wx-2.5/wx/list.h:344: error: `wxNodeBase* wxNodeBase::GetNext() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `wxZipEntry' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `value_type' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ISO C++ forbids declaration of `ptr_type' with no type
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `;' token
/usr/include/wx-2.5/wx/zipstrm.h: In member function `const int& const_reverse_iterator::operator*() const':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `;' token
/usr/include/wx-2.5/wx/zipstrm.h:265: warning: no return statement in function returning non-void
/usr/include/wx-2.5/wx/list.h: In member function `const_reverse_iterator& const_reverse_iterator::operator++()':
/usr/include/wx-2.5/wx/list.h:345: error: `wxNodeBase* wxNodeBase::GetPrevious() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `const_reverse_iterator const_reverse_iterator::operator++(int)':
/usr/include/wx-2.5/wx/list.h:345: error: `wxNodeBase* wxNodeBase::GetPrevious() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `const_reverse_iterator& const_reverse_iterator::operator--()':
/usr/include/wx-2.5/wx/list.h:344: error: `wxNodeBase* wxNodeBase::GetNext() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/list.h: In member function `const_reverse_iterator const_reverse_iterator::operator--(int)':
/usr/include/wx-2.5/wx/list.h:344: error: `wxNodeBase* wxNodeBase::GetNext() const' is protected
/usr/include/wx-2.5/wx/zipstrm.h:265: error: within this context
/usr/include/wx-2.5/wx/zipstrm.h:265: error: invalid conversion from `wxNodeBase*' to `wx_wxZipEntryListNode*'
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `,' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `,' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `const_iterator begin()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h:265: error: semicolon missing after declaration of `class const_iterator'
/usr/include/wx-2.5/wx/zipstrm.h: In function `int begin()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: new declaration `int begin()'
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ambiguates old declaration `iterator begin()'
/usr/include/wx-2.5/wx/zipstrm.h: In function `iterator begin()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: cannot convert `const_iterator' to `int' in return
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `const_iterator end()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `const_iterator end()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: new declaration `const_iterator end()'
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ambiguates old declaration `iterator end()'
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `const_reverse_iterator rbegin()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `const_reverse_iterator rbegin()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: new declaration `const_reverse_iterator rbegin()'
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ambiguates old declaration `reverse_iterator rbegin()'
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `const_reverse_iterator rend()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `const_reverse_iterator rend()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: new declaration `const_reverse_iterator rend()'
/usr/include/wx-2.5/wx/zipstrm.h:265: error: ambiguates old declaration `reverse_iterator rend()'
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `size_type' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `,' token
/usr/include/wx-2.5/wx/zipstrm.h: In function `void resize(...)':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `n' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `size' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `pop_back' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `v' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `push_back' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `)' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `)' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: non-member function `bool empty()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/string.h: In function `bool empty()':
/usr/include/wx-2.5/wx/string.h:110: error: too few arguments to function `bool IsEmpty(const char*)'
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `)' token
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `=' token
/usr/include/wx-2.5/wx/zipstrm.h: In function `void push_front(...)':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `const_base_reference' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `)' token
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `=' token
/usr/include/wx-2.5/wx/zipstrm.h: In function `void push_back(...)':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `void push_back(...)' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:265: error: parse error before `)' token
/usr/include/wx-2.5/wx/zipstrm.h: In function `void pop_back()':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `void pop_back()' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h: In function `void assign(const_iterator, const_iterator)':
/usr/include/wx-2.5/wx/zipstrm.h:265: error: `clear' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:284: error: previous declaration of `bool CopyEntry(...)'
/usr/include/wx-2.5/wx/zipstrm.h:311: error: initializer list being treated as compound expression
/usr/include/wx-2.5/wx/zipstrm.h:312: error: `wxArchiveInputStream' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:312: error: `stream' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:312: error: `bool CopyArchiveMetaData' redeclared as different kind of symbol
/usr/include/wx-2.5/wx/zipstrm.h:285: error: previous declaration of `bool CopyArchiveMetaData(wxZipInputStream&)'
/usr/include/wx-2.5/wx/zipstrm.h:314: error: non-member function `bool IsOpened()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `bool IsOpened()':
/usr/include/wx-2.5/wx/zipstrm.h:314: error: `m_comp' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:314: error: `m_pending' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:316: error: `entry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:316: error: parse error before `=' token
/usr/include/wx-2.5/wx/zipstrm.h:322: error: conflicting types for `wxZipStreamLink*m_backlink'
/usr/include/wx-2.5/wx/zipstrm.h:253: error: previous declaration as `wxZipWeakLinks*m_backlink'
/usr/include/wx-2.5/wx/zipstrm.h:323: error: cannot declare variable `m_entries' to be of type `_wxZipEntryList'
/usr/include/wx-2.5/wx/zipstrm.h:323: error: because the following virtual functions are abstract:
/usr/include/wx-2.5/wx/list.h:435: error: virtual wxNodeBase* wxListBase::CreateNode(wxNodeBase*, wxNodeBase*, void*, const wxListKey&)
/usr/include/wx-2.5/wx/zipstrm.h:326: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:330: error: `wxFileOffset m_entrySize' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:332: error: `wxOutputStream*m_comp' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:333: error: `int m_level' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:334: error: `wxFileOffset m_offsetAdjustment' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:335: error: redefinition of `wxString m_Comment'
/usr/include/wx-2.5/wx/zipstrm.h:244: error: `wxString m_Comment' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:337: error: parse error before `private'
/usr/include/wx-2.5/wx/zipstrm.h:337: error: syntax error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:345: error: parse error before `{' token
/usr/include/wx-2.5/wx/zipstrm.h:349: error: parse error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:350: error: parse error before `const'
/usr/include/wx-2.5/wx/zipstrm.h:351: error: destructors must be member functions
/usr/include/wx-2.5/wx/zipstrm.h:351: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:353: error: `entry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:353: error: syntax error before `{' token
/usr/include/wx-2.5/wx/zipstrm.h:356: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:361: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:361: error: non-member function `wxFileOffset GetLength()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `wxFileOffset GetLength()':
/usr/include/wx-2.5/wx/zipstrm.h:361: error: `m_entry' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:363: error: parse error before `protected'
/usr/include/wx-2.5/wx/zipstrm.h:365: error: non-member function `wxFileOffset OnSysTell()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `wxFileOffset OnSysTell()':
/usr/include/wx-2.5/wx/zipstrm.h:365: error: redefinition of `wxFileOffset OnSysTell()'
/usr/include/wx-2.5/wx/zipstrm.h:298: error: `wxFileOffset OnSysTell()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:365: error: redefinition of `wxFileOffset OnSysTell()'
/usr/include/wx-2.5/wx/zipstrm.h:298: error: `wxFileOffset OnSysTell()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:365: error: `m_decomp' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:368: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:369: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:371: error: parse error before `private'
/usr/include/wx-2.5/wx/zipstrm.h:375: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:377: error: `wxArchiveEntry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:377: error: `entry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:377: error: redefinition of `bool OpenEntry'
/usr/include/wx-2.5/wx/zipstrm.h:353: error: `bool OpenEntry' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:386: error: non-member function `bool AtHeader()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h:387: error: non-member function `bool AfterHeader()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h:388: error: non-member function `bool IsOpened()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `bool IsOpened()':
/usr/include/wx-2.5/wx/zipstrm.h:388: error: redefinition of `bool IsOpened()'
/usr/include/wx-2.5/wx/zipstrm.h:314: error: `bool IsOpened()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:388: error: redefinition of `bool IsOpened()'
/usr/include/wx-2.5/wx/zipstrm.h:314: error: `bool IsOpened()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:390: error: `out' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:392: error: `entry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:392: error: parse error before `=' token
/usr/include/wx-2.5/wx/zipstrm.h:395: error: conflicting types for `wxStoredInputStream*m_store'
/usr/include/wx-2.5/wx/zipstrm.h:320: error: previous declaration as `wxStoredOutputStream*m_store'
/usr/include/wx-2.5/wx/zipstrm.h:399: error: 'wxZipEntry' is used as a type, but is not defined as a type.
/usr/include/wx-2.5/wx/zipstrm.h:400: error: redefinition of `bool m_raw'
/usr/include/wx-2.5/wx/zipstrm.h:327: error: `bool m_raw' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:401: error: redefinition of `size_t m_headerSize'
/usr/include/wx-2.5/wx/zipstrm.h:329: error: `size_t m_headerSize' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:402: error: redefinition of `wxUint32 m_crcAccumulator'
/usr/include/wx-2.5/wx/zipstrm.h:331: error: `wxUint32 m_crcAccumulator' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:403: error: `wxInputStream*m_decomp' used prior to declaration
/usr/include/wx-2.5/wx/zipstrm.h:407: error: redefinition of `wxFileOffset m_offsetAdjustment'
/usr/include/wx-2.5/wx/zipstrm.h:334: error: `wxFileOffset m_offsetAdjustment' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:411: error: redefinition of `wxString m_Comment'
/usr/include/wx-2.5/wx/zipstrm.h:335: error: `wxString m_Comment' previously declared here
/usr/include/wx-2.5/wx/zipstrm.h:414: error: `entry' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:414: error: `inputStream' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:414: error: `wxZipOutputStream::CopyEntry' declared as a friend
/usr/include/wx-2.5/wx/zipstrm.h:414: error: initializer list being treated as compound expression
/usr/include/wx-2.5/wx/zipstrm.h:416: error: `inputStream' was not declared in this scope
/usr/include/wx-2.5/wx/zipstrm.h:416: error: `wxZipOutputStream::CopyArchiveMetaData' declared as a friend
/usr/include/wx-2.5/wx/zipstrm.h:418: error: parse error before `private'
/usr/include/wx-2.5/wx/zipstrm.h:418: error: syntax error before `&' token
/usr/include/wx-2.5/wx/zipstrm.h:426: error: parse error before `{' token
/usr/include/wx-2.5/wx/zipstrm.h:430: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:432: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:437: error: non-member function `wxString GetInternalName(const wxString&, wxPathFormat)' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `wxString GetInternalName(const wxString&, wxPathFormat)':
/usr/include/wx-2.5/wx/zipstrm.h:437: error: incomplete type 'wxZipEntry' cannot be used to name a scope
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:439: error: parse error before `protected'
/usr/include/wx-2.5/wx/zipstrm.h:442: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:444: error: syntax error before `*' token
/usr/include/wx-2.5/wx/zipstrm.h:448: error: virtual outside class declaration
/usr/include/wx-2.5/wx/zipstrm.h:448: error: non-member function `wxClassInfo* GetClassInfo()' cannot have `const' method qualifier
/usr/include/wx-2.5/wx/zipstrm.h: In function `wxClassInfo* GetClassInfo()':
/usr/include/wx-2.5/wx/zipstrm.h:448: error: redefinition of `wxClassInfo* GetClassInfo()'
/usr/include/wx-2.5/wx/zipstrm.h:258: error: `wxClassInfo* GetClassInfo()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:448: error: redefinition of `wxClassInfo* GetClassInfo()'
/usr/include/wx-2.5/wx/zipstrm.h:258: error: `wxClassInfo* GetClassInfo()' previously defined here
/usr/include/wx-2.5/wx/zipstrm.h:448: error: `wxZipClassFactory' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h:448: error: parse error before `::' token
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:466: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h: In member function `bool wxZipEntry::IsText() const':
/usr/include/wx-2.5/wx/zipstrm.h:467: error: `TEXT_ATTR' undeclared (first use this function)
/usr/include/wx-2.5/wx/zipstrm.h: At global scope:
/usr/include/wx-2.5/wx/zipstrm.h:471: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:476: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:481: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:496: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:504: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:513: error: invalid use of undefined type `class wxZipEntry'
/usr/include/wx-2.5/wx/zipstrm.h:108: error: forward declaration of `class wxZipEntry'
IPFilter.cpp: In member function `int CIPFilter::LoadFromZipFile(const wxString&)':
IPFilter.cpp:365: error: `wxZipInputStream' undeclared (first use this function)
IPFilter.cpp:365: error: parse error before `(' token
IPFilter.cpp:366: error: `inputStream' undeclared (first use this function)
Statistics.h: At top level:
/usr/include/wx-2.5/wx/zipstrm.h:180: warning: `wxString GetInternalName(const wxString&, wxPathFormat, bool*)' declared `static' but never defined
/usr/include/wx-2.5/wx/zipstrm.h:448: warning: `wxObject* wxCreateObject()' declared `static' but never defined
make[4]: *** [amule-IPFilter.o] Error 1
make[4]: Leaving directory `/home/terminal/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/terminal/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/terminal/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/terminal/amule-cvs'
make: *** [all] Error 2
-------------------------------------------------------------------------------------------------------------------
Ty
-
I make that but still dont work
http://forum.amule.org/thread.php?threadid=5139&sid=
:|
-
/usr/include/wx-2.5/wx/zipstrm.h:21:24: wx/archive.h: No such file or directory
Your wx install appears to be broken. I don't know who's to blame, but I would suggest you to remove it and re-install properly either from source or from dep/rpm
-
ok but where i can download the source of wx to compile?
-
http://www.wxWidgets.org
-
Ty very much :)
i download the wxGTK 2.5.4 and i install all right
but i try run amule.. with " amule " and i have 1 error....
---------------------------------------------------------------------------------
terminal@debian:~$ amule &
[1] 5721
terminal@debian:~$ amule: error while loading shared libraries: libwx_gtk2_xrc-2.5.so.4: cannot open shared object file: No such file or directory
[1]+ Exit 127 amule
----------------------------------------------------------------------------------
And amule dont run.. what is now the problem? :|
-
Now i have another problem.. i install the wxWidgets-2.5.4 can i try to install de CVS of amule ut i error:
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Configure script has finished system check.
Configured aMule CVS for 'i686-pc-linux-gnu'.
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr/local
Should aMule be compiled in debug mode? 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 UTF-8 systray? no
Should aMule be compiled with pure GTK code? yes
Should aMule be linked against patched gsocket? no
Should aMule monolithic application be built? yes
Should aMule daemon version be built? (EXPERIMENTAL) no
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? no
Should aMule GUI Client be built? no
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.5.4
GTK 1.2.10
debian:/home/terminal/amule-cvs# make
make all-recursive
make[1]: Entering directory `/home/terminal/amule-cvs'
Making all in m4
make[2]: Entering directory `/home/terminal/amule-cvs/m4'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/m4'
Making all in intl
make[2]: Entering directory `/home/terminal/amule-cvs/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/intl'
Making all in po
make[2]: Entering directory `/home/terminal/amule-cvs/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/terminal/amule-cvs/po'
Making all in docs
make[2]: Entering directory `/home/terminal/amule-cvs/docs'
Making all in man
make[3]: Entering directory `/home/terminal/amule-cvs/docs/man'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/terminal/amule-cvs/docs/man'
make[3]: Entering directory `/home/terminal/amule-cvs/docs'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/terminal/amule-cvs/docs'
make[2]: Leaving directory `/home/terminal/amule-cvs/docs'
Making all in src
make[2]: Entering directory `/home/terminal/amule-cvs/src'
make all-recursive
make[3]: Entering directory `/home/terminal/amule-cvs/src'
Making all in utils
make[4]: Entering directory `/home/terminal/amule-cvs/src/utils'
Making all in xas
make[5]: Entering directory `/home/terminal/amule-cvs/src/utils/xas'
Making all in docs
make[6]: Entering directory `/home/terminal/amule-cvs/src/utils/xas/docs'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas/docs'
make[6]: Entering directory `/home/terminal/amule-cvs/src/utils/xas'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas'
make[5]: Leaving directory `/home/terminal/amule-cvs/src/utils/xas'
make[5]: Entering directory `/home/terminal/amule-cvs/src/utils'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/utils'
make[4]: Leaving directory `/home/terminal/amule-cvs/src/utils'
Making all in pixmaps
make[4]: Entering directory `/home/terminal/amule-cvs/src/pixmaps'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/terminal/amule-cvs/src/pixmaps'
Making all in kademlia
make[4]: Entering directory `/home/terminal/amule-cvs/src/kademlia'
Making all in io
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/io'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/io'
Making all in kademlia
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/kademlia'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/kademlia'
Making all in net
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/net'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/net'
Making all in routing
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/routing'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/routing'
Making all in utils
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia/utils'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia/utils'
make[5]: Entering directory `/home/terminal/amule-cvs/src/kademlia'
make[5]: Nothing to be done for `all-am'.
make[5]: Leaving directory `/home/terminal/amule-cvs/src/kademlia'
make[4]: Leaving directory `/home/terminal/amule-cvs/src/kademlia'
make[4]: Entering directory `/home/terminal/amule-cvs/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/lib/wx/include/x11univ-ansi-release-2.5 -I/usr/local/include/wx-2.5 -D__WXUNIVERSAL__ -D__WXX11__ -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -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
In file included from /usr/local/include/wx-2.5/wx/palette.h:30,
from /usr/local/include/wx-2.5/wx/x11/bitmap.h:22,
from /usr/local/include/wx-2.5/wx/bitmap.h:177,
from /usr/local/include/wx-2.5/wx/x11/cursor.h:19,
from /usr/local/include/wx-2.5/wx/cursor.h:13,
from /usr/local/include/wx-2.5/wx/event.h:32,
from /usr/local/include/wx-2.5/wx/app.h:20,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/palette.h: In copy constructor `wxPalette::wxPalette(const wxPalette&)':
/usr/local/include/wx-2.5/wx/x11/palette.h:58: warning: base class `class wxPaletteBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/font.h:243,
from /usr/local/include/wx-2.5/wx/window.h:28,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/font.h: In copy constructor `wxFont::wxFont(const wxFont&)':
/usr/local/include/wx-2.5/wx/x11/font.h:27: warning: base class `class wxFontBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/colour.h:15,
from /usr/local/include/wx-2.5/wx/window.h:29,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/colour.h: In copy constructor `wxColour::wxColour(const wxColour&)':
/usr/local/include/wx-2.5/wx/x11/colour.h:59: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/region.h:13,
from /usr/local/include/wx-2.5/wx/window.h:30,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/region.h: In copy constructor `wxRegion::wxRegion(const wxRegion&)':
/usr/local/include/wx-2.5/wx/x11/region.h:89: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/brush.h:25,
from /usr/local/include/wx-2.5/wx/dc.h:29,
from /usr/local/include/wx-2.5/wx/x11/dcclient.h:19,
from /usr/local/include/wx-2.5/wx/dcclient.h:13,
from /usr/local/include/wx-2.5/wx/x11/dcscreen.h:19,
from /usr/local/include/wx-2.5/wx/dcscreen.h:13,
from extern/listctrl.254.cpp:42,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/brush.h: In copy constructor `wxBrush::wxBrush(const wxBrush&)':
/usr/local/include/wx-2.5/wx/x11/brush.h:42: warning: base class `class wxBrushBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/pen.h:9,
from /usr/local/include/wx-2.5/wx/dc.h:30,
from /usr/local/include/wx-2.5/wx/x11/dcclient.h:19,
from /usr/local/include/wx-2.5/wx/dcclient.h:13,
from /usr/local/include/wx-2.5/wx/x11/dcscreen.h:19,
from /usr/local/include/wx-2.5/wx/dcscreen.h:13,
from extern/listctrl.254.cpp:42,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/pen.h: In copy constructor `wxPen::wxPen(const wxPen&)':
/usr/local/include/wx-2.5/wx/x11/pen.h:45: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/scrolbar.h:47,
from /usr/local/include/wx-2.5/wx/univ/renderer.h:52,
from extern/listctrl.254.cpp:1653,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/univ/scrolbar.h: At global scope:
/usr/local/include/wx-2.5/wx/univ/scrolbar.h:113: error: conflicting return type specified for `virtual wxWindow* MuleExtern::wxScrollBar::GetWindow()'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:92: error: overriding `virtual MuleExtern::wxWindow* MuleExtern::wxControlWithArrows::GetWindow()'
/usr/local/include/wx-2.5/wx/univ/scrolbar.h: In member function `virtual MuleExtern::wxRenderer* MuleExtern::wxScrollBar::GetRenderer() const':
/usr/local/include/wx-2.5/wx/univ/scrolbar.h:112: error: cannot convert `wxRenderer* const' to `MuleExtern::wxRenderer*' in return
In file included from extern/listctrl.254.cpp:1653,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetBorderDimensions(wxBorder) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:750: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:750: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetScrollbarRect(const MuleExtern::wxScrollBar*, MuleExtern::wxScrollBar::Element, int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:759: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:759: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetTextTotalArea(const MuleExtern::wxTextCtrl*, const MuleExtern::wxRect&) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:787: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:787: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetTextClientArea(const MuleExtern::wxTextCtrl*, const MuleExtern::wxRect&, wxCoord*) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:791: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:791: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetSliderShaftRect(const MuleExtern::wxRect&, int, wxOrientation, long int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:804: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:804: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetFrameClientArea(const MuleExtern::wxRect&, int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:819: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:819: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual void MuleExtern::wxDelegateRenderer::DrawHeaderButton(MuleExtern::wxWindow*, MuleExtern::wxDC&, const MuleExtern::wxRect&, int)':
/usr/local/include/wx-2.5/wx/univ/renderer.h:835: error: no matching function for call to `MuleExtern::wxRenderer::DrawHeaderButton(MuleExtern::wxWindow*&, MuleExtern::wxDC&, const MuleExtern::wxRect&, int&)'
/usr/local/include/wx-2.5/wx/renderer.h:233: error: candidates are: virtual void wxDelegateRendererNative::DrawHeaderButton(wxWindow*, wxDC&, const wxRect&, int)
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual void MuleExtern::wxDelegateRenderer::DrawTreeItemButton(MuleExtern::wxWindow*, MuleExtern::wxDC&, const MuleExtern::wxRect&, int)':
/usr/local/include/wx-2.5/wx/univ/renderer.h:840: error: no matching function for call to `MuleExtern::wxRenderer::DrawTreeItemButton(MuleExtern::wxWindow*&, MuleExtern::wxDC&, const MuleExtern::wxRect&, int&)'
/usr/local/include/wx-2.5/wx/renderer.h:239: error: candidates are: virtual void wxDelegateRendererNative::DrawTreeItemButton(wxWindow*, wxDC&, const wxRect&, int)
/usr/local/include/wx-2.5/wx/univ/renderer.h: At global scope:
/usr/local/include/wx-2.5/wx/univ/renderer.h:905: error: field `m_rect' has incomplete type
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `const MuleExtern::wxRect& MuleExtern::wxControlRenderer::GetRect() const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:885: error: `m_rect' undeclared (first use this function)
/usr/local/include/wx-2.5/wx/univ/renderer.h:885: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from listctrl.cpp:6:
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:1660: error: prototype for `void MuleExtern::wxListHeaderWindow::AdjustDC(MuleExtern::wxDC&)' does not match any in class `MuleExtern::wxListHeaderWindow'
extern/listctrl.254.cpp:398: error: candidate is: void MuleExtern::wxListHeaderWindow::AdjustDC(wxDC&)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListHeaderWindow::AdjustDC(MuleExtern::wxDC&)':
extern/listctrl.254.cpp:1668: error: `SetDeviceOrigin' undeclared (first use this function)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListHeaderWindow::OnPaint(wxPaintEvent&)':
extern/listctrl.254.cpp:1713: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:1823: error: prototype for `void MuleExtern::wxListHeaderWindow::OnMouse(MuleExtern::wxMouseEvent&)' does not match any in class `MuleExtern::wxListHeaderWindow'
extern/listctrl.254.cpp:401: error: candidate is: void
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::OnPaint(wxPaintEvent&)':
extern/listctrl.254.cpp:2610: error: aggregate `MuleExtern::wxRect rectLine' has incomplete type and cannot be defined
extern/listctrl.254.cpp:2659: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp:2660: error: variable `MuleExtern::wxRect highl' has initializer but incomplete type
extern/listctrl.254.cpp:2681: error: variable `MuleExtern::wxRect after' has initializer but incomplete type
extern/listctrl.254.cpp:2737: error: aggregate `MuleExtern::wxRect firstItemRect' has incomplete type and cannot be defined
extern/listctrl.254.cpp:2738: error: aggregate `MuleExtern::wxRect lastItemRect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2903: error: prototype for `void MuleExtern::wxListMainWindow::OnMouse(MuleExtern::wxMouseEvent&)' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:569: error: candidate is: void MuleExtern::wxListMainWindow::OnMouse(wxMouseEvent&)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::OnMouse(MuleExtern::wxMouseEvent&)':
extern/listctrl.254.cpp:2904: error: `SetEventObject' undeclared (first use this function)
extern/listctrl.254.cpp:2905: error: no matching function for call to `wxEvtHandler::ProcessEvent(MuleExtern::wxMouseEvent&)'
/usr/local/include/wx-2.5/wx/event.h:2303: error: candidates are: virtual bool wxEvtHandler::ProcessEvent(wxEvent&)
extern/listctrl.254.cpp:2908: error: `GetEventType' undeclared (first use this function)
extern/listctrl.254.cpp:2911: error: `Skip' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `Dragging' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `ButtonDown' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `LeftUp' undeclared (first use this function)
extern/listctrl.254.cpp:2922: error: `ButtonDClick' undeclared (first use this function)
extern/listctrl.254.cpp:2925: error: `GetX' undeclared (first use this function)
extern/listctrl.254.cpp:2926: error: `GetY' undeclared (first use this function)
extern/listctrl.254.cpp:2960: error: `GetPosition' undeclared (first use this function)
extern/listctrl.254.cpp:2968: error: `RightIsDown' undeclared (first use this function)
extern/listctrl.254.cpp:3038: error: `RightDown' undeclared (first use this function)
extern/listctrl.254.cpp:3055: error: `MiddleDown' undeclared (first use this function)
extern/listctrl.254.cpp:3059: error: `LeftDown' undeclared (first use this function)
extern/listctrl.254.cpp:3065: error: `CmdDown' undeclared (first use this function)
extern/listctrl.254.cpp:3066: error: `ShiftDown' undeclared (first use this function)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::MoveToItem(unsigned int)':
extern/listctrl.254.cpp:3127: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3411: error: prototype for `void MuleExtern::wxListMainWindow::DrawImage(int, MuleExtern::wxDC*, int, int)' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:587: error: candidate is: void MuleExtern::wxListMainWindow::DrawImage(int, wxDC*, int, int)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::DrawImage(int, MuleExtern::wxDC*, int, int)':
extern/listctrl.254.cpp:3414: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3418: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3422: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3426: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::SetItem(wxListItem&)':
extern/listctrl.254.cpp:3663: error: aggregate `MuleExtern::wxRect rectItem' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3887: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:612: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetViewRect() const
extern/listctrl.254.cpp:3887: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const' and `wxRect MuleExtern::wxListMainWindow::GetViewRect() const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const':
extern/listctrl.254.cpp:3887: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:3899: error: aggregate `MuleExtern::wxRect r' has incomplete type and cannot be defined
extern/listctrl.254.cpp:3923: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3927: error: prototype for `void MuleExtern::wxListMainWindow::GetItemRect(long int, MuleExtern::wxRect&) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:611: error: candidate is: void MuleExtern::wxListMainWindow::GetItemRect(long int, wxRect&) const
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::GetItemRect(long int, MuleExtern::wxRect&) const':
extern/listctrl.254.cpp:3938: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
MuleExtern::wxGenericListCtrl::GetViewRect() const
extern/listctrl.254.cpp:4985: error: `MuleExtern::wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const' and `wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const':
extern/listctrl.254.cpp:4985: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:4986: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:4990: error: prototype for `bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, MuleExtern::wxRect&, int) const' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:112: error: candidate is: bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, wxRect&, int) const
extern/listctrl.254.cpp: In member function `bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, MuleExtern::wxRect&, int) const':
extern/listctrl.254.cpp:4993: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:5036: error: prototype for `void MuleExtern::wxGenericListCtrl::OnDrawItem(int, MuleExtern::wxDC*, const MuleExtern::wxRect&, const MuleExtern::wxRect&, bool)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:202: error: candidate is: virtual void MuleExtern::wxGenericListCtrl::OnDrawItem(int, wxDC*, const wxRect&, const wxRect&, bool)
extern/listctrl.254.cpp:5475: error: prototype for `bool MuleExtern::wxGenericListCtrl::DoPopupMenu(MuleExtern::wxMenu*, int, int)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:216: error: candidate is: virtual bool MuleExtern::wxGenericListCtrl::DoPopupMenu(wxMenu*, int, int)
extern/listctrl.254.cpp: In member function `bool MuleExtern::wxGenericListCtrl::DoPopupMenu(MuleExtern::wxMenu*, int, int)':
extern/listctrl.254.cpp:5477: error: no matching function for call to `MuleExtern::wxListMainWindow::PopupMenu(MuleExtern::wxMenu*&, int&, int&)'
/usr/local/include/wx-2.5/wx/window.h:875: error: candidates are: bool wxWindowBase::PopupMenu(wxMenu*, const wxPoint&)
/usr/local/include/wx-2.5/wx/window.h:877: error: bool wxWindowBase::PopupMenu(wxMenu*, int, int)
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:5555: error: prototype for `void MuleExtern::wxGenericListCtrl::Refresh(bool, const MuleExtern::wxRect*)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:198: error: candidate is: virtual void MuleExtern::wxGenericListCtrl::Refresh(bool, const wxRect*)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxGenericListCtrl::Refresh(bool, const MuleExtern::wxRect*)':
extern/listctrl.254.cpp:5570: error: variable `MuleExtern::wxRect rectHeader' has initializer but incomplete type
extern/listctrl.254.cpp:5585: error: variable `MuleExtern::wxRect rectMain' has initializer but incomplete type
make[4]: *** [amule-listctrl.o] Error 1
make[4]: Leaving directory `/home/terminal/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/terminal/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/terminal/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/terminal/amule-cvs'
make: *** [all] Error 2
----------------------------------------------------------------------------------------------------------
What is wrong? :|
-
anyone? :(
-
Originally posted by IvoFlavio
Ty very much :)
i download the wxGTK 2.5.4 and i install all right
but i try run amule.. with " amule " and i have 1 error....
---------------------------------------------------------------------------------
terminal@debian:~$ amule &
[1] 5721
terminal@debian:~$ amule: error while loading shared libraries: libwx_gtk2_xrc-2.5.so.4: cannot open shared object file: No such file or directory
[1]+ Exit 127 amule
----------------------------------------------------------------------------------
And amule dont run.. what is now the problem? :|
well about this one
you probably did not have
/usr/local/lib/
in your /etc/ld.so.conf
file...
about your error now, I guess your wx-installation got somewhat messed up, since it looks like a wx-error, did you try to cahnge something there, after your mule did not run the first time?
stefanero
-
No.. i never can run the amule.. i have alwys this error... i cant run.. :|
-
which on the compilation error or the one cant open the shared lib?
-
on compilation i have this error:
-----------------------------------------------------------
from EMSocket.h:40,
from ListenSocket.h:38,
from ListenSocket.cpp:30:
/usr/local/include/wx-2.5/wx/x11/region.h: In copy constructor `wxRegion::wxRegion(const wxRegion&)':
/usr/local/include/wx-2.5/wx/x11/region.h:89: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
ListenSocket.cpp:823: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:829:42: warning: #warning Here should be the IDHybrid, but we don't use it yet and I'm afraid it will break a lot ;)
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DUSE_WX_TRAY -I/usr/local/lib/wx/include/x11univ-ansi-release-2.5 -I/usr/local/include/wx-2.5 -D__WXUNIVERSAL__ -D__WXX11__ -I/usr/X11R6/include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D_LARGEFILE_SOURCE=1 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/local/include -DUSE_EMBEDDED_CRYPTO -W -Wall -g -ggdb -fno-inline -D__DEBUG__ -fmessage-length=0 -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
In file included from /usr/local/include/wx-2.5/wx/palette.h:30,
from /usr/local/include/wx-2.5/wx/x11/bitmap.h:22,
from /usr/local/include/wx-2.5/wx/bitmap.h:177,
from /usr/local/include/wx-2.5/wx/x11/cursor.h:19,
from /usr/local/include/wx-2.5/wx/cursor.h:13,
from /usr/local/include/wx-2.5/wx/event.h:32,
from /usr/local/include/wx-2.5/wx/app.h:20,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/palette.h: In copy constructor `wxPalette::wxPalette(const wxPalette&)':
/usr/local/include/wx-2.5/wx/x11/palette.h:58: warning: base class `class wxPaletteBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/font.h:243,
from /usr/local/include/wx-2.5/wx/window.h:28,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/font.h: In copy constructor `wxFont::wxFont(const wxFont&)':
/usr/local/include/wx-2.5/wx/x11/font.h:27: warning: base class `class wxFontBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/colour.h:15,
from /usr/local/include/wx-2.5/wx/window.h:29,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/colour.h: In copy constructor `wxColour::wxColour(const wxColour&)':
/usr/local/include/wx-2.5/wx/x11/colour.h:59: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/region.h:13,
from /usr/local/include/wx-2.5/wx/window.h:30,
from /usr/local/include/wx-2.5/wx/app.h:23,
from extern/listctrl.254.cpp:40,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/region.h: In copy constructor `wxRegion::wxRegion(const wxRegion&)':
/usr/local/include/wx-2.5/wx/x11/region.h:89: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/brush.h:25,
from /usr/local/include/wx-2.5/wx/dc.h:29,
from /usr/local/include/wx-2.5/wx/x11/dcclient.h:19,
from /usr/local/include/wx-2.5/wx/dcclient.h:13,
from /usr/local/include/wx-2.5/wx/x11/dcscreen.h:19,
from /usr/local/include/wx-2.5/wx/dcscreen.h:13,
from extern/listctrl.254.cpp:42,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/brush.h: In copy constructor `wxBrush::wxBrush(const wxBrush&)':
/usr/local/include/wx-2.5/wx/x11/brush.h:42: warning: base class `class wxBrushBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/pen.h:9,
from /usr/local/include/wx-2.5/wx/dc.h:30,
from /usr/local/include/wx-2.5/wx/x11/dcclient.h:19,
from /usr/local/include/wx-2.5/wx/dcclient.h:13,
from /usr/local/include/wx-2.5/wx/x11/dcscreen.h:19,
from /usr/local/include/wx-2.5/wx/dcscreen.h:13,
from extern/listctrl.254.cpp:42,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/x11/pen.h: In copy constructor `wxPen::wxPen(const wxPen&)':
/usr/local/include/wx-2.5/wx/x11/pen.h:45: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/scrolbar.h:47,
from /usr/local/include/wx-2.5/wx/univ/renderer.h:52,
from extern/listctrl.254.cpp:1653,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/univ/scrolbar.h: At global scope:
/usr/local/include/wx-2.5/wx/univ/scrolbar.h:113: error: conflicting return type specified for `virtual wxWindow* MuleExtern::wxScrollBar::GetWindow()'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:92: error: overriding `virtual MuleExtern::wxWindow* MuleExtern::wxControlWithArrows::GetWindow()'
/usr/local/include/wx-2.5/wx/univ/scrolbar.h: In member function `virtual MuleExtern::wxRenderer* MuleExtern::wxScrollBar::GetRenderer() const':
/usr/local/include/wx-2.5/wx/univ/scrolbar.h:112: error: cannot convert `wxRenderer* const' to `MuleExtern::wxRenderer*' in return
In file included from extern/listctrl.254.cpp:1653,
from listctrl.cpp:6:
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetBorderDimensions(wxBorder) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:750: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:750: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetScrollbarRect(const MuleExtern::wxScrollBar*, MuleExtern::wxScrollBar::Element, int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:759: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:759: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetTextTotalArea(const MuleExtern::wxTextCtrl*, const MuleExtern::wxRect&) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:787: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:787: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetTextClientArea(const MuleExtern::wxTextCtrl*, const MuleExtern::wxRect&, wxCoord*) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:791: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:791: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetSliderShaftRect(const MuleExtern::wxRect&, int, wxOrientation, long int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:804: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:804: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual MuleExtern::wxRect MuleExtern::wxDelegateRenderer::GetFrameClientArea(const MuleExtern::wxRect&, int) const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:819: error: return type `struct MuleExtern::wxRect' is incomplete
/usr/local/include/wx-2.5/wx/univ/renderer.h:819: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual void MuleExtern::wxDelegateRenderer::DrawHeaderButton(MuleExtern::wxWindow*, MuleExtern::wxDC&, const MuleExtern::wxRect&, int)':
/usr/local/include/wx-2.5/wx/univ/renderer.h:835: error: no matching function for call to `MuleExtern::wxRenderer::DrawHeaderButton(MuleExtern::wxWindow*&, MuleExtern::wxDC&, const MuleExtern::wxRect&, int&)'
/usr/local/include/wx-2.5/wx/renderer.h:233: error: candidates are: virtual void wxDelegateRendererNative::DrawHeaderButton(wxWindow*, wxDC&, const wxRect&, int)
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `virtual void MuleExtern::wxDelegateRenderer::DrawTreeItemButton(MuleExtern::wxWindow*, MuleExtern::wxDC&, const MuleExtern::wxRect&, int)':
/usr/local/include/wx-2.5/wx/univ/renderer.h:840: error: no matching function for call to `MuleExtern::wxRenderer::DrawTreeItemButton(MuleExtern::wxWindow*&, MuleExtern::wxDC&, const MuleExtern::wxRect&, int&)'
/usr/local/include/wx-2.5/wx/renderer.h:239: error: candidates are: virtual void wxDelegateRendererNative::DrawTreeItemButton(wxWindow*, wxDC&, const wxRect&, int)
/usr/local/include/wx-2.5/wx/univ/renderer.h: At global scope:
/usr/local/include/wx-2.5/wx/univ/renderer.h:905: error: field `m_rect' has incomplete type
/usr/local/include/wx-2.5/wx/univ/renderer.h: In member function `const MuleExtern::wxRect& MuleExtern::wxControlRenderer::GetRect() const':
/usr/local/include/wx-2.5/wx/univ/renderer.h:885: error: `m_rect' undeclared (first use this function)
/usr/local/include/wx-2.5/wx/univ/renderer.h:885: error: (Each undeclared identifier is reported only once for each function it appears in.)
In file included from listctrl.cpp:6:
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:1660: error: prototype for `void MuleExtern::wxListHeaderWindow::AdjustDC(MuleExtern::wxDC&)' does not match any in class `MuleExtern::wxListHeaderWindow'
extern/listctrl.254.cpp:398: error: candidate is: void MuleExtern::wxListHeaderWindow::AdjustDC(wxDC&)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListHeaderWindow::AdjustDC(MuleExtern::wxDC&)':
extern/listctrl.254.cpp:1668: error: `SetDeviceOrigin' undeclared (first use this function)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListHeaderWindow::OnPaint(wxPaintEvent&)':
extern/listctrl.254.cpp:1713: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:1823: error: prototype for `void MuleExtern::wxListHeaderWindow::OnMouse(MuleExtern::wxMouseEvent&)' does not match any in class `MuleExtern::wxListHeaderWindow'
extern/listctrl.254.cpp:401: error: candidate is: void MuleExtern::wxListHeaderWindow::OnMouse(wxMouseEvent&)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListHeaderWindow::OnMouse(MuleExtern::wxMouseEvent&)':
extern/listctrl.254.cpp:1826: error: `GetX' undeclared (first use this function)
extern/listctrl.254.cpp:1827: error: `GetY' undeclared (first use this function)
extern/listctrl.254.cpp:1831: error: `GetPosition' undeclared (first use this function)
extern/listctrl.254.cpp:1844: error: `ButtonUp' undeclared (first use this function)
extern/listctrl.254.cpp:1899: error: `LeftDown' undeclared (first use this function)
extern/listctrl.254.cpp:1899: error: `RightUp' undeclared (first use this function)
extern/listctrl.254.cpp:1921: error: `Moving' undeclared (first use this function)
extern/listctrl.254.cpp: In constructor `MuleExtern::wxListTextCtrl::wxListTextCtrl(MuleExtern::wxListMainWindow*, unsigned int)':
extern/listctrl.254.cpp:1995: error: variable `MuleExtern::wxRect rectLabel' has initializer but incomplete type
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2295: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineRect(unsigned int) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:533: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetLineRect(unsigned int) const
extern/listctrl.254.cpp:2295: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineRect(unsigned int) const' and `wxRect MuleExtern::wxListMainWindow::GetLineRect(unsigned int) const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineRect(unsigned int) const':
extern/listctrl.254.cpp:2295: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:2297: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp:2299: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2309: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineLabelRect(unsigned int) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:536: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetLineLabelRect(unsigned int) const
extern/listctrl.254.cpp:2309: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineLabelRect(unsigned int) const' and `wxRect MuleExtern::wxListMainWindow::GetLineLabelRect(unsigned int) const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineLabelRect(unsigned int) const':
extern/listctrl.254.cpp:2309: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:2311: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp:2313: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2323: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineIconRect(unsigned int) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:540: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetLineIconRect(unsigned int) const
extern/listctrl.254.cpp:2323: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineIconRect(unsigned int) const' and `wxRect MuleExtern::wxListMainWindow::GetLineIconRect(unsigned int) const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineIconRect(unsigned int) const':
extern/listctrl.254.cpp:2323: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:2325: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp:2330: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2339: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineHighlightRect(unsigned int) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:543: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetLineHighlightRect(unsigned int) const
extern/listctrl.254.cpp:2339: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineHighlightRect(unsigned int) const' and `wxRect MuleExtern::wxListMainWindow::GetLineHighlightRect(unsigned int) const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetLineHighlightRect(unsigned int) const':
extern/listctrl.254.cpp:2339: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:2341: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp: In member function `long int MuleExtern::wxListMainWindow::HitTestLine(unsigned int, int, int) const':
extern/listctrl.254.cpp:2358: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::RefreshLine(unsigned int)':
extern/listctrl.254.cpp:2457: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::RefreshLines(unsigned int, unsigned int)':
extern/listctrl.254.cpp:2480: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::RefreshAfter(unsigned int)':
extern/listctrl.254.cpp:2511: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::OnPaint(wxPaintEvent&)':
extern/listctrl.254.cpp:2610: error: aggregate `MuleExtern::wxRect rectLine' has incomplete type and cannot be defined
extern/listctrl.254.cpp:2659: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp:2660: error: variable `MuleExtern::wxRect highl' has initializer but incomplete type
extern/listctrl.254.cpp:2681: error: variable `MuleExtern::wxRect after' has initializer but incomplete type
extern/listctrl.254.cpp:2737: error: aggregate `MuleExtern::wxRect firstItemRect' has incomplete type and cannot be defined
extern/listctrl.254.cpp:2738: error: aggregate `MuleExtern::wxRect lastItemRect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:2903: error: prototype for `void MuleExtern::wxListMainWindow::OnMouse(MuleExtern::wxMouseEvent&)' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:569: error: candidate is: void MuleExtern::wxListMainWindow::OnMouse(wxMouseEvent&)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::OnMouse(MuleExtern::wxMouseEvent&)':
extern/listctrl.254.cpp:2904: error: `SetEventObject' undeclared (first use this function)
extern/listctrl.254.cpp:2905: error: no matching function for call to `wxEvtHandler::ProcessEvent(MuleExtern::wxMouseEvent&)'
/usr/local/include/wx-2.5/wx/event.h:2303: error: candidates are: virtual bool wxEvtHandler::ProcessEvent(wxEvent&)
extern/listctrl.254.cpp:2908: error: `GetEventType' undeclared (first use this function)
extern/listctrl.254.cpp:2911: error: `Skip' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `Dragging' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `ButtonDown' undeclared (first use this function)
extern/listctrl.254.cpp:2921: error: `LeftUp' undeclared (first use this function)
extern/listctrl.254.cpp:2922: error: `ButtonDClick' undeclared (first use this function)
extern/listctrl.254.cpp:2925: error: `GetX' undeclared (first use this function)
extern/listctrl.254.cpp:2926: error: `GetY' undeclared (first use this function)
extern/listctrl.254.cpp:2960: error: `GetPosition' undeclared (first use this function)
extern/listctrl.254.cpp:2968: error: `RightIsDown' undeclared (first use this function)
extern/listctrl.254.cpp:3038: error: `RightDown' undeclared (first use this function)
extern/listctrl.254.cpp:3055: error: `MiddleDown' undeclared (first use this function)
extern/listctrl.254.cpp:3059: error: `LeftDown' undeclared (first use this function)
extern/listctrl.254.cpp:3065: error: `CmdDown' undeclared (first use this function)
extern/listctrl.254.cpp:3066: error: `ShiftDown' undeclared (first use this function)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::MoveToItem(unsigned int)':
extern/listctrl.254.cpp:3127: error: variable `MuleExtern::wxRect rect' has initializer but incomplete type
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3411: error: prototype for `void MuleExtern::wxListMainWindow::DrawImage(int, MuleExtern::wxDC*, int, int)' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:587: error: candidate is: void MuleExtern::wxListMainWindow::DrawImage(int, wxDC*, int, int)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::DrawImage(int, MuleExtern::wxDC*, int, int)':
extern/listctrl.254.cpp:3414: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3418: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3422: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp:3426: error: no matching function for call to `wxImageList::Draw(int&, MuleExtern::wxDC&, int&, int&, int)'
/usr/local/include/wx-2.5/wx/generic/imaglist.h:78: error: candidates are: virtual bool wxGenericImageList::Draw(int, wxDC&, int, int, int, bool)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::SetItem(wxListItem&)':
extern/listctrl.254.cpp:3663: error: aggregate `MuleExtern::wxRect rectItem' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3887: error: prototype for `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:612: error: candidate is: wxRect MuleExtern::wxListMainWindow::GetViewRect() const
extern/listctrl.254.cpp:3887: error: `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const' and `wxRect MuleExtern::wxListMainWindow::GetViewRect() const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxListMainWindow::GetViewRect() const':
extern/listctrl.254.cpp:3887: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:3899: error: aggregate `MuleExtern::wxRect r' has incomplete type and cannot be defined
extern/listctrl.254.cpp:3923: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:3927: error: prototype for `void MuleExtern::wxListMainWindow::GetItemRect(long int, MuleExtern::wxRect&) const' does not match any in class `MuleExtern::wxListMainWindow'
extern/listctrl.254.cpp:611: error: candidate is: void MuleExtern::wxListMainWindow::GetItemRect(long int, wxRect&) const
extern/listctrl.254.cpp: In member function `void MuleExtern::wxListMainWindow::GetItemRect(long int, MuleExtern::wxRect&) const':
extern/listctrl.254.cpp:3938: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp:3940: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp:3940: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp:3940: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp:3940: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: In member function `bool MuleExtern::wxListMainWindow::GetItemPosition(long int, wxPoint&) const':
extern/listctrl.254.cpp:3945: error: aggregate `MuleExtern::wxRect rect' has incomplete type and cannot be defined
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:4985: error: prototype for `MuleExtern::wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:104: error: candidate is: wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const
extern/listctrl.254.cpp:4985: error: `MuleExtern::wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const' and `wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const' cannot be overloaded
extern/listctrl.254.cpp: In member function `MuleExtern::wxRect MuleExtern::wxGenericListCtrl::GetViewRect() const':
extern/listctrl.254.cpp:4985: error: return type `struct MuleExtern::wxRect' is incomplete
extern/listctrl.254.cpp:4986: error: conversion from `wxRect' to non-scalar type `MuleExtern::wxRect' requested
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:4990: error: prototype for `bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, MuleExtern::wxRect&, int) const' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:116: error: candidate is: bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, wxRect&, int) const
extern/listctrl.254.cpp: In member function `bool MuleExtern::wxGenericListCtrl::GetItemRect(long int, MuleExtern::wxRect&, int) const':
extern/listctrl.254.cpp:4993: error: invalid use of undefined type `struct MuleExtern::wxRect'
/usr/local/include/wx-2.5/wx/univ/scrarrow.h:33: error: forward declaration of `struct MuleExtern::wxRect'
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:5036: error: prototype for `void MuleExtern::wxGenericListCtrl::OnDrawItem(int, MuleExtern::wxDC*, const MuleExtern::wxRect&, const MuleExtern::wxRect&, bool)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:206: error: candidate is: virtual void MuleExtern::wxGenericListCtrl::OnDrawItem(int, wxDC*, const wxRect&, const wxRect&, bool)
extern/listctrl.254.cpp:5475: error: prototype for `bool MuleExtern::wxGenericListCtrl::DoPopupMenu(MuleExtern::wxMenu*, int, int)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:220: error: candidate is: virtual bool MuleExtern::wxGenericListCtrl::DoPopupMenu(wxMenu*, int, int)
extern/listctrl.254.cpp: In member function `bool MuleExtern::wxGenericListCtrl::DoPopupMenu(MuleExtern::wxMenu*, int, int)':
extern/listctrl.254.cpp:5477: error: no matching function for call to `MuleExtern::wxListMainWindow::PopupMenu(MuleExtern::wxMenu*&, int&, int&)'
/usr/local/include/wx-2.5/wx/window.h:875: error: candidates are: bool wxWindowBase::PopupMenu(wxMenu*, const wxPoint&)
/usr/local/include/wx-2.5/wx/window.h:877: error: bool wxWindowBase::PopupMenu(wxMenu*, int, int)
extern/listctrl.254.cpp: At global scope:
extern/listctrl.254.cpp:5555: error: prototype for `void MuleExtern::wxGenericListCtrl::Refresh(bool, const MuleExtern::wxRect*)' does not match any in class `MuleExtern::wxGenericListCtrl'
extern/listctrl.254.h:202: error: candidate is: virtual void MuleExtern::wxGenericListCtrl::Refresh(bool, const wxRect*)
extern/listctrl.254.cpp: In member function `void MuleExtern::wxGenericListCtrl::Refresh(bool, const MuleExtern::wxRect*)':
extern/listctrl.254.cpp:5570: error: variable `MuleExtern::wxRect rectHeader' has initializer but incomplete type
extern/listctrl.254.cpp:5585: error: variable `MuleExtern::wxRect rectMain' has initializer but incomplete type
make[4]: *** [amule-listctrl.o] Error 1
make[4]: Leaving directory `/home/terminal/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/terminal/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/terminal/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/terminal/amule-cvs'
make: *** [all] Error 2
-
you wx-install is still brocken...remove it and compile again... or did you use rpms?
can you post also
ls -la /usr/bin/wx*
AND
ls -la /usr/local/bin/wx*
thxn
-
Np, i only want put that ok ;)
ls -la /usr/bin/wx*
-rwxr-xr-x 1 root root 377192 2005-02-09 18:00 /usr/bin/wxcas
------------------------------------------------------------------
ls -la /usr/local/bin/wx*
lrwxrwxrwx 1 root root 49 2005-04-03 15:18 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/x11univ-ansi-release-2.5
lrwxrwxrwx 1 root root 8 2005-04-03 15:18 /usr/local/bin/wxrc -> wxrc-2.5
-rwxr-xr-x 1 root root 79260 2005-04-03 15:18 /usr/local/bin/wxrc-2.5
----------------------------------------------------------------------------------
But i have on /usr/include/wx-2.5/wx/*
But ok ;)
Ty
-
$ ls -la /usr/include/wx-2.5/wx/*
-rw-r--r-- 1 root root 4140 2004-11-12 11:10 /usr/include/wx-2.5/wx/accel.h
-rw-r--r-- 1 root root 14230 2004-11-12 11:10 /usr/include/wx-2.5/wx/access.h
-rw-r--r-- 1 root root 1227 2004-11-12 11:10 /usr/include/wx-2.5/wx/afterstd.h
-rw-r--r-- 1 root root 26094 2004-11-12 11:10 /usr/include/wx-2.5/wx/app.h
-rw-r--r-- 1 root root 9089 2004-11-12 11:10 /usr/include/wx-2.5/wx/apptrait.h
-rw-r--r-- 1 root root 10350 2005-04-03 11:47 /usr/include/wx-2.5/wx/archive.h
-rw-r--r-- 1 root root 8633 2004-11-12 11:10 /usr/include/wx-2.5/wx/arrimpl.cpp
-rw-r--r-- 1 root root 13822 2004-11-12 11:10 /usr/include/wx-2.5/wx/arrstr.h
-rw-r--r-- 1 root root 6446 2004-11-12 11:10 /usr/include/wx-2.5/wx/artprov.h
-rw-r--r-- 1 root root 2092 2004-11-12 11:10 /usr/include/wx-2.5/wx/beforestd.h
-rw-r--r-- 1 root root 5951 2004-11-12 11:10 /usr/include/wx-2.5/wx/bitmap.h
-rw-r--r-- 1 root root 3564 2004-11-12 11:10 /usr/include/wx-2.5/wx/bmpbuttn.h
-rw-r--r-- 1 root root 7111 2004-11-12 11:10 /usr/include/wx-2.5/wx/bookctrl.h
-rw-r--r-- 1 root root 562 2004-11-12 11:10 /usr/include/wx-2.5/wx/brush.h
-rw-r--r-- 1 root root 10881 2004-11-12 11:10 /usr/include/wx-2.5/wx/buffer.h
-rw-r--r-- 1 root root 5404 2004-11-12 11:10 /usr/include/wx-2.5/wx/build.h
-rw-r--r-- 1 root root 1327 2004-11-12 11:10 /usr/include/wx-2.5/wx/busyinfo.h
-rw-r--r-- 1 root root 3096 2004-11-12 11:10 /usr/include/wx-2.5/wx/button.h
-rw-r--r-- 1 root root 8606 2004-11-12 11:11 /usr/include/wx-2.5/wx/calctrl.h
-rw-r--r-- 1 root root 6888 2004-11-12 11:10 /usr/include/wx-2.5/wx/caret.h
-rw-r--r-- 1 root root 3864 2004-11-12 11:10 /usr/include/wx-2.5/wx/checkbox.h
-rw-r--r-- 1 root root 1559 2004-11-12 11:10 /usr/include/wx-2.5/wx/checklst.h
-rw-r--r-- 1 root root 41286 2004-11-12 11:10 /usr/include/wx-2.5/wx/chkconf.h
-rw-r--r-- 1 root root 157 2004-11-12 11:10 /usr/include/wx-2.5/wx/choicdlg.h
-rw-r--r-- 1 root root 5127 2004-11-12 11:10 /usr/include/wx-2.5/wx/choicebk.h
-rw-r--r-- 1 root root 2822 2004-11-12 11:10 /usr/include/wx-2.5/wx/choice.h
-rw-r--r-- 1 root root 4543 2004-11-12 11:10 /usr/include/wx-2.5/wx/clipbrd.h
-rw-r--r-- 1 root root 6239 2004-11-12 11:10 /usr/include/wx-2.5/wx/clntdata.h
-rw-r--r-- 1 root root 7908 2004-11-12 11:10 /usr/include/wx-2.5/wx/cmdline.h
-rw-r--r-- 1 root root 4247 2004-11-12 11:10 /usr/include/wx-2.5/wx/cmdproc.h
-rw-r--r-- 1 root root 15704 2004-11-12 11:10 /usr/include/wx-2.5/wx/cmndata.h
-rw-r--r-- 1 root root 1134 2004-11-12 11:10 /usr/include/wx-2.5/wx/colordlg.h
-rw-r--r-- 1 root root 599 2004-11-12 11:10 /usr/include/wx-2.5/wx/colour.h
-rw-r--r-- 1 root root 2403 2004-11-12 11:10 /usr/include/wx-2.5/wx/combobox.h
-rw-r--r-- 1 root root 13328 2004-11-12 11:10 /usr/include/wx-2.5/wx/confbase.h
-rw-r--r-- 1 root root 301 2004-11-12 11:10 /usr/include/wx-2.5/wx/config.h
-rw-r--r-- 1 root root 6121 2004-11-12 11:10 /usr/include/wx-2.5/wx/containr.h
-rw-r--r-- 1 root root 4154 2004-11-12 11:10 /usr/include/wx-2.5/wx/control.h
-rw-r--r-- 1 root root 6632 2004-11-12 11:10 /usr/include/wx-2.5/wx/cshelp.h
-rw-r--r-- 1 root root 6694 2004-11-12 11:10 /usr/include/wx-2.5/wx/ctrlsub.h
-rw-r--r-- 1 root root 1748 2004-11-12 11:10 /usr/include/wx-2.5/wx/cursor.h
-rw-r--r-- 1 root root 21050 2004-11-12 11:10 /usr/include/wx-2.5/wx/dataobj.h
-rw-r--r-- 1 root root 78508 2004-11-12 11:10 /usr/include/wx-2.5/wx/datetime.h
-rw-r--r-- 1 root root 14164 2004-11-12 11:10 /usr/include/wx-2.5/wx/datetime.inl
-rw-r--r-- 1 root root 3598 2004-11-12 11:10 /usr/include/wx-2.5/wx/datstrm.h
-rw-r--r-- 1 root root 5392 2004-11-12 11:11 /usr/include/wx-2.5/wx/dbgrid.h
-rw-r--r-- 1 root root 36764 2004-11-12 11:10 /usr/include/wx-2.5/wx/db.h
-rw-r--r-- 1 root root 1177 2004-11-12 11:10 /usr/include/wx-2.5/wx/dbkeyg.h
-rw-r--r-- 1 root root 17268 2004-11-12 11:10 /usr/include/wx-2.5/wx/dbtable.h
-rw-r--r-- 1 root root 4382 2004-11-12 11:11 /usr/include/wx-2.5/wx/dcbuffer.h
-rw-r--r-- 1 root root 597 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcclient.h
-rw-r--r-- 1 root root 30236 2004-11-12 11:10 /usr/include/wx-2.5/wx/dc.h
-rw-r--r-- 1 root root 597 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcmemory.h
-rw-r--r-- 1 root root 10184 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcmirror.h
-rw-r--r-- 1 root root 322 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcprint.h
-rw-r--r-- 1 root root 90 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcps.h
-rw-r--r-- 1 root root 597 2004-11-12 11:10 /usr/include/wx-2.5/wx/dcscreen.h
-rw-r--r-- 1 root root 565 2004-11-12 11:10 /usr/include/wx-2.5/wx/dde.h
-rw-r--r-- 1 root root 10301 2004-11-12 11:10 /usr/include/wx-2.5/wx/debug.h
-rw-r--r-- 1 root root 88657 2004-11-12 11:10 /usr/include/wx-2.5/wx/defs.h
-rw-r--r-- 1 root root 2585 2004-11-12 11:10 /usr/include/wx-2.5/wx/dialog.h
-rw-r--r-- 1 root root 8393 2004-11-12 11:10 /usr/include/wx-2.5/wx/dialup.h
-rw-r--r-- 1 root root 125 2004-11-12 11:10 /usr/include/wx-2.5/wx/dirctrl.h
-rw-r--r-- 1 root root 2909 2004-11-12 11:10 /usr/include/wx-2.5/wx/dirdlg.h
-rw-r--r-- 1 root root 5252 2004-11-12 11:10 /usr/include/wx-2.5/wx/dir.h
-rw-r--r-- 1 root root 4019 2004-11-12 11:10 /usr/include/wx-2.5/wx/display.h
-rw-r--r-- 1 root root 5980 2004-11-12 11:10 /usr/include/wx-2.5/wx/dlimpexp.h
-rw-r--r-- 1 root root 9342 2004-11-12 11:10 /usr/include/wx-2.5/wx/dnd.h
-rw-r--r-- 1 root root 3552 2004-11-12 11:10 /usr/include/wx-2.5/wx/docmdi.h
-rw-r--r-- 1 root root 22131 2004-11-12 11:10 /usr/include/wx-2.5/wx/docview.h
-rw-r--r-- 1 root root 949 2004-11-12 11:10 /usr/include/wx-2.5/wx/dragimag.h
-rw-r--r-- 1 root root 58686 2004-11-12 11:10 /usr/include/wx-2.5/wx/dynarray.h
-rw-r--r-- 1 root root 11491 2004-11-12 11:10 /usr/include/wx-2.5/wx/dynlib.h
-rw-r--r-- 1 root root 5630 2004-11-12 11:10 /usr/include/wx-2.5/wx/dynload.h
-rw-r--r-- 1 root root 2545 2004-11-12 11:10 /usr/include/wx-2.5/wx/effects.h
-rw-r--r-- 1 root root 6978 2004-11-12 11:10 /usr/include/wx-2.5/wx/encconv.h
-rw-r--r-- 1 root root 2438 2004-11-12 11:10 /usr/include/wx-2.5/wx/encinfo.h
-rw-r--r-- 1 root root 113787 2004-11-12 11:10 /usr/include/wx-2.5/wx/event.h
-rw-r--r-- 1 root root 3954 2004-11-12 11:10 /usr/include/wx-2.5/wx/evtloop.h
-rw-r--r-- 1 root root 989 2004-11-12 11:10 /usr/include/wx-2.5/wx/except.h
-rw-r--r-- 1 root root 6766 2004-11-12 11:10 /usr/include/wx-2.5/wx/fdrepdlg.h
-rw-r--r-- 1 root root 1831 2004-11-12 11:10 /usr/include/wx-2.5/wx/features.h
-rw-r--r-- 1 root root 3864 2004-11-12 11:10 /usr/include/wx-2.5/wx/ffile.h
-rw-r--r-- 1 root root 9308 2004-11-12 11:10 /usr/include/wx-2.5/wx/fileconf.h
-rw-r--r-- 1 root root 6626 2004-11-12 11:10 /usr/include/wx-2.5/wx/filedlg.h
-rw-r--r-- 1 root root 20450 2004-11-12 11:10 /usr/include/wx-2.5/wx/filefn.h
-rw-r--r-- 1 root root 6655 2004-11-12 11:10 /usr/include/wx-2.5/wx/file.h
-rw-r--r-- 1 root root 17118 2004-11-12 11:10 /usr/include/wx-2.5/wx/filename.h
-rw-r--r-- 1 root root 9065 2004-11-12 11:10 /usr/include/wx-2.5/wx/filesys.h
-rw-r--r-- 1 root root 2265 2004-11-12 11:10 /usr/include/wx-2.5/wx/fmappriv.h
-rw-r--r-- 1 root root 3537 2004-11-12 11:10 /usr/include/wx-2.5/wx/fontdlg.h
-rw-r--r-- 1 root root 6292 2004-11-12 11:10 /usr/include/wx-2.5/wx/fontenc.h
-rw-r--r-- 1 root root 3328 2004-11-12 11:10 /usr/include/wx-2.5/wx/fontenum.h
-rw-r--r-- 1 root root 9489 2004-11-12 11:10 /usr/include/wx-2.5/wx/font.h
-rw-r--r-- 1 root root 10237 2004-11-12 11:10 /usr/include/wx-2.5/wx/fontmap.h
-rw-r--r-- 1 root root 8401 2004-11-12 11:10 /usr/include/wx-2.5/wx/fontutil.h
-rw-r--r-- 1 root root 9773 2004-11-12 11:10 /usr/include/wx-2.5/wx/frame.h
-rw-r--r-- 1 root root 1097 2004-11-12 11:10 /usr/include/wx-2.5/wx/fs_inet.h
-rw-r--r-- 1 root root 3555 2004-11-12 11:10 /usr/include/wx-2.5/wx/fs_mem.h
-rw-r--r-- 1 root root 1658 2004-11-12 11:10 /usr/include/wx-2.5/wx/fs_zip.h
-rw-r--r-- 1 root root 3168 2004-11-12 11:10 /usr/include/wx-2.5/wx/gauge.h
-rw-r--r-- 1 root root 11859 2004-11-12 11:10 /usr/include/wx-2.5/wx/gbsizer.h
-rw-r--r-- 1 root root 19458 2004-11-12 11:10 /usr/include/wx-2.5/wx/gdicmn.h
-rw-r--r-- 1 root root 573 2004-11-12 11:10 /usr/include/wx-2.5/wx/gdiobj.h
-rw-r--r-- 1 root root 31538 2004-11-12 11:10 /usr/include/wx-2.5/wx/geometry.h
-rw-r--r-- 1 root root 5195 2004-11-12 11:10 /usr/include/wx-2.5/wx/gifdecod.h
-rw-r--r-- 1 root root 1007 2004-11-12 11:10 /usr/include/wx-2.5/wx/glcanvas.h
-rw-r--r-- 1 root root 112 2004-11-12 11:11 /usr/include/wx-2.5/wx/grid.h
-rw-r--r-- 1 root root 4923 2004-11-12 11:10 /usr/include/wx-2.5/wx/gsocket.h
-rw-r--r-- 1 root root 23402 2004-11-12 11:10 /usr/include/wx-2.5/wx/hash.h
-rw-r--r-- 1 root root 23762 2004-11-12 11:10 /usr/include/wx-2.5/wx/hashmap.h
-rw-r--r-- 1 root root 6030 2004-11-12 11:10 /usr/include/wx-2.5/wx/hashset.h
-rw-r--r-- 1 root root 3291 2004-11-12 11:10 /usr/include/wx-2.5/wx/helpbase.h
-rw-r--r-- 1 root root 711 2004-11-12 11:10 /usr/include/wx-2.5/wx/help.h
-rw-r--r-- 1 root root 600 2004-11-12 11:10 /usr/include/wx-2.5/wx/helphtml.h
-rw-r--r-- 1 root root 202 2004-11-12 11:10 /usr/include/wx-2.5/wx/helpwin.h
-rw-r--r-- 1 root root 4938 2004-11-12 11:11 /usr/include/wx-2.5/wx/htmllbox.h
-rw-r--r-- 1 root root 2430 2004-11-12 11:10 /usr/include/wx-2.5/wx/iconbndl.h
-rw-r--r-- 1 root root 592 2004-11-12 11:10 /usr/include/wx-2.5/wx/icon.h
-rw-r--r-- 1 root root 2341 2004-11-12 11:10 /usr/include/wx-2.5/wx/iconloc.h
-rw-r--r-- 1 root root 5728 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagbmp.h
-rw-r--r-- 1 root root 12339 2004-11-12 11:10 /usr/include/wx-2.5/wx/image.h
-rw-r--r-- 1 root root 1377 2004-11-12 11:10 /usr/include/wx-2.5/wx/imaggif.h
-rw-r--r-- 1 root root 1395 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagiff.h
-rw-r--r-- 1 root root 1609 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagjpeg.h
-rw-r--r-- 1 root root 230 2004-11-12 11:10 /usr/include/wx-2.5/wx/imaglist.h
-rw-r--r-- 1 root root 1411 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagpcx.h
-rw-r--r-- 1 root root 1338 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagpng.h
-rw-r--r-- 1 root root 1338 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagpnm.h
-rw-r--r-- 1 root root 1251 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagtiff.h
-rw-r--r-- 1 root root 1317 2004-11-12 11:10 /usr/include/wx-2.5/wx/imagxpm.h
-rw-r--r-- 1 root root 3489 2004-11-12 11:10 /usr/include/wx-2.5/wx/init.h
-rw-r--r-- 1 root root 19617 2004-11-12 11:10 /usr/include/wx-2.5/wx/intl.h
-rw-r--r-- 1 root root 706 2004-11-12 11:10 /usr/include/wx-2.5/wx/iosfwrap.h
-rw-r--r-- 1 root root 646 2004-11-12 11:10 /usr/include/wx-2.5/wx/ioswrap.h
-rw-r--r-- 1 root root 5939 2004-11-12 11:10 /usr/include/wx-2.5/wx/ipcbase.h
-rw-r--r-- 1 root root 1298 2004-11-12 11:10 /usr/include/wx-2.5/wx/ipc.h
-rw-r--r-- 1 root root 37879 2004-11-12 11:10 /usr/include/wx-2.5/wx/isqlext.h
-rw-r--r-- 1 root root 7062 2004-11-12 11:10 /usr/include/wx-2.5/wx/isql.h
-rw-r--r-- 1 root root 474 2004-11-12 11:11 /usr/include/wx-2.5/wx/joystick.h
-rw-r--r-- 1 root root 5641 2004-11-12 11:10 /usr/include/wx-2.5/wx/layout.h
-rw-r--r-- 1 root root 120 2004-11-12 11:11 /usr/include/wx-2.5/wx/laywin.h
-rw-r--r-- 1 root root 20743 2004-11-12 11:10 /usr/include/wx-2.5/wx/listbase.h
-rw-r--r-- 1 root root 5676 2004-11-12 11:10 /usr/include/wx-2.5/wx/listbook.h
-rw-r--r-- 1 root root 5351 2004-11-12 11:10 /usr/include/wx-2.5/wx/listbox.h
-rw-r--r-- 1 root root 3173 2004-11-12 11:10 /usr/include/wx-2.5/wx/listctrl.h
-rw-r--r-- 1 root root 62970 2004-11-12 11:10 /usr/include/wx-2.5/wx/list.h
-rw-r--r-- 1 root root 1092 2004-11-12 11:10 /usr/include/wx-2.5/wx/listimpl.cpp
-rw-r--r-- 1 root root 20683 2004-11-12 11:10 /usr/include/wx-2.5/wx/log.h
-rw-r--r-- 1 root root 28774 2004-11-12 11:10 /usr/include/wx-2.5/wx/longlong.h
-rw-r--r-- 1 root root 1352 2004-11-12 11:10 /usr/include/wx-2.5/wx/math.h
-rw-r--r-- 1 root root 9002 2004-11-12 11:10 /usr/include/wx-2.5/wx/matrix.h
-rw-r--r-- 1 root root 538 2004-11-12 11:10 /usr/include/wx-2.5/wx/mdi.h
-rw-r--r-- 1 root root 574 2004-11-12 11:11 /usr/include/wx-2.5/wx/mediactrl.h
-rw-r--r-- 1 root root 2197 2004-11-12 11:10 /usr/include/wx-2.5/wx/memconf.h
-rw-r--r-- 1 root root 11306 2004-11-12 11:10 /usr/include/wx-2.5/wx/memory.h
-rw-r--r-- 1 root root 1518 2004-11-12 11:10 /usr/include/wx-2.5/wx/memtext.h
-rw-r--r-- 1 root root 17180 2004-11-12 11:10 /usr/include/wx-2.5/wx/menu.h
-rw-r--r-- 1 root root 6933 2004-11-12 11:10 /usr/include/wx-2.5/wx/menuitem.h
-rw-r--r-- 1 root root 1694 2004-11-12 11:10 /usr/include/wx-2.5/wx/metafile.h
-rw-r--r-- 1 root root 15079 2004-11-12 11:10 /usr/include/wx-2.5/wx/mimetype.h
-rw-r--r-- 1 root root 484 2004-11-12 11:10 /usr/include/wx-2.5/wx/minifram.h
-rw-r--r-- 1 root root 1874 2004-11-12 11:10 /usr/include/wx-2.5/wx/module.h
-rw-r--r-- 1 root root 1242 2004-11-12 11:10 /usr/include/wx-2.5/wx/msgdlg.h
-rw-r--r-- 1 root root 3604 2004-11-12 11:10 /usr/include/wx-2.5/wx/msgout.h
-rw-r--r-- 1 root root 2173 2004-11-12 11:10 /usr/include/wx-2.5/wx/mstream.h
-rw-r--r-- 1 root root 5611 2004-11-12 11:10 /usr/include/wx-2.5/wx/notebook.h
-rw-r--r-- 1 root root 637 2004-11-12 11:10 /usr/include/wx-2.5/wx/numdlg.h
-rw-r--r-- 1 root root 20868 2004-11-12 11:10 /usr/include/wx-2.5/wx/object.h
-rw-r--r-- 1 root root 6326 2004-11-12 11:10 /usr/include/wx-2.5/wx/ownerdrw.h
-
-rw-r--r-- 1 root root 636 2004-11-12 11:10 /usr/include/wx-2.5/wx/palette.h
-rw-r--r-- 1 root root 116 2004-11-12 11:10 /usr/include/wx-2.5/wx/panel.h
-rw-r--r-- 1 root root 3727 2004-11-12 11:10 /usr/include/wx-2.5/wx/paper.h
-rw-r--r-- 1 root root 508 2004-11-12 11:10 /usr/include/wx-2.5/wx/pen.h
-rw-r--r-- 1 root root 15142 2004-11-12 11:10 /usr/include/wx-2.5/wx/platform.h
-rw-r--r-- 1 root root 5381 2004-11-12 11:10 /usr/include/wx-2.5/wx/popupwin.h
-rw-r--r-- 1 root root 2852 2004-11-12 11:10 /usr/include/wx-2.5/wx/printdlg.h
-rw-r--r-- 1 root root 273 2004-11-12 11:10 /usr/include/wx-2.5/wx/print.h
-rw-r--r-- 1 root root 20635 2004-11-12 11:10 /usr/include/wx-2.5/wx/prntbase.h
-rw-r--r-- 1 root root 5796 2004-11-12 11:10 /usr/include/wx-2.5/wx/process.h
-rw-r--r-- 1 root root 125 2004-11-12 11:10 /usr/include/wx-2.5/wx/progdlg.h
-rw-r--r-- 1 root root 9594 2004-11-12 11:10 /usr/include/wx-2.5/wx/ptr_scpd.h
-rw-r--r-- 1 root root 2722 2004-11-12 11:10 /usr/include/wx-2.5/wx/quantize.h
-rw-r--r-- 1 root root 3281 2004-11-12 11:10 /usr/include/wx-2.5/wx/radiobox.h
-rw-r--r-- 1 root root 1522 2004-11-12 11:10 /usr/include/wx-2.5/wx/radiobut.h
-rw-r--r-- 1 root root 23484 2004-11-12 11:10 /usr/include/wx-2.5/wx/rawbmp.h
-rw-r--r-- 1 root root 5392 2004-11-12 11:10 /usr/include/wx-2.5/wx/regex.h
-rw-r--r-- 1 root root 597 2004-11-12 11:10 /usr/include/wx-2.5/wx/region.h
-rw-r--r-- 1 root root 10082 2004-11-12 11:10 /usr/include/wx-2.5/wx/renderer.h
-rw-r--r-- 1 root root 124 2004-11-12 11:11 /usr/include/wx-2.5/wx/sashwin.h
-rw-r--r-- 1 root root 4959 2004-11-12 11:10 /usr/include/wx-2.5/wx/sckaddr.h
-rw-r--r-- 1 root root 4562 2004-11-12 11:10 /usr/include/wx-2.5/wx/sckipc.h
-rw-r--r-- 1 root root 1792 2004-11-12 11:10 /usr/include/wx-2.5/wx/sckstrm.h
-rw-r--r-- 1 root root 9975 2004-11-12 11:10 /usr/include/wx-2.5/wx/scopeguard.h
-rw-r--r-- 1 root root 1877 2004-11-12 11:10 /usr/include/wx-2.5/wx/scrolbar.h
-rw-r--r-- 1 root root 8767 2004-11-12 11:10 /usr/include/wx-2.5/wx/scrolwin.h
-rw-r--r-- 1 root root 3834 2004-11-12 11:10 /usr/include/wx-2.5/wx/selstore.h
-rw-r--r-- 1 root root 6310 2004-11-12 11:10 /usr/include/wx-2.5/wx/settings.h
-rw-r--r-- 1 root root 26078 2004-11-12 11:10 /usr/include/wx-2.5/wx/sizer.h
-rw-r--r-- 1 root root 3994 2004-11-12 11:10 /usr/include/wx-2.5/wx/slider.h
-rw-r--r-- 1 root root 2416 2004-11-12 11:10 /usr/include/wx-2.5/wx/snglinst.h
-rw-r--r-- 1 root root 10045 2004-11-12 11:10 /usr/include/wx-2.5/wx/socket.h
-rw-r--r-- 1 root root 3136 2004-11-12 11:11 /usr/include/wx-2.5/wx/sound.h
-rw-r--r-- 1 root root 4214 2004-11-12 11:10 /usr/include/wx-2.5/wx/spinbutt.h
-rw-r--r-- 1 root root 2525 2004-11-12 11:10 /usr/include/wx-2.5/wx/spinctrl.h
-rw-r--r-- 1 root root 120 2004-11-12 11:11 /usr/include/wx-2.5/wx/splash.h
-rw-r--r-- 1 root root 1125 2004-11-12 11:10 /usr/include/wx-2.5/wx/splitter.h
-rw-r--r-- 1 root root 2717 2004-11-12 11:10 /usr/include/wx-2.5/wx/sstream.h
-rw-r--r-- 1 root root 977 2004-11-12 11:10 /usr/include/wx-2.5/wx/stack.h
-rw-r--r-- 1 root root 1824 2004-11-12 11:10 /usr/include/wx-2.5/wx/statbmp.h
-rw-r--r-- 1 root root 1157 2004-11-12 11:10 /usr/include/wx-2.5/wx/statbox.h
-rw-r--r-- 1 root root 3132 2004-11-12 11:10 /usr/include/wx-2.5/wx/statline.h
-rw-r--r-- 1 root root 990 2004-11-12 11:10 /usr/include/wx-2.5/wx/stattext.h
-rw-r--r-- 1 root root 5476 2004-11-12 11:10 /usr/include/wx-2.5/wx/statusbr.h
-rw-r--r-- 1 root root 3604 2004-11-12 11:10 /usr/include/wx-2.5/wx/stdpaths.h
-rw-r--r-- 1 root root 1446 2004-11-12 11:10 /usr/include/wx-2.5/wx/stockitem.h
-rw-r--r-- 1 root root 2826 2004-11-12 11:10 /usr/include/wx-2.5/wx/stopwatch.h
-rw-r--r-- 1 root root 10412 2004-11-12 11:10 /usr/include/wx-2.5/wx/strconv.h
-rw-r--r-- 1 root root 17733 2004-11-12 11:10 /usr/include/wx-2.5/wx/stream.h
-rw-r--r-- 1 root root 57683 2004-11-12 11:10 /usr/include/wx-2.5/wx/string.h
-rw-r--r-- 1 root root 1356 2004-11-12 11:10 /usr/include/wx-2.5/wx/sysopt.h
-rw-r--r-- 1 root root 511 2004-11-12 11:10 /usr/include/wx-2.5/wx/tabctrl.h
-rw-r--r-- 1 root root 109 2004-11-12 11:10 /usr/include/wx-2.5/wx/tab.h
-rw-r--r-- 1 root root 4390 2004-11-12 11:11 /usr/include/wx-2.5/wx/taskbar.h
-rw-r--r-- 1 root root 22538 2004-11-12 11:10 /usr/include/wx-2.5/wx/tbarbase.h
-rw-r--r-- 1 root root 7268 2004-11-12 11:10 /usr/include/wx-2.5/wx/textbuf.h
-rw-r--r-- 1 root root 19831 2004-11-12 11:10 /usr/include/wx-2.5/wx/textctrl.h
-rw-r--r-- 1 root root 671 2004-11-12 11:10 /usr/include/wx-2.5/wx/textdlg.h
-rw-r--r-- 1 root root 1948 2004-11-12 11:10 /usr/include/wx-2.5/wx/textfile.h
-rw-r--r-- 1 root root 1429 2004-11-12 11:10 /usr/include/wx-2.5/wx/tglbtn.h
-rw-r--r-- 1 root root 26859 2004-11-12 11:10 /usr/include/wx-2.5/wx/thread.h
-rw-r--r-- 1 root root 8338 2004-11-12 11:10 /usr/include/wx-2.5/wx/thrimpl.cpp
-rw-r--r-- 1 root root 5759 2004-11-12 11:10 /usr/include/wx-2.5/wx/timer.h
-rw-r--r-- 1 root root 3530 2004-11-12 11:11 /usr/include/wx-2.5/wx/tipdlg.h
-rw-r--r-- 1 root root 2899 2004-11-12 11:10 /usr/include/wx-2.5/wx/tipwin.h
-rw-r--r-- 1 root root 5022 2004-11-12 11:10 /usr/include/wx-2.5/wx/tokenzr.h
-rw-r--r-- 1 root root 5797 2004-11-12 11:10 /usr/include/wx-2.5/wx/toolbar.h
-rw-r--r-- 1 root root 498 2004-11-12 11:10 /usr/include/wx-2.5/wx/tooltip.h
-rw-r--r-- 1 root root 10668 2004-11-12 11:10 /usr/include/wx-2.5/wx/toplevel.h
-rw-r--r-- 1 root root 19186 2004-11-12 11:10 /usr/include/wx-2.5/wx/treebase.h
-rw-r--r-- 1 root root 919 2004-11-12 11:10 /usr/include/wx-2.5/wx/treectrl.h
-rw-r--r-- 1 root root 5083 2004-11-12 11:10 /usr/include/wx-2.5/wx/txtstrm.h
-rw-r--r-- 1 root root 2839 2004-11-12 11:10 /usr/include/wx-2.5/wx/types.h
-rw-r--r-- 1 root root 5001 2004-11-12 11:10 /usr/include/wx-2.5/wx/uri.h
-rw-r--r-- 1 root root 3126 2004-11-12 11:10 /usr/include/wx-2.5/wx/url.h
-rw-r--r-- 1 root root 19358 2004-11-12 11:10 /usr/include/wx-2.5/wx/utils.h
-rw-r--r-- 1 root root 2113 2004-11-12 11:10 /usr/include/wx-2.5/wx/valgen.h
-rw-r--r-- 1 root root 3218 2004-11-12 11:10 /usr/include/wx-2.5/wx/validate.h
-rw-r--r-- 1 root root 3556 2004-11-12 11:10 /usr/include/wx-2.5/wx/valtext.h
-rw-r--r-- 1 root root 9644 2004-11-12 11:10 /usr/include/wx-2.5/wx/variant.h
-rw-r--r-- 1 root root 4532 2004-11-12 11:10 /usr/include/wx-2.5/wx/vector.h
-rw-r--r-- 1 root root 2522 2004-11-12 11:10 /usr/include/wx-2.5/wx/version.h
-rw-r--r-- 1 root root 2349 2004-11-12 11:10 /usr/include/wx-2.5/wx/vidmode.h
-rw-r--r-- 1 root root 10203 2004-11-12 11:10 /usr/include/wx-2.5/wx/vlbox.h
-rw-r--r-- 1 root root 46018 2004-11-12 11:10 /usr/include/wx-2.5/wx/vms_x_fix.h
-rw-r--r-- 1 root root 3768 2004-11-12 11:10 /usr/include/wx-2.5/wx/volume.h
-rw-r--r-- 1 root root 7313 2004-11-12 11:10 /usr/include/wx-2.5/wx/vscroll.h
-rw-r--r-- 1 root root 1117 2004-11-12 11:11 /usr/include/wx-2.5/wx/wave.h
-rw-r--r-- 1 root root 4401 2004-11-12 11:10 /usr/include/wx-2.5/wx/wfstream.h
-rw-r--r-- 1 root root 56744 2004-11-12 11:10 /usr/include/wx-2.5/wx/window.h
-rw-r--r-- 1 root root 13032 2004-11-12 11:11 /usr/include/wx-2.5/wx/wizard.h
-rw-r--r-- 1 root root 41403 2004-11-12 11:10 /usr/include/wx-2.5/wx/wxchar.h
-rw-r--r-- 1 root root 2137 2004-11-12 11:10 /usr/include/wx-2.5/wx/wx.h
-rw-r--r-- 1 root root 766 2004-11-12 11:11 /usr/include/wx-2.5/wx/wxhtml.h
-rw-r--r-- 1 root root 1405 2004-11-12 11:10 /usr/include/wx-2.5/wx/wxprec.h
-rw-r--r-- 1 root root 1312 2004-11-12 11:10 /usr/include/wx-2.5/wx/xpmdecod.h
-rw-r--r-- 1 root root 384 2004-11-12 11:10 /usr/include/wx-2.5/wx/xpmhand.h
-rw-r--r-- 1 root root 82097 2004-11-12 11:10 /usr/include/wx-2.5/wx/xti.h
-rw-r--r-- 1 root root 18179 2004-11-12 11:10 /usr/include/wx-2.5/wx/xtistrm.h
-rw-r--r-- 1 root root 3563 2004-11-12 11:10 /usr/include/wx-2.5/wx/xtixml.h
-rw-r--r-- 1 root root 16977 2004-11-12 11:10 /usr/include/wx-2.5/wx/zipstrm.h
-rw-r--r-- 1 root root 2580 2004-11-12 11:10 /usr/include/wx-2.5/wx/zstream.h
/usr/include/wx-2.5/wx/animate:
total 24
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 12121 2004-11-12 11:11 animate.h
/usr/include/wx-2.5/wx/deprecated:
total 108
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 1654 2004-11-12 11:11 expr.h
-rw-r--r-- 1 root root 11803 2004-11-12 11:11 propform.h
-rw-r--r-- 1 root root 11091 2004-11-12 11:11 prop.h
-rw-r--r-- 1 root root 22753 2004-11-12 11:11 proplist.h
-rw-r--r-- 1 root root 9136 2004-11-12 11:11 resource.h
-rw-r--r-- 1 root root 1966 2004-11-12 11:11 setup.h
-rw-r--r-- 1 root root 6331 2004-11-12 11:11 tbarsmpl.h
-rw-r--r-- 1 root root 4850 2004-11-12 11:11 treelay.h
-rw-r--r-- 1 root root 10024 2004-11-12 11:11 wxexpr.h
/usr/include/wx-2.5/wx/fl:
total 188
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 2234 2004-11-12 11:11 antiflickpl.h
-rw-r--r-- 1 root root 5474 2004-11-12 11:11 bardragpl.h
-rw-r--r-- 1 root root 3646 2004-11-12 11:11 barhintspl.h
-rw-r--r-- 1 root root 1575 2004-11-12 11:11 cbcustom.h
-rw-r--r-- 1 root root 70604 2004-11-12 11:11 controlbar.h
-rw-r--r-- 1 root root 665 2004-11-12 11:11 dynbarhnd.h
-rw-r--r-- 1 root root 8872 2004-11-12 11:11 dyntbar.h
-rw-r--r-- 1 root root 1082 2004-11-12 11:11 dyntbarhnd.h
-rw-r--r-- 1 root root 1433 2004-11-12 11:11 fldefs.h
-rw-r--r-- 1 root root 3390 2004-11-12 11:11 frmview.h
-rw-r--r-- 1 root root 2241 2004-11-12 11:11 garbagec.h
-rw-r--r-- 1 root root 4061 2004-11-12 11:11 gcupdatesmgr.h
-rw-r--r-- 1 root root 3525 2004-11-12 11:11 hintanimpl.h
-rw-r--r-- 1 root root 6777 2004-11-12 11:11 newbmpbtn.h
-rw-r--r-- 1 root root 5714 2004-11-12 11:11 panedrawpl.h
-rw-r--r-- 1 root root 7370 2004-11-12 11:11 rowdragpl.h
-rw-r--r-- 1 root root 4017 2004-11-12 11:11 rowlayoutpl.h
-rw-r--r-- 1 root root 7905 2004-11-12 11:11 toolwnd.h
-rw-r--r-- 1 root root 2366 2004-11-12 11:11 updatesmgr.h
/usr/include/wx-2.5/wx/generic:
total 388
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 2034 2004-11-12 11:10 accel.h
-rw-r--r-- 1 root root 10486 2004-11-12 11:11 calctrl.h
-rw-r--r-- 1 root root 2246 2004-11-12 11:10 caret.h
-rw-r--r-- 1 root root 13183 2004-11-12 11:10 choicdgg.h
-rw-r--r-- 1 root root 3128 2004-11-12 11:11 colrdlgg.h
-rw-r--r-- 1 root root 5450 2004-11-12 11:10 dcpsg.h
-rw-r--r-- 1 root root 9797 2004-11-12 11:10 dirctrlg.h
-rw-r--r-- 1 root root 3101 2004-11-12 11:11 dirdlgg.h
-rw-r--r-- 1 root root 9398 2004-11-12 11:10 dragimgg.h
-rw-r--r-- 1 root root 1962 2004-11-12 11:11 fdrepdlg.h
-rw-r--r-- 1 root root 9664 2004-11-12 11:10 filedlgg.h
-rw-r--r-- 1 root root 2523 2004-11-12 11:10 fontdlgg.h
-rw-r--r-- 1 root root 4900 2004-11-12 11:11 gridctrl.h
-rw-r--r-- 1 root root 82266 2004-11-12 11:11 grid.h
-rw-r--r-- 1 root root 3419 2004-11-12 11:11 gridsel.h
-rw-r--r-- 1 root root 6530 2004-11-12 11:11 helpext.h
-rw-r--r-- 1 root root 3302 2004-11-12 11:10 imaglist.h
-rw-r--r-- 1 root root 7263 2004-11-12 11:11 laywin.h
-rw-r--r-- 1 root root 9991 2004-11-12 11:11 listctrl.h
-rw-r--r-- 1 root root 4401 2004-11-12 11:10 logg.h
-rw-r--r-- 1 root root 1425 2004-11-12 11:10 msgdlgg.h
-rw-r--r-- 1 root root 5202 2004-11-12 11:10 notebook.h
-rw-r--r-- 1 root root 2476 2004-11-12 11:10 numdlgg.h
-rw-r--r-- 1 root root 1813 2004-11-12 11:10 paletteg.h
-rw-r--r-- 1 root root 3024 2004-11-12 11:10 panelg.h
-rw-r--r-- 1 root root 2343 2004-11-12 11:10 printps.h
-rw-r--r-- 1 root root 7889 2004-11-12 11:10 prntdlgg.h
-rw-r--r-- 1 root root 4605 2004-11-12 11:10 progdlgg.h
-rw-r--r-- 1 root root 7939 2004-11-12 11:11 sashwin.h
-rw-r--r-- 1 root root 3199 2004-11-12 11:10 scrolwin.h
-rw-r--r-- 1 root root 5916 2004-11-12 11:10 spinctlg.h
-rw-r--r-- 1 root root 2697 2004-11-12 11:11 splash.h
-rw-r--r-- 1 root root 14841 2004-11-12 11:10 splitter.h
-rw-r--r-- 1 root root 3789 2004-11-12 11:11 statusbr.h
-rw-r--r-- 1 root root 11738 2004-11-12 11:11 tabg.h
-rw-r--r-- 1 root root 4082 2004-11-12 11:10 textdlgg.h
-rw-r--r-- 1 root root 1243 2004-11-12 11:10 timer.h
-rw-r--r-- 1 root root 21819 2004-11-12 11:10 treectlg.h
-rw-r--r-- 1 root root 4221 2004-11-12 11:11 wizard.h
/usr/include/wx-2.5/wx/gizmos:
total 52
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 7160 2004-11-12 11:11 dynamicsash.h
-rw-r--r-- 1 root root 2308 2004-11-12 11:11 editlbox.h
-rw-r--r-- 1 root root 257 2004-11-12 11:11 gizmos.h
-rw-r--r-- 1 root root 2328 2004-11-12 11:11 ledctrl.h
-rw-r--r-- 1 root root 5939 2004-11-12 11:11 multicell.h
-rw-r--r-- 1 root root 6443 2004-11-12 11:11 splittree.h
-rw-r--r-- 1 root root 3315 2004-11-12 11:11 statpict.h
/usr/include/wx-2.5/wx/gtk:
total 348
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 190 2004-11-12 11:11 accel.h
-rw-r--r-- 1 root root 2337 2004-11-12 11:10 app.h
-rw-r--r-- 1 root root 4645 2004-11-12 11:10 bitmap.h
-rw-r--r-- 1 root root 2324 2004-11-12 11:11 bmpbuttn.h
-rw-r--r-- 1 root root 2034 2004-11-12 11:11 brush.h
-rw-r--r-- 1 root root 2677 2004-11-12 11:11 button.h
-rw-r--r-- 1 root root 2301 2004-11-12 11:11 checkbox.h
-rw-r--r-- 1 root root 2147 2004-11-12 11:11 checklst.h
-rw-r--r-- 1 root root 3832 2004-11-12 11:11 choice.h
-rw-r--r-- 1 root root 2574 2004-11-12 11:11 clipbrd.h
-rw-r--r-- 1 root root 1731 2004-11-12 11:11 colordlg.h
-rw-r--r-- 1 root root 2951 2004-11-12 11:11 colour.h
-rw-r--r-- 1 root root 5330 2004-11-12 11:11 combobox.h
-rw-r--r-- 1 root root 3490 2004-11-12 11:11 control.h
-rw-r--r-- 1 root root 1480 2004-11-12 11:11 cursor.h
-rw-r--r-- 1 root root 2294 2004-11-12 11:11 dataform.h
-rw-r--r-- 1 root root 3193 2004-11-12 11:11 dataobj2.h
-rw-r--r-- 1 root root 1033 2004-11-12 11:11 dataobj.h
-rw-r--r-- 1 root root 5914 2004-11-12 11:11 dcclient.h
-rw-r--r-- 1 root root 4969 2004-11-12 11:11 dc.h
-rw-r--r-- 1 root root 1780 2004-11-12 11:11 dcmemory.h
-rw-r--r-- 1 root root 1370 2004-11-12 11:11 dcscreen.h
-rw-r--r-- 1 root root 2468 2004-11-12 11:11 dialog.h
-rw-r--r-- 1 root root 4126 2004-11-12 11:11 dnd.h
-rw-r--r-- 1 root root 1273 2004-11-12 11:11 filedlg.h
-rw-r--r-- 1 root root 1466 2004-11-12 11:11 fontdlg.h
-rw-r--r-- 1 root root 3203 2004-11-12 11:11 font.h
-rw-r--r-- 1 root root 3507 2004-11-12 11:11 frame.h
-rw-r--r-- 1 root root 3154 2004-11-12 11:11 gauge.h
-rw-r--r-- 1 root root 1046 2004-11-12 11:11 gdiobj.h
-rw-r--r-- 1 root root 6346 2004-11-12 11:11 glcanvas.h
-rw-r--r-- 1 root root 2099 2004-11-12 11:11 icon.h
-rw-r--r-- 1 root root 4964 2004-11-12 11:11 listbox.h
-rw-r--r-- 1 root root 7060 2004-11-12 11:11 mdi.h
-rw-r--r-- 1 root root 3166 2004-11-12 11:11 menu.h
-rw-r--r-- 1 root root 2689 2004-11-12 11:11 menuitem.h
-rw-r--r-- 1 root root 1982 2004-11-12 11:11 minifram.h
-rw-r--r-- 1 root root 1773 2004-11-12 11:11 msgdlg.h
-rw-r--r-- 1 root root 4608 2004-11-12 11:11 notebook.h
-rw-r--r-- 1 root root 2325 2004-11-12 11:11 pen.h
-rw-r--r-- 1 root root 1571 2004-11-12 11:11 popupwin.h
-rw-r--r-- 1 root root 5082 2004-11-12 11:11 radiobox.h
-rw-r--r-- 1 root root 2305 2004-11-12 11:11 radiobut.h
-rw-r--r-- 1 root root 5990 2004-11-12 11:11 region.h
-rw-r--r-- 1 root root 2862 2004-11-12 11:11 scrolbar.h
-rw-r--r-- 1 root root 6931 2004-11-12 11:11 scrolwin.h
-rw-r--r-- 1 root root 2497 2004-11-12 11:11 slider.h
-rw-r--r-- 1 root root 2080 2004-11-12 11:11 spinbutt.h
-rw-r--r-- 1 root root 2701 2004-11-12 11:11 spinctrl.h
-rw-r--r-- 1 root root 2073 2004-11-12 11:11 statbmp.h
-rw-r--r-- 1 root root 1775 2004-11-12 11:11 statbox.h
-rw-r--r-- 1 root root 1740 2004-11-12 11:11 statline.h
-rw-r--r-- 1 root root 2290 2004-11-12 11:11 stattext.h
-rw-r--r-- 1 root root 3294 2004-11-12 11:11 tbargtk.h
-rw-r--r-- 1 root root 7116 2004-11-12 11:11 textctrl.h
-rw-r--r-- 1 root root 4624 2004-11-12 11:11 tglbtn.h
-rw-r--r-- 1 root root 1131 2004-11-12 11:11 timer.h
-rw-r--r-- 1 root root 1596 2004-11-12 11:11 tooltip.h
-rw-r--r-- 1 root root 4182 2004-11-12 11:11 toplevel.h
-rw-r--r-- 1 root root 16779 2004-11-12 11:11 treectrl.h
-rw-r--r-- 1 root root 11607 2004-11-12 11:11 window.h
-rw-r--r-- 1 root root 4206 2004-11-12 11:11 win_gtk.h
/usr/include/wx-2.5/wx/html:
total 148
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 2605 2004-11-12 11:11 forcelnk.h
-rw-r--r-- 1 root root 4065 2004-11-12 11:11 helpctrl.h
-rw-r--r-- 1 root root 9271 2004-11-12 11:11 helpdata.h
-rw-r--r-- 1 root root 8236 2004-11-12 11:11 helpfrm.h
-rw-r--r-- 1 root root 23719 2004-11-12 11:11 htmlcell.h
-rw-r--r-- 1 root root 4536 2004-11-12 11:11 htmldefs.h
-rw-r--r-- 1 root root 2592 2004-11-12 11:11 htmlfilt.h
-rw-r--r-- 1 root root 9619 2004-11-12 11:11 htmlpars.h
-rw-r--r-- 1 root root 2015 2004-11-12 11:11 htmlproc.h
-rw-r--r-- 1 root root 5226 2004-11-12 11:11 htmltag.h
-rw-r--r-- 1 root root 13105 2004-11-12 11:11 htmlwin.h
-rw-r--r-- 1 root root 11083 2004-11-12 11:11 htmprint.h
-rw-r--r-- 1 root root 2671 2004-11-12 11:11 m_templ.h
-rw-r--r-- 1 root root 9196 2004-11-12 11:11 winpars.h
/usr/include/wx-2.5/wx/mmedia:
total 92
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 2221 2004-11-12 11:11 cdbase.h
-rw-r--r-- 1 root root 1337 2004-11-12 11:11 cdunix.h
-rw-r--r-- 1 root root 1368 2004-11-12 11:11 cdwin.h
-rw-r--r-- 1 root root 1209 2004-11-12 11:11 sndaiff.h
-rw-r--r-- 1 root root 5578 2004-11-12 11:11 sndbase.h
-rw-r--r-- 1 root root 796 2004-11-12 11:11 sndcodec.h
-rw-r--r-- 1 root root 1487 2004-11-12 11:11 sndcpcm.h
-rw-r--r-- 1 root root 1485 2004-11-12 11:11 sndesd.h
-rw-r--r-- 1 root root 4046 2004-11-12 11:11 sndfile.h
-rw-r--r-- 1 root root 2139 2004-11-12 11:11 sndg72x.h
-rw-r--r-- 1 root root 2856 2004-11-12 11:11 sndmsad.h
-rw-r--r-- 1 root root 1331 2004-11-12 11:11 sndoss.h
-rw-r--r-- 1 root root 1549 2004-11-12 11:11 sndpcm.h
-rw-r--r-- 1 root root 1701 2004-11-12 11:11 sndulaw.h
-rw-r--r-- 1 root root 2115 2004-11-12 11:11 sndwav.h
-rw-r--r-- 1 root root 1873 2004-11-12 11:11 sndwin.h
-rw-r--r-- 1 root root 3326 2004-11-12 11:11 vidbase.h
-rw-r--r-- 1 root root 2978 2004-11-12 11:11 vidwin.h
-rw-r--r-- 1 root root 3765 2004-11-12 11:11 vidxanm.h
/usr/include/wx-2.5/wx/ogl:
total 148
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 29992 2004-11-12 11:11 basic.h
-rw-r--r-- 1 root root 7629 2004-11-12 11:11 basicp.h
-rw-r--r-- 1 root root 1300 2004-11-12 11:11 bmpshape.h
-rw-r--r-- 1 root root 3272 2004-11-12 11:11 canvas.h
-rw-r--r-- 1 root root 8555 2004-11-12 11:11 composit.h
-rw-r--r-- 1 root root 2795 2004-11-12 11:11 constrnt.h
-rw-r--r-- 1 root root 1868 2004-11-12 11:11 divided.h
-rw-r--r-- 1 root root 8523 2004-11-12 11:11 drawn.h
-rw-r--r-- 1 root root 6250 2004-11-12 11:11 drawnp.h
-rw-r--r-- 1 root root 12470 2004-11-12 11:11 lines.h
-rw-r--r-- 1 root root 2837 2004-11-12 11:11 linesp.h
-rw-r--r-- 1 root root 9661 2004-11-12 11:11 mfutils.h
-rw-r--r-- 1 root root 4938 2004-11-12 11:11 misc.h
-rw-r--r-- 1 root root 3868 2004-11-12 11:11 ogldiag.h
-rw-r--r-- 1 root root 1356 2004-11-12 11:11 ogl.h
/usr/include/wx-2.5/wx/plot:
total 64
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 334 2004-11-12 11:11 plot_dwn.bmp
-rw-r--r-- 1 root root 358 2004-11-12 11:11 plot_enl.bmp
-rw-r--r-- 1 root root 21245 2004-11-12 11:11 plot.h
-rw-r--r-- 1 root root 358 2004-11-12 11:11 plot_shr.bmp
-rw-r--r-- 1 root root 334 2004-11-12 11:11 plot_up.bmp
-rw-r--r-- 1 root root 334 2004-11-12 11:11 plot_zin.bmp
-rw-r--r-- 1 root root 334 2004-11-12 11:11 plot_zot.bmp
-rw-r--r-- 1 root root 347 2004-11-12 11:11 wxplot.rc
/usr/include/wx-2.5/wx/protocol:
total 32
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 1083 2004-11-12 11:10 file.h
-rw-r--r-- 1 root root 5830 2004-11-12 11:10 ftp.h
-rw-r--r-- 1 root root 2261 2004-11-12 11:10 http.h
-rw-r--r-- 1 root root 3879 2004-11-12 11:10 protocol.h
/usr/include/wx-2.5/wx/stc:
total 124
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 107332 2004-11-12 11:11 stc.h
/usr/include/wx-2.5/wx/svg:
total 24
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 11131 2004-11-12 11:11 dcsvg.h
/usr/include/wx-2.5/wx/unix:
total 72
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 1853 2004-11-12 11:10 apptbase.h
-rw-r--r-- 1 root root 1649 2004-11-12 11:10 apptrait.h
-rw-r--r-- 1 root root 1256 2004-11-12 11:10 displayx11.h
-rw-r--r-- 1 root root 2448 2004-11-12 11:10 execute.h
-rw-r--r-- 1 root root 1238 2004-11-12 11:10 fontutil.h
-rw-r--r-- 1 root root 3874 2004-11-12 11:10 gsockunx.h
-rw-r--r-- 1 root root 2746 2004-11-12 11:11 joystick.h
-rw-r--r-- 1 root root 8072 2004-11-12 11:10 mimetype.h
-rw-r--r-- 1 root root 2732 2004-11-12 11:10 pipe.h
-rw-r--r-- 1 root root 4943 2004-11-12 11:11 sound.h
-rw-r--r-- 1 root root 1782 2004-11-12 11:10 stdpaths.h
-rw-r--r-- 1 root root 1203 2004-11-12 11:11 taskbarx11.h
-rw-r--r-- 1 root root 1537 2004-11-12 11:10 utilsx11.h
/usr/include/wx-2.5/wx/xml:
total 24
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 8271 2004-11-12 11:10 xml.h
/usr/include/wx-2.5/wx/xrc:
total 184
drwxr-xr-x 2 root root 4096 2005-04-03 11:15 .
drwxr-xr-x 18 root root 8192 2005-04-03 12:14 ..
-rw-r--r-- 1 root root 1578 2004-11-12 11:11 xh_all.h
-rw-r--r-- 1 root root 916 2004-11-12 11:11 xh_bmpbt.h
-rw-r--r-- 1 root root 1093 2004-11-12 11:11 xh_bmp.h
-rw-r--r-- 1 root root 852 2004-11-12 11:11 xh_bttn.h
-rw-r--r-- 1 root root 873 2004-11-12 11:11 xh_cald.h
-rw-r--r-- 1 root root 941 2004-11-12 11:11 xh_chckb.h
-rw-r--r-- 1 root root 967 2004-11-12 11:11 xh_chckl.h
-rw-r--r-- 1 root root 938 2004-11-12 11:11 xh_choic.h
-rw-r--r-- 1 root root 973 2004-11-12 11:11 xh_combo.h
-rw-r--r-- 1 root root 846 2004-11-12 11:11 xh_dlg.h
-rw-r--r-- 1 root root 864 2004-11-12 11:11 xh_frame.h
-rw-r--r-- 1 root root 987 2004-11-12 11:11 xh_gauge.h
-rw-r--r-- 1 root root 920 2004-11-12 11:11 xh_gdctl.h
-rw-r--r-- 1 root root 937 2004-11-12 11:11 xh_html.h
-rw-r--r-- 1 root root 977 2004-11-12 11:11 xh_listb.h
-rw-r--r-- 1 root root 867 2004-11-12 11:11 xh_listc.h
-rw-r--r-- 1 root root 1150 2004-11-12 11:11 xh_menu.h
-rw-r--r-- 1 root root 957 2004-11-12 11:11 xh_notbk.h
-rw-r--r-- 1 root root 854 2004-11-12 11:11 xh_panel.h
-rw-r--r-- 1 root root 954 2004-11-12 11:11 xh_radbt.h
-rw-r--r-- 1 root root 972 2004-11-12 11:11 xh_radbx.h
-rw-r--r-- 1 root root 1011 2004-11-12 11:11 xh_scrol.h
-rw-r--r-- 1 root root 914 2004-11-12 11:11 xh_scwin.h
-rw-r--r-- 1 root root 1650 2004-11-12 11:11 xh_sizer.h
-rw-r--r-- 1 root root 1048 2004-11-12 11:11 xh_slidr.h
-rw-r--r-- 1 root root 1448 2004-11-12 11:11 xh_spin.h
-rw-r--r-- 1 root root 920 2004-11-12 11:11 xh_split.h
-rw-r--r-- 1 root root 857 2004-11-12 11:11 xh_statbar.h
-rw-r--r-- 1 root root 884 2004-11-12 11:11 xh_stbmp.h
-rw-r--r-- 1 root root 868 2004-11-12 11:11 xh_stbox.h
-rw-r--r-- 1 root root 902 2004-11-12 11:11 xh_stlin.h
-rw-r--r-- 1 root root 876 2004-11-12 11:11 xh_sttxt.h
-rw-r--r-- 1 root root 878 2004-11-12 11:11 xh_text.h
-rw-r--r-- 1 root root 938 2004-11-12 11:11 xh_tglbtn.h
-rw-r--r-- 1 root root 979 2004-11-12 11:11 xh_toolb.h
-rw-r--r-- 1 root root 857 2004-11-12 11:11 xh_tree.h
-rw-r--r-- 1 root root 886 2004-11-12 11:11 xh_unkwn.h
-rw-r--r-- 1 root root 988 2004-11-12 11:11 xh_wizrd.h
-rw-r--r-- 1 root root 17910 2004-11-12 11:11 xmlres.h
-
Originally posted by stefanero
you wx-install is still brocken...remove it and compile again... or did you use rpms?
can you post also
ls -la /usr/bin/wx*
AND
ls -la /usr/local/bin/wx*
thxn
what was your post about!? did you read what I wrote?
-
Originally posted by IvoFlavio
Np, i only want put that ok ;)
ls -la /usr/bin/wx*
-rwxr-xr-x 1 root root 377192 2005-02-09 18:00 /usr/bin/wxcas
------------------------------------------------------------------
ls -la /usr/local/bin/wx*
lrwxrwxrwx 1 root root 49 2005-04-03 15:18 /usr/local/bin/wx-config -> /usr/local/lib/wx/config/x11univ-ansi-release-2.5
lrwxrwxrwx 1 root root 8 2005-04-03 15:18 /usr/local/bin/wxrc -> wxrc-2.5
-rwxr-xr-x 1 root root 79260 2005-04-03 15:18 /usr/local/bin/wxrc-2.5
----------------------------------------------------------------------------------
But i have on /usr/include/wx-2.5/wx/*
But ok ;)
Ty
??? I post here..
-
well I figured you removed and installed and so somethings changed....
ok, all I can tell ya is to recompile wxGTK again, since your wx-install is NOT correct. I think you somehow disabled gtk in your wx-configure...looking at your link
/usr/local/lib/wx/config/x11univ-ansi-release-2.5
check
http://www.amule.org/wiki/index.php/How_to_uninstall_wxWidgets
on howto remove it first!!
and tehn compile with
./configure --disable-gtk2 --with-gtk --prefix=/usr/
and check that it compiled against gtk in the summary at the end
then type make and as root make install
-
Ok i make that..
debian:/home/terminal/wxWidgets-2.5.4# rm -f /usr/bin/wx*
debian:/home/terminal/wxWidgets-2.5.4# rm -rf /usr/lib/wx
debian:/home/terminal/wxWidgets-2.5.4# rm -f /usr/lib/libwx*
debian:/home/terminal/wxWidgets-2.5.4# rm -f /usr/local/bin/wx*
debian:/home/terminal/wxWidgets-2.5.4# rm -rf /usr/local/lib/wx
debian:/home/terminal/wxWidgets-2.5.4# rm -f /usr/local/lib/libwx*
debian:/home/terminal/wxWidgets-2.5.4# ldconfig
debian:/home/terminal/wxWidgets-2.5.4# ./configure --disable-gtk2 --with-gtk --prefix=/usr/
-
now i trye wxWidgets-2.5.4 and i tryto compile and i have 1 error
i type make and:
o coredll_dcpsg.o coredll_dirctrlg.o coredll_dragimgg.o coredll_listbkg.o coredll_logg.o coredll_numdlgg.o coredll_panelg.o coredll_progdlgg.o coredll_printps.o coredll_renderg.o coredll_scrlwing.o coredll_selstore.o coredll_spinctlg.o coredll_splitter.o coredll_textdlgg.o coredll_tipwin.o coredll_treectlg.o coredll_vlbox.o coredll_vscroll.o -Llib -pthread -L/usr/X11R6/lib -Llib -Wl,-soname,libwx_gtk_core-2.5.so.4 -pthread -L/usr/X11R6/lib -Wl,--version-script,version-script -lz -ldl -lm -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lgthread -lglib -lpthread -ldl -lXi -lXext -lX11 -lm -lXinerama -lXxf86vm -lpng -lz -ljpeg -ltiff -lwx_base-2.5
coredll_utilsgtk.o(.text+0x20): In function `wxSetDetectableAutoRepeat(bool)':
: multiple definition of `wxSetDetectableAutoRepeat(bool)'
coredll_utilscmn.o(.text+0x1690): first defined here
/usr/bin/ld: Warning: size of symbol `wxSetDetectableAutoRepeat(bool)' changed from 10 in coredll_utilscmn.o to 67 in coredll_utilsgtk.o
coredll_filedlg.o(.bss+0x0): multiple definition of `wxFileDialog::ms_classInfo'
coredll_filedlgg.o(.bss+0x23c): first defined here
coredll_filedlg.o(.text+0x0): In function `wxFileDialog::GetClassInfo() const':
: multiple definition of `wxFileDialog::GetClassInfo() const'
coredll_filedlgg.o(.text+0xdc70): first defined here
coredll_filedlg.o(.text+0x20): In function `wxFileDialog::wxCreateObject()':
: multiple definition of `wxFileDialog::wxCreateObject()'
coredll_filedlgg.o(.text+0xdc90): first defined here
/usr/bin/ld: Warning: size of symbol `wxFileDialog::wxCreateObject()' changed from 615 in coredll_filedlgg.o to 372 in coredll_filedlg.o
coredll_scrlwing.o(.bss+0x0): multiple definition of `wxScrolledWindow::ms_classInfo'
coredll_scrolwin.o(.bss+0x140): first defined here
coredll_scrlwing.o(.text+0x0): In function `wxScrolledWindow::GetClassInfo() const':
: multiple definition of `wxScrolledWindow::GetClassInfo() const'
coredll_scrolwin.o(.text+0x40): first defined here
coredll_spinctlg.o(.bss+0xb0): multiple definition of `wxSpinCtrl::ms_classInfo'
coredll_spinctrl.o(.bss+0x0): first defined here
coredll_spinctlg.o(.text+0x80): In function `wxSpinCtrl::GetClassInfo() const':
: multiple definition of `wxSpinCtrl::GetClassInfo() const'
coredll_spinctrl.o(.text+0x2c0): first defined here
coredll_spinctlg.o(.text+0xa0): In function `wxSpinCtrl::wxCreateObject()':
: multiple definition of `wxSpinCtrl::wxCreateObject()'
coredll_spinctrl.o(.text+0x2e0): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::wxCreateObject()' changed from 98 in coredll_spinctrl.o to 424 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x270): In function `wxSpinCtrl::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, int, int, int, wxString const&)':
: multiple definition of `wxSpinCtrl::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, int, int, int, wxString const&)'
coredll_spinctrl.o(.text+0x390): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::Create(wxWindow*, int, wxString const&, wxPoint const&, wxSize const&, long, int, int, int, wxString const&)' changed from 343 in coredll_spinctrl.o to 1848 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0xd40): In function `wxSpinCtrl::DoGetBestSize() const':
: multiple definition of `wxSpinCtrl::DoGetBestSize() const'
coredll_spinctrl.o(.text+0xd20): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::DoGetBestSize() const' changed from 108 in coredll_spinctrl.o to 208 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x1120): In function `wxSpinCtrl::GetMin() const':
: multiple definition of `wxSpinCtrl::GetMin() const'
coredll_spinctrl.o(.text+0x650): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::GetMin() const' changed from 105 in coredll_spinctrl.o to 45 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x1150): In function `wxSpinCtrl::GetMax() const':
: multiple definition of `wxSpinCtrl::GetMax() const'
coredll_spinctrl.o(.text+0x6c0): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::GetMax() const' changed from 105 in coredll_spinctrl.o to 45 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x10f0): In function `wxSpinCtrl::GetValue() const':
: multiple definition of `wxSpinCtrl::GetValue() const'
coredll_spinctrl.o(.text+0x730): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::GetValue() const' changed from 129 in coredll_spinctrl.o to 45 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x1270): In function `wxSpinCtrl::SetValue(int)':
: multiple definition of `wxSpinCtrl::SetValue(int)'
coredll_spinctrl.o(.text+0x850): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::SetValue(int)' changed from 175 in coredll_spinctrl.o to 96 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x12d0): In function `wxSpinCtrl::SetValue(wxString const&)':
: multiple definition of `wxSpinCtrl::SetValue(wxString const&)'
coredll_spinctrl.o(.text+0x7c0): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::SetValue(wxString const&)' changed from 143 in coredll_spinctrl.o to 184 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x1390): In function `wxSpinCtrl::SetRange(int, int)':
: multiple definition of `wxSpinCtrl::SetRange(int, int)'
coredll_spinctrl.o(.text+0x950): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::SetRange(int, int)' changed from 219 in coredll_spinctrl.o to 50 in coredll_spinctlg.o
coredll_spinctlg.o(.text+0x13d0): In function `wxSpinCtrl::SetSelection(long, long)':
: multiple definition of `wxSpinCtrl::SetSelection(long, long)'
coredll_spinctrl.o(.text+0x900): first defined here
/usr/bin/ld: Warning: size of symbol `wxSpinCtrl::SetSelection(long, long)' changed from 78 in coredll_spinctrl.o to 50 in coredll_spinctlg.o
collect2: ld returned 1 exit status
make: *** [lib/libwx_gtk_core-2.5.so.4.0.0] Error 1
-
sure you are running linux? :P
anyways...was this a clean tarball or did you use the same one as you did when you compiled wxGTK2.5.4 the LAST time?
if so use a clean tar.gz and unpack it someplace else, or do a make clean in the direcotory, and tehn run configure and make again...
-
Yes, i run debian
I make that i remove all.. and next i compile i no error..
i install wxgtk.2.5.4 with no problem and amule-cvs the same all fine, but i try run amule and i have 1 error.... this:
------------------------------------------------------------------------------------------------------------------------------------------------------------------- $ amule &
amule: error while loading shared libraries: libwx_gtk2u_xrc-2.5.so.3: cannot open shared object file: No such file or directory
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Now what is the problem??? grr i hate amule :| i 6 days i try install it and he dont run.. omg
-
well if you would have a little knowlegde in the things you are doing this would have been much easier ;)
a "make clean" is a standart linux command for example
anyways
add!
/usr/local/lib
to
/etc/ld.so.conf
and then run
/sbin/ldconfig
this is also really basic linux stuff, so maybe try to find a "getting started guid" for linux...
after you ran ldconfig try restart amule, should work now
stefanero
-
Sorry i dont under stand..
u want i go to this 3 files whit vi or something ans i put this line " /usr/local/lib " is that?
-
nope you open the file
/etc/ld.so.conf
and put in the end
/usr/local/lib
then you run the programm
/sbin/ldconfig
and it will rehash the new libs, after that
restart amule...
-
/usr/X11R6/lib
/usr/lib/atlas
/usr/lib
/usr/local/lib
I save and next i make updatedb, and i run amule all the same.. :
amule: error while loading shared libraries: libwx_gtk2u_xrc-2.5.so.3: cannot open shared object file: No such file or directory
I make locate libwx_gtk2u_xrc-2.5.so.3 and he dont found nothing.. :/ bah.. i dontunderstay wtf is going on..
-
what is updatedb??
/sbin/ldconfig !!!!
if still dotn work do a
find / -name libwx_gtk2u_xrc-2.5.so.3
and show me where it is....
-
Yes i make i reboot on my pc, and the same :
debian:/home/terminal/gaim/gaim# find / -name libwx_gtk2u_xrc-2.5.so.3
debian:/home/terminal/gaim/gaim#
----------------------------------------------------------------------------------------------------------------------
i thing he found nothing :( give me some help :|
-
i found nothing :(
-
*he..
-
well I wonder how you compiled wxGTK and then aMule without that lib
it should be twice on your system
-1st in teh folder where you did the configure, make ans so on
-2nd in /usr/local/lib/wx* where you insatlled it to...
since I have no clue what you are doing, with your system I cant help ya...all I can tell you is the step it works
download wxGTK-2.5.4
./configure
make
as root make install
download amule-cvs
./configure
make
as root make install
after configure of course teh flags you like....
-
I install wxGTK-2.5.4 and amule-cvs in the /usr/local/lib/wx is that?
ty man :)
-
well wxGTK should end up in
/usr/local/lib/wx
and also the file we searched 2-3 posts above
amule-cvs shoudl be in the end in
/usr/local/bin
-
cd /usr/local/lib/wx
bash: cd: /usr/local/lib/wx: No such file or directory
-----------------------------------------------------------------------------------
/usr/local/bin/amule
bash: /usr/local/bin/amule: No such file or directory
-------------------------------------------------------------------------------------
He dont found any dir.. :| but what is the problem? i cant download the lib and put
this lib :
amule: error while loading shared libraries: libwx_gtk2u_xrc-2.5.so.3: cannot open shared object file: No such file or directoryon /lib ? the lib ..
thanks man
-
welll simple answer
its not installed...
and you are probably starting amule which you had compiled a couple days before.
reinstall wxGTK-2.5.5!!
-
Yes, all is fine, ty u man
i resolve my trooble with:
./configure --with-wx-config=/usr/local/bin/wx-config
now amule run withou no problem :D :D :D
thanks
-
good to know ;)
took quite some but, but what counts is the result...have fun :)