You are not logged in.
Pages: 1
camorama does not compile anymore...need some help
main.c: In function 'main':
main.c:82: error: 'GNOMELOCALEDIR' undeclared (first use in this function)
main.c:82: error: (Each undeclared identifier is reported only once
main.c:82: error: for each function it appears in.)
make[3]: *** [main.o] Error 1
make[3]: Leaving directory `/var/tmp/aurbuild/build/camorama.21250/camorama/src/camorama-0.18/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/var/tmp/aurbuild/build/camorama.21250/camorama/src/camorama-0.18/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/aurbuild/build/camorama.21250/camorama/src/camorama-0.18'
make: *** [all] Error 2
Its a sick world we live in....
Offline
any help here?
Its a sick world we live in....
Offline
In my case ugly PKGBUILD modification fixed the problem.
Adding after ./configure ...
echo '#define GNOMELOCALEDIR "/usr/share/locale"' >> config.h
made package compile.
Offline
Pages: 1