Hy,
I've little problem when I would to compil the latest CVS of aMule on my iMac intel.
Configure :
./configure --disable-systray --disable-gtk --enable-embedded_crypto \
> --with-wx-config=/opt/local/bin/wx-config \
> --enable-cas --enable-webserver --enable-amulecmd \
> --enable-debug --disable-optimize --with-cryptopp=/usr/local/cryptopp \
> --disable-dependency-tracking \
> CFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk" \
> CXXFLAGS="-arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk"
last result of make :
make
make all-recursive
Making all in docs
Making all in man
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in src
Making all in libs
Making all in ec
make all-recursive
Making all in cpp
make all-am
make[7]: Nothing to be done for `all-am'.
make[6]: Nothing to be done for `all-am'.
Making all in common
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in utils
Making all in xas
Making all in docs
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
Making all in cas
Making all in docs
make[5]: Nothing to be done for `all'.
make[5]: Nothing to be done for `all-am'.
make[4]: Nothing to be done for `all-am'.
Making all in pixmaps
make[4]: Nothing to be done for `all-am'.
Making all in kademlia
Making all in kademlia
make[4]: Nothing to be done for `all'.
Making all in net
make[4]: Nothing to be done for `all'.
Making all in routing
make[4]: Nothing to be done for `all'.
Making all in utils
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
Making all in skins
make[3]: Nothing to be done for `all'.
Making all in webserver
Making all in default
make[4]: Nothing to be done for `all'.
Making all in php-default
make[4]: Nothing to be done for `all'.
Making all in chicane
make[4]: Nothing to be done for `all'.
Making all in src
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
g++ -DHAVE_CONFIG_H -I. -I. -I.. -isystem /opt/local/lib/wx/include/mac-unicode-release-2.8 -isystem /opt/local/include/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXMAC__ -DwxUSE_GUI=0 -I./libs -I./include -DENABLE_UPNP=1 -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -isystem /usr/include -D__CRYPTO_INSTALLED__ -D__WEAK_CRYPTO__ -g -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0 -DUSE_WX_EXTENSIONS -c -o libmuleappcore_a-Scanner.o `test -f 'Scanner.cpp' || echo './'`Scanner.cpp
Scanner.cpp:34:5: warning: "__STDC_VERSION__" is not defined
./Scanner.l:206:5: warning: "YY_STACK_USED" is not defined
Scanner.cpp:1758: warning: ‘void yy_fatal_error(const char*)’ defined but not used
rm -f libmuleappcore.a
ar cru libmuleappcore.a libmuleappcore_a-AsyncDNS.o libmuleappcore_a-DeadSourceList.o libmuleappcore_a-Scanner.o libmuleappcore_a-Parser.o libmuleappcore_a-LittleEndian.o libmuleappcore_a-SearchManager.o libmuleappcore_a-RoutingBin.o libmuleappcore_a-StateMachine.o libmuleappcore_a-ThreadScheduler.o
ranlib libmuleappcore.a
g++ -arch i386 -isysroot /Developer/SDKs/MacOSX10.5.sdk -isystem /usr/include -D__CRYPTO_INSTALLED__ -D__WEAK_CRYPTO__ -g -D__DEBUG__ -D_GLIBCXX_DEBUG -D_GLIBCXX_DEBUG_PEDANTIC -W -Wall -Wshadow -Wundef -ggdb -fno-inline -fmessage-length=0 -DUSE_WX_EXTENSIONS -bind_at_load -L/usr/lib -lpthread -o amule amule-RC4Encrypt.o amule-amule.o amule-BaseClient.o amule-ClientList.o amule-ClientCreditsList.o amule-ClientTCPSocket.o amule-ClientUDPSocket.o amule-DownloadClient.o amule-DownloadQueue.o amule-ECSpecialCoreTags.o amule-EMSocket.o amule-EncryptedStreamSocket.o amule-EncryptedDatagramSocket.o amule-ExternalConn.o amule-Friend.o amule-FriendList.o amule-HTTPDownload.o amule-IPFilter.o amule-KnownFileList.o amule-ListenSocket.o amule-MuleUDPSocket.o amule-SearchFile.o amule-SearchList.o amule-ServerConnect.o amule-ServerList.o amule-ServerSocket.o amule-ServerUDPSocket.o amule-SharedFileList.o amule-ThreadTasks.o amule-UploadBandwidthThrottler.o amule-UploadClient.o amule-UploadQueue.o amule-Kademlia.o amule-Search.o amule-Indexed.o amule-KademliaUDPListener.o amule-Prefs.o amule-RoutingZone.o amule-Contact.o amule-UPnP.o amule-UPnPCompatibility.o amule-amule-gui.o amule-amuleDlg.o amule-AddFriend.o amule-CatDialog.o amule-ChatSelector.o amule-ClientDetailDialog.o amule-FileDetailDialog.o amule-KadDlg.o amule-OScopeCtrl.o amule-PartFileConvert.o amule-PrefsUnifiedDlg.o amule-SearchDlg.o amule-ServerWnd.o amule-SharedFilesWnd.o amule-StatisticsDlg.o amule-SearchListCtrl.o amule-DownloadListCtrl.o amule-ClientListCtrl.o amule-FriendListCtrl.o amule-ServerListCtrl.o amule-SharedFilesCtrl.o amule-MuleTrayIcon.o amule-TransferWnd.o amule-ClientCredits.o amule-ECSpecialMuleTags.o amule-KnownFile.o amule-GetTickCount.o amule-GuiEvents.o amule-Logger.o amule-PartFile.o amule-Preferences.o amule-Proxy.o amule-Server.o amule-Statistics.o amule-StatTree.o amule-SHAHashSet.o amule-TerminationProcess.o amule-TerminationProcessAmuleweb.o amule-UserEvents.o amule-OtherFunctions.o amule-NetworkFunctions.o -L. -lmuleappcommon -Llibs/common -Llibs/ec/cpp -lmulecommon -lec -lcryptopp -L. -lmuleappcore -L. -lmuleappgui -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime -lwx_macu-2.8 -lz
Making all in unittests
make[3]: Nothing to be done for `all-am'.
Making all in intl
make[2]: Nothing to be done for `all'.
Making all in po
make[2]: Nothing to be done for `all'.
Mac OS 10.5.2
aMule amuleCVS20080318
wxWidgets 2.8.7 (mac,shared)
crypto++ 5.5.2 (installed)
libpng 1.2.24
libgd 2.0.35
zlib 1.2.3
I've already resolve different error but I don't understand this error message (Making all in unittests
make[3]: Nothing to be done for `all-am'.)
What do you think about this problem?
Thank's Biloute