Brandon J. Van Every wrote:
Brandon J. Van Every wrote:
I'm just trying to figure out all the magic flags that go into these builds.
I found the problem. CMake 2.2.3 is buggy with regards to DEFINE_SYMBOL. It would only define one symbol, not all the symbols I was trying to give it. I've posted about the problem. I've also avoided the problem, using the COMPILE_FLAGS feature of the CVS version of CMake. I also needed that to get shared and static builds in the same CMakeLists.txt file. This means I'll have to prepare a special binary of CMake to use for Chicken builds, until CMake 2.3 is officially released.

I spoke too soon. I found *a* problem, and corrected it. I still have many bazillion errors about _imp__C_stack_limit and such. Happy to know what it implies.

Cheers,
Brandon Van Every




_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to