aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: aMule-CVS-20050319  (Read 3277 times)

snac

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 34
aMule-CVS-20050319
« on: March 19, 2005, 10:18:35 AM »

I have this problem

Code: [Select]
In file included from amule.cpp:97:
FriendList.h:67:10: warning: #warning THIS MUST BE MADE PRIVATE AFTER EC IS CODED
amule.cpp: In member function `void CamuleApp::OnAssert(const wxChar*, int, const wxChar*, const wxChar*)':
amule.cpp:1321: error: 'class wxApp' has no member named 'OnAssert'
make[4]: *** [amule-amule.o] Error 1
make[4]: Leaving directory `/home/admin/rpmbuild/BUILD/amule-cvs/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/admin/rpmbuild/BUILD/amule-cvs/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/admin/rpmbuild/BUILD/amule-cvs/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/admin/rpmbuild/BUILD/amule-cvs'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.9279 (%build)

I have bit look the source code of amule.cpp at 1321 line

Code: [Select]
{
if ( wxThread::IsMain() ) {
AMULE_APP_BASE::OnAssert( file, line, cond, msg );
} else {
wxString errmsg = CFormat( wxT("%s:%d: Assertion '%s' failed. %s\n") )
% file % line % cond % ( msg ? msg : wxT("") );

printf("%s\n", unicode2char( errmsg ));

raise( SIGABRT );
}
}

This are my wx
wxBase-2.4.2-1
wxGTK-devel-2.4.2-1
wxGTK-2.4.2-1

P.S.
I have compilated CVS20050317 with no errors and run fine.  ?(
« Last Edit: March 19, 2005, 10:57:11 AM by snac »
Logged
Desktop:: AMD Barton 2600 + ArchLinux Heavy Modded + KDE 3.4.1 + aMule 2.0.3
Portable:: Ibook G4 - 1,25Ghz - OSX 10.3.9
Linux User Nr.372724

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: aMule-CVS-20050319
« Reply #1 on: March 19, 2005, 03:03:52 PM »

snac,

Sorry, someone broke CVS compilation again! X(

Please, try again tomorrow.

Cheers!
Logged

Xaignar

  • Admin and Code Junky
  • Hero Member
  • *****
  • Karma: 19
  • Offline Offline
  • Posts: 1103
Re: aMule-CVS-20050319
« Reply #2 on: March 19, 2005, 10:36:47 PM »

Sorry about that, seems that OnAssert is only defined for debug builds.
Logged

phoenix

  • Evil respawning bird from aMule Dev Team
  • Developer
  • Hero Member
  • *****
  • Karma: 44
  • Offline Offline
  • Posts: 2503
  • The last shadow you'll ever see
Re: aMule-CVS-20050319
« Reply #3 on: March 19, 2005, 11:29:31 PM »

Hey, no problem. But we have been really unlucky, two cvs tarballs broken in a row...

Lets hope tomorrow cvs is normal again.

Cheers!
Logged