You are not logged in.
Pages: 1
i have this error with a pkgbuild:
checking for getmntent... (cached) yes
checking for getmntinfo... no
checking for getpass... yes
checking for gettimeofday... yes
checking for inet_ntoa... yes
checking for memmove... yes
checking for mempcpy... (cached) yes
checking for memset... yes
checking for munmap... (cached) yes
checking for nl_langinfo... yes
checking for select... yes
checking for setlocale... (cached) yes
checking for socket... yes
checking for sqrt... no
checking for stpcpy... (cached) yes
checking for strcasecmp... (cached) yes
checking for strchr... yes
checking for strcspn... yes
checking for strdup... (cached) yes
checking for strerror... yes
checking for strncasecmp... yes
checking for strstr... yes
checking for strtoul... (cached) yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking for mkdir... yes
checking for getrlimit... yes
checking for setrlimit... yes
checking if the applications should be statically linked... no
checking for CVSDATE... None required
checking if this is a FreeBSD 4 or earlier system... no
checking for a readline compatible library... -lreadline
checking readline.h usability... no
checking readline.h presence... no
checking for readline.h... no
checking readline/readline.h usability... yes
checking readline/readline.h presence... yes
checking for readline/readline.h... yes
checking whether readline supports history... yes
checking history.h usability... no
checking history.h presence... no
checking for history.h... no
checking readline/history.h usability... yes
checking readline/history.h presence... yes
checking for readline/history.h... yes
checking whether ccache support should be added... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating docs/Makefile
config.status: creating docs/man/Makefile
config.status: error: cannot find input file: intl/Makefile.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
make all-recursive
make[1]: Entering directory `/home/dr34m/Desktop/amule-adnza/src/aMule-2.1.3'
Making all in m4
make[2]: Entering directory `/home/dr34m/Desktop/amule-adnza/src/aMule-2.1.3/m4'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory `/home/dr34m/Desktop/amule-adnza/src/aMule-2.1.3/m4'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dr34m/Desktop/amule-adnza/src/aMule-2.1.3'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...
Any ideas?
Offline
pacman -S intltool
Have you tried to turn it off and on again?
Offline
pacman -S intltool
nothing, gives the same error to me
Offline
Have you installed these deps?
depends=('wxgtk>=2.6.2' 'gd>=2.0.0' )
makedepends=('crypto++' 'patch' 'cvs')
Have you tried to turn it off and on again?
Offline
Have you installed these deps?
depends=('wxgtk>=2.6.2' 'gd>=2.0.0' ) makedepends=('crypto++' 'patch' 'cvs')
thk ^^
you are fantastic!!!
Offline
Pages: 1