carve
carve copied to clipboard
Can't build on windows with mingw
What steps will reproduce the problem?
1. Not having configure
What is the expected output? What do you see instead?
a Makefile or cmake script
What version of the product are you using? On what operating system?
HEAD
Please provide any additional information below.
If you could help me with just the command 'gcc sourcefile1 sourcefile2..' i
could at least make my own makefile
Original issue reported on code.google.com by [email protected] on 14 May 2011 at 10:30
Whoops when i say 'not having configure' i mean not having bash
Original comment by [email protected] on 14 May 2011 at 10:32
Have you tried using cmake to generate makefiles? cmake is the preferred build
system now, and although the autotools scripts still exist, they lag behind the
cmake scripts.
Original comment by [email protected] on 17 May 2011 at 11:19
should there be a Cmakelists.txt or something?
Original comment by [email protected] on 19 May 2011 at 10:40
There is in the mercurial repository, but not in the head tarball (which is old)
Original comment by [email protected] on 19 May 2011 at 12:37