aMule Forum
English => en_Bugs => Topic started by: djkno3 on January 19, 2004, 04:18:18 PM
-
I'm running a new install of fedora 1.0 here is the wx rpms I have installed
$ rpm -qa | grep -i wx
wxBase-2.4.2-1
wxGTK-2.4.2-1
wxGTK-devel-2.4.2-1
I got them off of the sourceforge site for the project. I first installed wx base and then wxGTK and then the dev's (tried to compile it and got a WHOLE lot of warnings and errors) I *had* it running on rh 9.0 with the rpms but not this one. oh the amule rpm I used was
amule-1.2.4-2.fr this is the back trace
- amule [0x81a1e11]
[1] /usr/lib/libwx_gtk-2.4.so.0(wxFatalSignalHandler+0x26)
[0x6352082]
[2] /lib/libpthread.so.0 [0xb8c44d]
[3] /lib/libc.so.6 [0x931c38]
[4] /lib/libc.so.6(__libc_free+0x68) [0x971ea4]
[5] amule [0x80ddae9]
[6] amule [0x81a36cc]
[7] amule [0x819e4c2]
[8] /usr/lib/libwx_gtk-2.4.so.0(_Z7wxEntryiPPc+0x1f9) [0x61ed1d1]
[9] amule [0x819db7b]
[10] /lib/libc.so.6(__libc_start_main+0xac) [0x920b84]
[11] amule(_ZN18wxBaseArrayPtrVoidD2Ev+0x39) [0x8062021]
any ideas? xmule gives the same errors...
-
Originally posted by djkno3
I got them off of the sourceforge site for the project. I first installed wx base and then wxGTK and then the dev's (tried to compile it and got a WHOLE lot of warnings and errors)
.....
oh the amule rpm I used was
amule-1.2.4-2.fr this is the back trace
hi,
how did u installed the wxGTK rpms ? rpm -i or rpm -Uvh ?
ls -l /usr/bin/wx* ?
why don't u use the amule fc1 rpm from our dl page ?
poste the compiler errors plz
greets
-
*note I used the rpm off of this website and it worked (used the one off fresh rpm's before)
I installed them through the gui (defaults to -i if I remember correctly)
output from the ls comand
$ ls -l /usr/bin/wx*
-rwxr-xr-x 1 root root 4864 Nov 28 13:08 /usr/bin/wxbase-2.4-config
lrwxrwxrwx 1 root root 17 Jan 19 11:30 /usr/bin/wx-config -> wxbase-2.4-config
-rwxr-xr-x 1 root root 5159 Sep 21 15:14 /usr/bin/wxgtk-2.4-config
I attached the configure output but I don't know how to get the output from the make command... I tried "make > make.txt" but that didn't give me the right one (I know a *bit* about Linux but not a great deal)
-
lrwxrwxrwx 1 root root 17 Jan 19 11:30 /usr/bin/wx-config -> wxbase-2.4-config
you didn't do the "ln" that's on installation howto.
-
http://www.amule.org/amule/howto.php
-
I don't have a "Ln" or a "In" *made it a capital so you could tell it apart. Where is this located? I su'd and niether would work and I looked in the sbin dir and still nothing...
-
as root
ln -sf /usr/bin/wxgtk-2.4-config /usr/bin/wx-config
ln -sf /usr/bin/wxbase-2.4-config /usr/bin/wxbase-config
ldconfig
-
ok I've done that now and I get further ;) but still haveing problems
-snip
-c -o amule-FileDetailDialog.o `test -f 'FileDetailDialog.cpp' || echo './'`FileDetailDialog.cpp; \
then mv ".deps/amule-FileDetailDialog.Tpo" ".deps/amule-FileDetailDialog.Po"; \
else rm -f ".deps/amule-FileDetailDialog.Tpo"; exit 1; \
fi
cc1plus
:
No
such
file
or
directory
:
opening
dependency
file
.deps/amule-FileDetailDialog.Tpo
make[2]: *** [amule-FileDetailDialog.o] Error 1
make[2]: Leaving directory `/root/.Trash/aMule-1.2.4/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/.Trash/aMule-1.2.4'
make: *** [all] Error 2
-
your attachment seems to be ok.. did u rerun configure after u linked wx-config correct or just did make ?
and why compiling amule as root ?!?
-
thank you very much for your time today and quick answers :) after I switched out of root and back to a normal user account it compiled fine :)