On Thu, Nov 29, 2012 at 11:46 AM, Gilles <[email protected]> wrote:
> On Thu, 29 Nov 2012 11:38:43 -0500, Richard Hipp > <[email protected]> wrote: > >> D:\Temp\test.fossil>fossil test-echo *.html > >> argv[0] = [fossil] > >> argv[1] = [test-echo] > >> argv[2] = [*.html] > >> > > > >I think it will work better if you recompile using mingw instead of msvc. > >The crt0 for msvc does not process wildcards in command-line arguments > >whereas the crt0 for mingw does. > > I checked the strings within fossil.exe, but didn't find infos on who > takes care of compiling Fossil for Windows to check how to recompile > the code with Mingw. If the person in charge reads me, could you tell > me? > http://www.fossil-scm.org/fossil/doc/trunk/www/build.wiki Summary: (1) Install mingw/msys (2) Unpack the Fossil source tarball, or clone the fossil repository. (3) Run: make -f win/makefile.mingw (4) Put the resulting "fossil.exe" file somewhere on your path. > > Thank you. > > _______________________________________________ > fossil-users mailing list > [email protected] > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users > -- D. Richard Hipp [email protected]
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

