aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMuleCVS-20050315 and todays CVS wx fails on OS X  (Read 2483 times)

HipHopPunkSuperStar

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 31
aMuleCVS-20050315 and todays CVS wx fails on OS X
« on: March 15, 2005, 11:40:29 PM »

compilation failed with this:
Code: [Select]
fi
In file included from /usr/local/include/wx-2.5/wx/mac/bitmap.h:4,
                 from /usr/local/include/wx-2.5/wx/bitmap.h:181,
                 from /usr/local/include/wx-2.5/wx/mac/carbon/cursor.h:19,
                 from /usr/local/include/wx-2.5/wx/mac/cursor.h:4,
                 from /usr/local/include/wx-2.5/wx/cursor.h:17,
                 from /usr/local/include/wx-2.5/wx/event.h:32,
                 from /usr/local/include/wx-2.5/wx/taskbar.h:8,
                 from MuleTrayIcon.h:49,
                 from MuleTrayIcon.cpp:27:
/usr/local/include/wx-2.5/wx/mac/carbon/bitmap.h: In copy constructor `wxBitmap::wxBitmap(const wxBitmap&)':
/usr/local/include/wx-2.5/wx/mac/carbon/bitmap.h:113: warning: base class `class wxBitmapBase' should be explicitly initialized in the copy constructor
In file included from /usr/local/include/wx-2.5/wx/mac/icon.h:4,
                 from /usr/local/include/wx-2.5/wx/icon.h:19,
                 from MuleTrayIcon.h:50,
                 from MuleTrayIcon.cpp:27:
/usr/local/include/wx-2.5/wx/mac/carbon/icon.h: In copy constructor `wxIcon::wxIcon(const wxIcon&)':
/usr/local/include/wx-2.5/wx/mac/carbon/icon.h:29: warning: base class `class wxGDIObject' should be explicitly initialized in the copy constructor
MuleTrayIcon.cpp: In member function `void CMuleTrayIcon::SetTrayIcon(int, unsigned int)':
MuleTrayIcon.cpp:259: error: `SetMask' undeclared (first use this function)
MuleTrayIcon.cpp:259: error: (Each undeclared identifier is reported only once for each function it appears in.)
make[4]: *** [amule-MuleTrayIcon.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

with this ./configure --options:
Code: [Select]
./configure --disable-systray --disable-gtk --with-wx-config=/usr/local/bin/wx-config --enable-debug --disable-optimise --enable-amule-daemon --enable-amulecmd --enable-webserver
On Mac OS X 10.3.7
« Last Edit: March 15, 2005, 11:42:29 PM by HipHopPunkSuperStar »
Logged

Kry

  • Ex-developer
  • Retired admin
  • Hero Member
  • *****
  • Karma: -665
  • Offline Offline
  • Posts: 5795
Re: aMuleCVS-20050315 and todays CVS wx fails on OS X
« Reply #1 on: March 15, 2005, 11:54:29 PM »

Fixed and commited. Today's CVS will be ok.
Logged