[Yhc] yhc build bug?

charles blundell blundellc at googlemail.com
Sat Feb 24 14:01:45 EST 2007


Hi.

Yhc doesn't like being built twice:

$ scons configure && scons build
# scons install
$ scons clean
$ scons build
...
Checking whether byte ordering is bigendian... (cached) no
Checking size of char... (cached) no
Checking size of short... (cached) no
Checking size of int... (cached) no
Checking size of long... (cached) no
Checking size of long long... (cached) no
Checking size of float... (cached) no
Checking size of double... (cached) no
Checking size of void*... (cached) no
Failed to check types sizes/endianness. You do have a working C
compiler don't you?
If so then please contact the Yhc developers for help.

I had a C compiler a second ago. It seems the scons caching has gone awry:
$ rm .sconsign.dblite
$ scons build
... builds as usual.

Charles.


More information about the Yhc mailing list