From: <jal...@ho...> - 2005-12-17 09:25:41
|
Building on Windows XP with Visual Studio .NET 2003 and the SDK for Pocket PC 2002 I had to play around with the makefile and add some include directories. Then I had to add FindExt.pm and re.pm to perl-5.8.7/lib Then I had to fix an error in the generated Config_heavy.pm And even then it still won't build; I get 'unresolved external symbol' errors: malloc.obj : error LNK2019: unresolved external symbol sbrk referenced in function getpages malloc.obj : error LNK2019: unresolved external symbol malloced_size referenced in function perl_get_emergency_buffer malloc.obj : error LNK2019: unresolved external symbol get_mstats referenced in function Perl_dump_mstats Has anyone seen and maybe solved this error? |