I'm getting this on the make process:
then mv -f ".deps/amuleweb-UPnPCompatibility.Tpo" ".deps/amuleweb-UPnPCompatibility.Po"; else rm -f ".deps/amuleweb-UPnPCompatibility.Tpo"; exit 1; fi
g++ -I/usr/include -D__CRYPTO_INSTALLED__ -D__WEAK_CRYPTO__ -W -Wall -Wshadow -Wundef -O2 -DUSE_WX_EXTENSIONS -bind_at_load -L/usr/lib -lpthread -o amuleweb -L/usr/local/lib -L../../libs/common -L../../libs/ec/cpp amuleweb-WebServer.o amuleweb-WebInterface.o amuleweb-WebSocket.o amuleweb-ExternalConnector.o amuleweb-OtherFunctions.o amuleweb-RLE.o amuleweb-NetworkFunctions.o amuleweb-php_parser.o amuleweb-php_lexer.o amuleweb-php_syntree.o amuleweb-php_amule_lib.o amuleweb-php_core_lib.o amuleweb-UPnP.o amuleweb-UPnPCompatibility.o -lec -lmulecommon -L/Users/josep/amule/wxMac-2.8.7/build/lib -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime /Users/josep/amule/wxMac-2.8.7/build/lib/libwx_base_carbonu_net-2.8.a /Users/josep/amule/wxMac-2.8.7/build/lib/libwx_base_carbonu-2.8.a -lwxregexu-2.8 -lwxtiff-2.8 -lz -lpthread -liconv -lreadline -lpng12 -lz
Undefined symbols:
"_libintl_textdomain", referenced from:
CamulewebApp::SetLocale(wxString const&) in amuleweb-WebInterface.o
"_libintl_bind_textdomain_codeset", referenced from:
CamulewebApp::SetLocale(wxString const&) in amuleweb-WebInterface.o
"_libintl_bindtextdomain", referenced from:
CamulewebApp::SetLocale(wxString const&) in amuleweb-WebInterface.o
"_libintl_gettext", referenced from:
php_native_gettext(PHP_VALUE_NODE*) in amuleweb-php_core_lib.o
"_libintl_ngettext", referenced from:
php_native_ngettext(PHP_VALUE_NODE*) in amuleweb-php_core_lib.o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[4]: *** [amuleweb] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2