13 May
2008
13 May
'08
6:41 p.m.
Hi again.
I left something out of buildtool yesterday, that broke the cross-compiler build on a linux box. Buildtool was not handling recursive substitutions, like:
a = "Hello, ${b}" b = "earth, the third ${c}" c = "planet"
This is slightly more work to do at execution time than at read time. command="${archutil}windres" archutil="${arch}" arch="i686-pc-mingw-" ...was not working.
But it's fixed now, and has that pleasant late-binding smell. Sorry if this broke any cron jobs out there.
ALSO: Does anyone know what might be causing this warning? I was afraid to touch it: http://rafb.net/p/34eJBu54.html
bob
6067
Age (days ago)
6067
Last active (days ago)
0 comments
1 participants
participants (1)
-
Bob Jamison