POV-Ray : Newsgroups : povray.beta-test : How to build POVRay 3.7.33 using Intel compiler : Re: How to build POVRay 3.7.33 using Intel compiler Server Time
7 Jul 2024 07:24:59 EDT (-0400)
  Re: How to build POVRay 3.7.33 using Intel compiler  
From: Wise
Date: 16 Jul 2009 01:05:04
Message: <web.4a5eb3f5a1018f3271414fda0@news.povray.org>
Thanks,
Now I found that I have to build boost using Intel compiler first and then I can
build POVRay project using Intel compiler for POVRay 3.7.33 beta(3.7.22 has no
this request).
But I still met lots of error LNK2001 messages like below:
1>------ Build started: Project: povwin, Configuration: Release Win32 ------
1>Linking... (Intel C++ Environment)
1>ipo: remark #11000: performing multi-file optimizations
1>ipo-1: remark #11004: starting multi-object compilation
1>ipo-1: remark #11005: generating object file ipo_30366obj1.obj
1>ipo-2: remark #11004: starting multi-object compilation
1>ipo-2: remark #11005: generating object file ipo_30366obj2.obj
1>ipo-3: remark #11004: starting multi-object compilation
1>ipo-3: remark #11005: generating object file ipo_30366obj3.obj
1>xilink: executing 'link'
1>LINK : error LNK2001: unresolved external symbol _POVWINStartup
1>ipo_30366obj1.obj : error LNK2001: unresolved external symbol "public: virtual
void * __thiscall std::basic_ifstream<char,struct std::char_traits<char>
>::`vector deleting destructor'(unsigned int)"
(??_E?$basic_ifstream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z)
1>ipo_30366obj2.obj : error LNK2001: unresolved external symbol "public: virtual
void * __thiscall std::basic_ifstream<char,struct std::char_traits<char>
>::`vector deleting destructor'(unsigned int)"
(??_E?$basic_ifstream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z)
1>ipo_30366obj3.obj : error LNK2001: unresolved external symbol "public: virtual
void * __thiscall std::basic_ifstream<char,struct std::char_traits<char>
>::`vector deleting destructor'(unsigned int)"
(??_E?$basic_ifstream@DU?$char_traits@D@std@@@std@@UAEPAXI@Z)

Who know how to find this error of 'unresolved external symbol _POVWINStartup'
etc.?

Thanks,
Wise


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.