mcbastian / carve

Automatically exported from code.google.com/p/carve
Other
0 stars 0 forks source link

Can't build on windows with mingw #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 tm1r...@gmail.com on 14 May 2011 at 10:30

GoogleCodeExporter commented 8 years ago
Whoops when i say 'not having configure' i mean not having bash

Original comment by tm1r...@gmail.com on 14 May 2011 at 10:32

GoogleCodeExporter commented 8 years ago
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 tobias.s...@gmail.com on 17 May 2011 at 11:19

GoogleCodeExporter commented 8 years ago
should there be a Cmakelists.txt or something?

Original comment by tm1r...@gmail.com on 19 May 2011 at 10:40

GoogleCodeExporter commented 8 years ago
There is in the mercurial repository, but not in the head tarball (which is old)

Original comment by tobias.s...@gmail.com on 19 May 2011 at 12:37