Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: ikipiki on October 01, 2010, 09:54:52 am

Title: Cal3D + MinGW
Post by: ikipiki on October 01, 2010, 09:54:52 am
Does anybody know how to compile Cal3D with CodeBlocks + MinGW. When I import VS solution and linker says:
)]+0x54)||undefined reference to `void ConvertFromString<std::string>(char const*, std::string*)'|
)]+0x2c)||undefined reference to `char const* ConvertToString<std::string>(std::string const&)'|
... and so on. I will paste whole Build messages list if needed but it is all about ConvertToString and ConvertFromString reference.

I also tried to do it with MSYS but there is no configure nor Makefile, only configure.in and Makefile.am.

Does anyone know the solution for this problem?

Thanks.
Title: Re: Cal3D + MinGW
Post by: reckless on October 01, 2010, 05:51:27 pm
try autoreconf -fvi