If using "-enable_webserver" parameter while configure, then an error occurs:
error: libintl.h: No such file or directory
WebInterface.cpp:50:22: error: libintl.h: No such file or directory
WebInterface.cpp:50:22: error: libintl.h: No such file or directory
WebInterface.cpp: In member function ‘virtual wxString CamulewebApp::SetLocale(const wxString&)’:
WebInterface.cpp:783: error: ‘bindtextdomain’ was not declared in this scope
WebInterface.cpp:787: error: ‘bind_textdomain_codeset’ was not declared in this scope
WebInterface.cpp:790: error: ‘textdomain’ was not declared in this scope
WebInterface.cpp: In member function ‘virtual wxString CamulewebApp::SetLocale(const wxString&)’:
WebInterface.cpp:783: error: ‘bindtextdomain’ was not declared in this scope
WebInterface.cpp:787: error: ‘bind_textdomain_codeset’ was not declared in this scope
WebInterface.cpp:790: error: ‘textdomain’ was not declared in this scope
lipo: can't figure out the architecture type of: /var/folders/H2/H2VTENrBGviv8JlMZWy1Uk+++TI/-Tmp-//ccwijk0F.out
make[4]: *** [amuleweb-WebInterface.o] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
However if disable webserver while configure, I can compile it successfully. This error just appears recently.