aMule Bug Tracker - aMule
View Issue Details
0000539aMuleMiscpublic2005-08-17 17:002005-08-18 17:07
bsdice 
Kry 
normalmajoralways
resolvedfixed 
SVN 
SVN 
0000539: Unknown function GetToolPos
Make on latest CVS tarball fails because 'GetToolPos' is unknown. If there is a public svn repos please make it known in Wiki and forum because I could not find it. Thx.
env \
        CFLAGS="-O2 -march=pentium3" \
        CXXFLAGS="-O2 -march=pentium3" \
        LDFLAGS="-s" \
                nice -n 19 ./configure \
                --prefix=/usr/local/amule \
                --disable-dependency-tracking \
                --enable-optimise \
                --enable-static \
                --disable-debug \
                --disable-systray \
                --disable-amulecmd \
                --disable-amulecmdgui \
                --disable-amule-daemon \
                --disable-webserver \
                --disable-webservergui \
                --disable-cas \
                --disable-wxcas \
                --disable-amule-gui \
                --disable-nls \
                --enable-kad-compile

amuleDlg.cpp: In member function `void CamuleDlg::SetMessagesTool()':
amuleDlg.cpp:1106: error: `GetToolPos' undeclared (first use this function)
amuleDlg.cpp:1106: error: (Each undeclared identifier is reported only once for
   each function it appears in.)
make[4]: *** [amule-amuleDlg.o] Error 1
No tags attached.
Issue History
2005-08-17 17:00bsdiceNew Issue
2005-08-17 18:53KryNote Added: 0001235
2005-08-17 18:53KryStatusnew => assigned
2005-08-17 18:53KryAssigned To => Kry
2005-08-17 19:00bsdiceNote Added: 0001237
2005-08-18 17:06KryNote Added: 0001240
2005-08-18 17:07KryStatusassigned => resolved
2005-08-18 17:07KryFixed in Version => CVS
2005-08-18 17:07KryResolutionopen => fixed

Notes
(0001235)
Kry   
2005-08-17 18:53   
Which wx version are you using?
(0001237)
bsdice   
2005-08-17 19:00   
This happens on Debian testing. Versions of wx:

$dpkg -l | grep -i wx
ii libwxbase2.4 2.4.3.1 wxBase library (runtime) - non-GUI support c
ii libwxbase2.4-d 2.4.3.1 wxBase library (development) - non-GUI suppo
ii libwxgtk2.4 2.4.3.1 wxWindows Cross-platform C++ GUI toolkit (GT
ii libwxgtk2.4-de 2.4.3.1 wxWindows Cross-platform C++ GUI toolkit (GT
ii libwxgtk2.4-py 2.4.3.1 wxWindows Cross-platform C++ GUI toolkit (wx
ii wxwin2.4-heade 2.4.3.1 wxWindows Cross-platform C++ GUI toolkit (he

There is 2.4.4 available, I wasn't aware amule-cvs brakes with older wx.
(0001240)
Kry   
2005-08-18 17:06   
Shouldn't break, so I kinnda fixed it. Will be ok on next tarball.