Hi:
Probably indicative of "DLL Hell". This is perhaps not exactly correct,
but that is what comes to mind. The same files are compiled in
different contexts, sometimes in DLLs, sometimes in import libraries and
header file defines get automagically varied to match. Slight differences
in toolchains between one compiler and another can make the wheels
come off.
That was my conclusion after unsuccessfully compiling with Watcom.
It was very challenging.
regards,
-Bob-
Brandon J. Van Every wrote:
I'm working on CMakeLists.txt. I've got everything building except
libuchicken.dll. I get a million bazillion errors in all sorts of
files like the following. There are so many errors that I cannot
possibly hold them in my MSYS buffer, no matter what settings I give it.
CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12b2d):
undefined reference to `_imp__C_temporary_stack_bottom'
CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12b32):
undefined reference to `_imp__C_temporary_stack'
CMakeFiles/uchicken.dir/uposixwin.obj:uposixwin.c:(.text+0x12c46):
undefined reference to `_imp__C_stack_limit'
What are these sorts of errors indicative of? Am I missing some
flags, a file, a library, what?
Cheers,
Brandon Van Every
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users
_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users