Chris Kennedy wrote:
Hey all - I haven't built this in about 2 years & I got the itch to check out the glutton branch & compile.

All source compiles just fine - I got a few linker errors (typically the case when something goes wrong with the win32 build):

Linking...
freesci.def : error LNK2001: unresolved external symbol con_gfx_init
freesci.def : error LNK2001: unresolved external symbol con_hook_command
freesci.def : error LNK2001: unresolved external symbol con_hook_int
freesci.def : error LNK2001: unresolved external symbol con_init
freesci.def : error LNK2001: unresolved external symbol con_parse
freesci.def : error LNK2001: unresolved external symbol gfx_update_conf
freesci.def : error LNK2001: unresolved external symbol version_parse
Release/fsci.lib : fatal error LNK1120: 7 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
Error executing link.exe.

You might also want to add these things to the .def file so they are exported from the freesci DLL.


_______________________________________________
FreeSCI-develop mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freesci-develop

Reply via email to