Jump to content

[Aiuto] Compilazione Wxwidgets per amule-adunanza-gui


phantom_83
 Share

1 post in this topic

Recommended Posts

Salve a tutti! ho letto giranto per internet che vista l'inesistenza di una versione gui di amule per mac la si può creare compilando il sorgente. Stavo seguendo questa guida AmuleGui anche se vecchiotta ma credo smepre funizonante. mi blocco praticamente nella compilazione del wxMac-2.6.4 che mi ritorna il seguente errore

make

/Users/phan/Downloads/wxMac-2.6.4/bk-deps g++ -c -o basedll_filefn.o -I.pch/wxprec_basedll -D__WXMAC__ -I./src/tiff -I./src/jpeg -I./src/png -DwxUSE_GUI=0 -DWXMAKINGDLL_BASE -DwxUSE_BASE=1 -dynamic -fPIC -DPIC -DWX_PRECOMP -DNO_GCC_PRAGMA -Ilib/wx/include/mac-ansi-release-2.6 -I./include -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -fpascal-strings -I./src/mac/carbon/morefilex -I/Developer/Headers/FlatCarbon -O2 -fno-strict-aliasing -Wall -Wundef -Wno-ctor-dtor-privacy -fno-common ./src/common/filefn.cpp

In file included from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/MacMemory.h:28,

from /System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/CarbonCore.h:65,

from /System/Library/Frameworks/CoreServices.framework/Frameworks/AE.framework/Headers/AE.h:20,

from /System/Library/Frameworks/CoreServices.framework/Headers/CoreServices.h:21,

from /System/Library/Frameworks/Carbon.framework/Headers/Carbon.h:20,

from ./include/wx/mac/carbon/private.h:21,

from ./include/wx/mac/private.h:4,

from ./src/common/filefn.cpp:54:

/Developer/Headers/FlatCarbon/strings.h:1:2: warning: #warning Strings.h is not available on Mac OS X

In file included from ./src/common/filefn.cpp:97:

./src/mac/carbon/morefilex/MoreFilesX.h:1488: error: declaration of C function ‘OSErr FSVolumeMount(const void*, FSVolumeRefNum*)’ conflicts with

/System/Library/Frameworks/CoreServices.framework/Frameworks/CarbonCore.framework/Headers/Files.h:7335: error: previous declaration ‘OSStatus FSVolumeMount(UInt8*, FSVolumeRefNum*)’ here

./src/common/filefn.cpp: In function ‘wxString wxMacFSSpec2MacFilename(const FSSpec*)’:

./src/common/filefn.cpp:910: error: ‘FSpMakeFSRef’ was not declared in this scope

./src/common/filefn.cpp: In function ‘wxChar* wxGetWorkingDirectory(wxChar*, int)’:

./src/common/filefn.cpp:1434: warning: format not a string literal and no format arguments

make: *** [basedll_filefn.o] Error 1

 

Sapete darmi una mano?

Link to comment
Share on other sites

 Share

×
×
  • Create New...