From: Joachim W. <wu...@cr...> - 2002-11-22 15:37:56
|
Hi Olof, I am trying to install plplot under W2000 (with Cygwin). In a first step, I did ./configure, make, make install in the plplot main directory (btw: which configure options are recommended if I only want to use the W2000 port ?). In a second step I went into the sys/win32/msdev directory, and I followed your instructions until step 5, which fails with the following message: -------------------------------------------------------------------------= -------- /D/Downloads/plplot-5.1.0/sys/win32/msdev/plplib $ nmake plplib.mak Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. No configuration specified. Defaulting to plplib - Win32 Debug. Warning: cannot find "plplib.dep" if not exist ".\Release/" mkdir ".\Release" cl.exe /nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" = /D "_LI B" /Fo".\Release\\" /Fd".\Release\\" /FD /c ..\..\..\..\tmp\plcore.cpp plcore.cpp ..\..\..\..\tmp\plplot/plplotP.h(94) : fatal error C1034: ctype.h: no = include pa th set NMAKE : fatal error U1077: 'cl.exe' : return code '0x2' Stop. -------------------------------------------------------------------------= --------- Thank you for any help - Joachim |