aMule Forum
English => Multiplatform => Mac OSX => Topic started by: root2323 on August 15, 2004, 01:21:54 PM
-
Hello everybody,
I got the following strange error when running 'make' on aMule-2.0.0rc5:
Making all in po
rm -f en_GB.gmo && : -c --statistics -o en_GB.gmo en_GB.po
mv: rename t-en_GB.gmo to en_GB.gmo: No such file or directory
make[2]: *** [en_GB.gmo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
in the forum I found the hint to install 'gettext', but I already have installed the latest versions
via apt-get (using FINK)...
Has anyone another idea how to fix this problem?
Thanks in advance!
Regards,
m
-
Either you get a latest gettext from gnu.org (not the one on fink) or you do 'cd src' and then type make.
-
hi,
I fixed the problem... Well, not really. But I found some kind
of 'workaround':
In the aMule directory, change to the sub- directory 'po':
cd po
ln -s en_GB.po t-en_GB.gmo
This will lead to the next error...
So you'll need to do:
ln -s pt_PT.po t-pt_PT.gmo
ln -s ar.po t-ar.gmo
ln -s bg.po t-bg.gmo
ln -s ca.po t-ca.gmo
ln -s da.po t-da.gmo
ln -s de.po t-de.gmo
ln -s ee.po t-ee.gmo
ln -s en.po t-en.gmo
ln -s es.po t-es.gmo
ln -s es_MX.po t-es_MX.gmo
ln -s et_EE.po t-et_EE.gmo
ln -s eu.po t-eu.gmo
ln -s fi.po t-fi.gmo
ln -s fr.po t-fr.gmo
ln -s gl.po t-gl.gmo
ln -s hr.po t-hr.gmo
ln -s hu.po t-hu.gmo
ln -s it.po t-it.gmo
ln -s it_NA.po t-it_NA.gmo
ln -s ko.po t-ko.gmo
ln -s nl.po t-nl.gmo
ln -s pl.po t-pl.gmo
ln -s pt_BR.po t-pt_BR.gmo
ln -s pt_PT.po t-pt_PT.gmo
ln -s ru.po t-ru.gmo
ln -s tr.po t-tr.gmo
ln -s zh_CN.po t-zh_CN.gmo
cd ..
make
Now, aMule compiles correctly and is also startable.
But on my machine, it runs aprox. 10 minutes, then in crashes with a
'KERN PROTECTION FAILURE'
Same happens when using the .dmg file...
:(
-
This is the StackTrace:
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000006
Thread 0 Crashed:
0 com.apple.CoreFoundation 0x90190bbc CFRelease + 0x24
1 <<00000000>> 0x00000008 0 + 0x8
2 libwx_mac_core-2.5.2.dylib 0x0474bd20 _GSocket_GUI_Destroy_Socket + 0x24
3 ...base_carbon_net-2.5.2.dylib 0x0404e950 GSocket_destroy + 0x70
4 ...base_carbon_net-2.5.2.dylib 0x0404ef0c GSocket_WaitConnection + 0xe4
5 ...base_carbon_net-2.5.2.dylib 0x0404c490 wxSocketServer::AcceptWith(wxSocketBase&, bool) + 0x50
6 com.amule 0x0000c4dc CListenSocket::OnAccept(int) + 0x15c (ListenSocket.cpp:1952)
7 com.amule 0x00139598 CamuleApp::ListenSocketHandler(wxSocketEvent&) + 0x88 (amule.cpp:1545)
8 libwx_base_carbon-2.5.2.dylib 0x04488920 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 0x9c
9 libwx_base_carbon-2.5.2.dylib 0x044880b8 wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 0xa0
10 libwx_base_carbon-2.5.2.dylib 0x04488acc wxEvtHandler::ProcessEvent(wxEvent&) + 0xcc
11 libwx_base_carbon-2.5.2.dylib 0x04488820 wxEvtHandler::ProcessPendingEvents() + 0x64
12 libwx_base_carbon-2.5.2.dylib 0x0442ead8 wxAppConsole::ProcessPendingEvents() + 0x74
13 libwx_mac_core-2.5.2.dylib 0x0472d5f8 wxApp::MacHandleOneEvent(void*) + 0x50
14 libwx_mac_core-2.5.2.dylib 0x0472d56c wxApp::MacDoOneEvent() + 0x9c
15 libwx_mac_core-2.5.2.dylib 0x0472d1b0 wxApp::MainLoop() + 0x24
16 libwx_base_carbon-2.5.2.dylib 0x0445d468 wxEntry(int&, char**) + 0x60
17 com.amule 0x00133a38 main + 0x28 (amule.cpp:158)
18 com.amule 0x00001e98 _start + 0x188 (crt.c:267)
19 com.amule 0x00001d0c start + 0x30