Re: Error making cheese



On 2012-04-26 22:50, Joshua Lutes <huzzak gmail com> wrote:
Hello!

I've successfully run the autogen.shWhen I try to make cheese I get the
following error.

make  all-recursive
make[1]: Entering directory `/home/jlutes/cheese'
Making all in po
make[2]: Entering directory `/home/jlutes/cheese/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jlutes/cheese/po'
Making all in help
make[2]: Entering directory `/home/jlutes/cheese/help'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/jlutes/cheese/help'
make[2]: Entering directory `/home/jlutes/cheese'
 VALAC  cheese_vala.stamp
/bin/bash: --thread: command not found
make[2]: *** [cheese_vala.stamp] Error 127
make[2]: Leaving directory `/home/jlutes/cheese'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/jlutes/cheese'
make: *** [all] Error 2

I installed valac-0.14 installed. Do I need a different version? Thanks!

This is probably caused by your distribution renaming the valac binary to valac-0.14, which is done so that multiple versions of valac can be installed in parallel. The solution is to set the VALAC environment variable. The easiest way to do this is by exporting the variable, giving the full path to the valac binary:

export VALAC=/usr/bin/valac-0.14
./autogen.sh
make

--
amigadave.com


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]