Author Topic: Cal3D + MinGW  (Read 3092 times)

Offline ikipiki

  • Single posting newcomer
  • *
  • Posts: 4
Cal3D + MinGW
« 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.

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Cal3D + MinGW
« Reply #1 on: October 01, 2010, 05:51:27 pm »
try autoreconf -fvi