[LLVMdev] win32 broken again

Henrik Bach henrik_bach_llvm at hotmail.com
Fri Dec 24 03:03:25 PST 2004


Hi Jeff,

Typically, I've found out that these missing functions are placed beneath 
lib/System/Unix in some of *.cpp files. These function can be copied to 
their respectively lib/System/Win32 *.cpp files.


Henrik.


----Original Message Follows----
From: Jeff Cohen <jeffc at jolt-lang.org>
Reply-To: jeffc at jolt-lang.org,        LLVM Developers Mailing List 
<llvmdev at cs.uiuc.edu>
To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu>
Subject: [LLVMdev] win32 broken again
Date: Fri, 24 Dec 2004 00:08:24 -0800

Well... that didn't take long.  I'm not sure what you did, Reid, with 
Path.cpp, but it broke VC++:

Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external symbol 
"public: __thiscall llvm::sys::Path::Path(class 
std::basic_string<char,struct std::char_traits<char>,class 
std::allocator<char> > const &)" 
(??0Path at sys@llvm@@QAE at ABV?$basic_string at DU?$char_traits at D@std@@V?$allocator at D@2@@std@@@Z)
System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: 
bool __thiscall llvm::sys::Path::isDirectory(void)const " 
(?isDirectory at Path@sys at llvm@@QBE_NXZ) referenced in function "void __cdecl 
llvm::sys::RemoveDirectoryOnSignal(class llvm::sys::Path const &)" 
(?RemoveDirectoryOnSignal at sys@llvm@@YAXABVPath at 12@@Z)
System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: 
bool __thiscall llvm::sys::Path::destroyDirectory(bool)const " 
(?destroyDirectory at Path@sys at llvm@@QBE_N_N at Z) referenced in function 
__catch$?Cleanup@@YAXXZ$0
System.lib(Signals.obj) : error LNK2019: unresolved external symbol "public: 
bool __thiscall llvm::sys::Path::destroyFile(void)const " 
(?destroyFile at Path@sys at llvm@@QBE_NXZ) referenced in function "void __cdecl 
Cleanup(void)" (?Cleanup@@YAXXZ)

_______________________________________________
LLVM Developers mailing list
LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev

_________________________________________________________________
Log på MSN Messenger direkte fra nettet  http://webmessenger.msn.com/




More information about the llvm-dev mailing list