jacob-navia / ccl

This is the code that was previously in code.google.com/p/ccl
46 stars 14 forks source link

mingw support? #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I tried but failed with mingw compiler.Could support MinGW in the near future 
since as mentioned it is added to portable C?

Original issue reported on code.google.com by SamHu.Sa...@gmail.com on 5 Sep 2012 at 2:57

GoogleCodeExporter commented 8 years ago
It would be too much to tell us WHAT error did you get?

It compiles with gcc under Macintosh and linux.

Original comment by jacobnav...@gmail.com on 18 Oct 2012 at 7:20

shiva commented 8 years ago

I have a fork with a branch for fixing this (using cmake, and a portable build system that works on OSX and windows)

If interested, I can clean up, squash and raise a pull request to switch to a cmake-based build.

See https://github.com/shiva/ccl for current state.