link problems
    Manfred Nowak 
    svv1999 at hotmail.com
       
    Mon Aug  5 00:46:17 PDT 2013
    
    
  
Kai Nacke wrote:
>  Did you create the x64 profile
Did not do this twice and forgot to report on that. By that: I am on 
win8/64.
where can I find the documentation for creating such profiles---or do you 
really want to baby-sit me (... and all other babes out there)?
2)
The .bat file for ldc:
md build-ldc2-x64
git clone git://github.com/ldc-developers/ldc.git ldc
cd ldc
git submodule update --init
cd runtime\druntime
git checkout -b ldc-latest
cd ..\phobos
git checkout -b ldc-latest
cd ..\..\..\build-ldc2-x64
cmake -G "Visual Studio 10 Win64"
 -DCMAKE_INSTALL_PREFIX="C:/Program Files/LDC"
 -DLLVM_ROOT_DIR="C:/Program Files/LLVM-x64"  
 -DLIBCONFIG++_INCLUDE_DIR="C:/LDCenv/libconfig-1.4.9/lib"
 -DLIBCONFIG++_LIBRARY="C:/LDCenv/libconfig-1.4.9/Debug/libconfig++.lib"
 C:\LDCenv\ldc
msbuild ALL_BUILD.vcxproj
cd .. 
-manfred
    
    
More information about the digitalmars-d-ldc
mailing list