
28 Jun
2006
28 Jun
'06
6:51 p.m.
On 6/28/06, Hugo Rodrigues <haa.rodrigues@...400...> wrote:
I had that same problem and couldn't find any help on the web... Try the command
mkfiles.pl && mkdep.pl
on directory \src, and then compile normally.
Interesting. To achieve the same result, I've been deleting the files src/make.dep and src/make.files whenever I get linker errors. This causes the build script to re-run the two commands you list above. I find that it helps to do this each time I check out from SVN, since the build script doesn't automatically notice when files are added or removed.
-William