Hello,
I'm trying to compile aMule on Dreambox DM8000 satelite tuner.
It's based on Debia mipsel linux.
Becouse I on this machine it's only possibility to manage amule with WebInterface I buit it with command:
./configure --enable-amulecmd --enable-webserver --disable-monolithic --enable-amule-daemon --build=mipsel
It gives me answer with error which I can not manage:
onolithic --enable-amule-daemon --build=mipselcmd --enable-webserver --disable-m
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking build system type... mipsel-unknown-elf
checking host system type... mipsel-unknown-elf
checking if this is a FreeBSD 4 or earlier system... no
checking for g++... g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for gawk... (cached) mawk
checking for egrep... grep -E
checking whether make sets $(MAKE)... (cached) yes
checking for flex... no
checking for lex... no
checking for yywrap in -lfl... no
checking for yywrap in -ll... no
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for bison... no
checking for byacc... no
checking for ranlib... (cached) ranlib
checking for strip... strip
checking for ar... ar
checking for ld... ld
checking for zlib >= 1.1.4... yes (version 1.2.3)
checking sys/types.h usability... yes
checking sys/types.h presence... yes
checking for sys/types.h... yes
checking for a POSIX compliant regex library... yes
checking for libpng-config... /usr/bin/libpng-config
checking for libpng version >= 1.2.0... yes (version 1.2.15beta5)
checking for File::Copy... ok
checking whether we need the GUI... no
checking for the --with-toolkit option... will be automatically detected
checking for the --with-wxshared option... will be automatically detected
checking for the --with-wxdebug option... will be automatically detected
checking for the --with-wxversion option... will be automatically detected
checking for wx-config... /usr/bin/wx-config
checking for wxWidgets version >= 2.8.0 (--unicode=yes)... no
configure: error:
The requested wxWidgets build couldn't be found.
The configuration you asked for aMule requires a wxWidgets
build with the following settings:
--unicode=yes
but such build is not available.
To see the wxWidgets builds available on this system, please use
'wx-config --list' command. To use the default build, returned by
'wx-config --selected-config', use the options with their 'auto'
default values.
If you still get this error, then check that 'wx-config' is
in path, the directory where wxWidgets libraries are installed
(returned by 'wx-config --libs' command) is in LD_LIBRARY_PATH
or equivalent variable and wxWidgets version is 2.8.0 or above.
ls -l /usr/bin/wx* output:
lrwxrwxrwx 1 root root 27 Feb 9 09:01 /usr/bin/wx-config -> /etc/alternatives/wx-config
-rwxr-xr-x 1 root root 4872 Feb 9 10:04 /usr/bin/wxbase-2.4-config
ls -l /usr/local/bin/wx* output:
ls: /usr/local/bin/wx*: No such file or directory
Can someone help me with this error?