aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Cannot build Feb 21 CVS  (Read 2073 times)

Ramiro

  • Jr. Member
  • **
  • Karma: 1
  • Offline Offline
  • Posts: 71
Cannot build Feb 21 CVS
« on: February 21, 2007, 03:36:28 PM »

Hi,
it seems I can't build today's CVS:

if g++ -DHAVE_CONFIG_H -I. -I. -I../../../..    -I/usr/local/lib/wx/include/base -unicode-release-2.8 -I/usr/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE _FILES -D_LARGEFILE_SOURCE=1 -DwxUSE_GUI=0 -pthread -I../../../../src -I../../.. /../src/libs -DUSE_EMBEDDED_CRYPTO -W -Wall -Wshadow -Wundef -O2  -DUSE_WX_EXTEN SIONS -MT libec_a-ECSpecialTags.o -MD -MP -MF ".deps/libec_a-ECSpecialTags.Tpo" -c -o libec_a-ECSpecialTags.o `test -f 'ECSpecialTags.cpp' || echo './'`ECSpecia lTags.cpp; \
        then mv -f ".deps/libec_a-ECSpecialTags.Tpo" ".deps/libec_a-ECSpecialTag s.Po"; else rm -f ".deps/libec_a-ECSpecialTags.Tpo"; exit 1; fi
In file included from ECSpecialTags.cpp:28:
ECSpecialTags.h:28:2: warning: #warning Kry - Preferences packet derived from pa cket, and that's ok, but shouldn't be here because this is a tag file and forces  a stupid include
/usr/local/include/wx-2.8/wx/hashmap.h: In member function 'wxLongToLongHashMap_ wxImplementation_HashTable::Node** wxLongToLongHashMap_wxImplementation_HashTabl e::GetNodePtr(const long int&) const':
/usr/local/include/wx-2.8/wx/hashmap.h:714: warning: dereferencing type-punned p ointer will break strict-aliasing rules
/usr/local/include/wx-2.8/wx/clntdata.h: In member function 'wxShadowObjectMetho ds_wxImplementation_HashTable::Node** wxShadowObjectMethods_wxImplementation_Has hTable::GetNodePtr(const wxString&) const':
/usr/local/include/wx-2.8/wx/clntdata.h:20: warning: dereferencing type-punned p ointer will break strict-aliasing rules
/usr/local/include/wx-2.8/wx/clntdata.h: In member function 'wxShadowObjectField s_wxImplementation_HashTable::Node** wxShadowObjectFields_wxImplementation_HashT able::GetNodePtr(const wxString&) const':
/usr/local/include/wx-2.8/wx/clntdata.h:25: warning: dereferencing type-punned p ointer will break strict-aliasing rules
ECSpecialTags.h: In member function 'uint32 CEC_UpDownClient_Tag::UserIP()':
ECSpecialTags.h:318: error: 'EC_TAG_CLIENT_USER_IP' was not declared in this sco pe
ECSpecialTags.h: In member function 'uint16 CEC_UpDownClient_Tag::UserPort()':
ECSpecialTags.h:319: error: 'EC_TAG_CLIENT_USER_PORT' was not declared in this s cope
ECSpecialTags.h: In member function 'uint32 CEC_UpDownClient_Tag::ServerIP()':
ECSpecialTags.h:320: error: 'EC_TAG_CLIENT_SERVER_IP' was not declared in this s cope
ECSpecialTags.h: In member function 'uint16 CEC_UpDownClient_Tag::ServerPort()':
ECSpecialTags.h:321: error: 'EC_TAG_CLIENT_SERVER_PORT' was not declared in this  scope
ECSpecialTags.h: In member function 'wxString CEC_UpDownClient_Tag::ServerName() ':
ECSpecialTags.h:322: error: 'EC_TAG_CLIENT_SERVER_NAME' was not declared in this  scope
ECSpecialTags.h: In member function 'wxString CEC_UpDownClient_Tag::SoftVerStr() ':
ECSpecialTags.h:323: error: 'EC_TAG_CLIENT_SOFT_VER_STR' was not declared in thi s scope
make[7]: *** [libec_a-ECSpecialTags.o] Error 1

Am I missing something?
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: Cannot build Feb 21 CVS
« Reply #1 on: February 21, 2007, 07:01:00 PM »

Yeah, sorry, my fault. I have not adapted myself to those auto-generated parts of aMule, my changes only went into the subversion repository and were stripped from the tarball with make maintainer-clean. Tomorrow cvs tarball will be ok.
Logged