> Is anyone else compiling Fossil on Win7 x64 getting the following error?
> > $ make -f win/Makefile.mingw > gcc -o wbld/translate src/translate.c > wbld\\translate.exe src/add.c >wbld/add_.c > /bin/sh: wbldtranslate.exe: command not found > make: *** [wbld/add_.c] Error 127 My build script uses Makefile.mingw also and I'm not getting the error on my win7 x64. PS C:\rev\src\fossil> build_fossil gcc -o wbld/translate src/translate.c wbld\\translate.exe src/add.c >wbld/add_.c wbld\\translate.exe src/allrepo.c >wbld/allrepo_.c .... Not sure what the problem is; it looks like you're having some problems with the wbld path? > /bin/sh: wbldtranslate.exe: command not found Not sure what version of gcc I'm using. Ron Wilson, Engineering Project Lead (o) 434.455.6453, (m) 434.851.1612, www.harris.com HARRIS CORPORATION | RF Communications Division assuredcommunications(tm)
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

