when trying to compile jSMILE from available sources (http://genie.sis.pitt.edu/download/jsmile_src.zip, December 19, 2011) with latest SMILE (http://genie.sis.pitt.edu/download/smil ... s_vc10.zip, April 24, 2012) I get following error (Win32, both Debug and Release, VS2010):
Code: Select all
1>smile.lib(general.obj) : error LNK2005: "void __cdecl AppendInt(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > &,int)" (?AppendInt@@YAXAAV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@H@Z) already defined in jsmile.obj
1> Creating library Release\jsmile.lib and object Release\jsmile.exp
1>Release\jsmile.dll : fatal error LNK1169: one or more multiply defined symbols found
Cheers