Closed joaocarlos closed 6 years ago
I just spent a few hours trying to get graywolf to build on OSX.
I'm starting to think that cleaning up the code would be easier than wrangling all the compiler options you'd need to...
You can lower the number of errors by adding ADD_DEFINITIONS("-Wno-return-type")
in the main CMakeLists.txt
@yageek Adding this line doesn't help, it still gives non-void function error
May be adding this instead ADD_DEFINITIONS("-std=c89 -Wno-return-type")
?
EDIT: I had to perform some modification to be able to compile on OSX. I pushed the require changes here: https://github.com/yageek/graywolf
Likely fixed in commit 6100c0ed3ab70248f57a21f4047d2fd3f246fc00
yes. all those should be fixed now
Hi,
I am trying to compile this source in a OSX system. However I am getting the error bellow.
Any ideas on what should I do? I know it is not usual to have such tools on OSX systems, but since it is a Unix basis, I can have some tools such YoSys installed.