www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - [HELP] Compile optlink's sourcecode problems

reply "zhengnuo" <nuononuo gmail.com> writes:
  I download optlink's source code, and I compile it(VS2010):

  cd os2link
  nmake

  But it always prompt: no [ntio.lib], what should I do ?

  I can't find ntio.lib, and I think tt should not be compiled 
successfully.

  So what should I do to compile optlink's source code?

  Thank you very much!


  And the optlink's FULL source code download address :
  https://github.com/DigitalMars/optlink
Feb 19 2014
parent Andrej Mitrovic <andrej.mitrovich gmail.com> writes:
On 2/20/14, zhengnuo <nuononuo gmail.com> wrote:
   And the optlink's FULL source code download address :
   https://github.com/DigitalMars/optlink
I think you may need to run the vcvars or vsvars batch script to set up the paths, and then: To build, set environment variable DM (if not \dm), add dmc\bin to the path and run build_optlink.bat. Instructions from Rainers: https://github.com/DigitalMars/optlink/pull/2
Feb 20 2014