I tried to build the latest using Visual Studio and ran into a few
problems. Patches attached to fix most of them. However, there's one I
can't easily fix.
DynamicLibrary.cpp is messed up. lib/System/DynamicLibrary.cpp does NOT
include platform/DynamicLibrary.cpp like it's supposed to, so the
Windows-specific implementation is not compiled. What's there now is
very Unix-centric and gives me lots of link errors. All the
Unix-platform-specific implementations are ignored also, but obviously
that doesn't cause any problems. Furthermore, the implementations of
the platform-specific files do not mesh well with the "common" file.
Also, the patch I submitted to fix Configure.vcproj weeks ago was never
committed. This new patch includes that fix.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: diff.out
Type: application/octet-stream
Size: 7902 bytes
Desc: not available
URL:
<http://lists.llvm.org/pipermail/llvm-dev/attachments/20041202/6738a4b5/attachment.obj>