Hi David, > [ 87%] Generating test_dyndrivers_dir/null.rc NMAKE : fatal error > U1077: '.\test-drv-info.exe' : return code '0xc0000135' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual > Studio 8\VC\BIN\nmake.exe"' : return code '0x2' > Stop. > NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual > Studio 8\VC\BIN\nmake.exe"' : return code '0x2' > Stop. > > I am wondering whether this is to do with the dll path, but my path > does start with: > > PATH=..\..\plplot-5.9.5\buildnmake\dll;
Most likely relative paths don't work (don't know for sure). Could you try an absolute path? In addition, you could use the cmake option "- DENABLE_DYNDRIVERS=OFF" then the drivers are linked into the plplot library and are not separate dlls - then the make process should work without problems, but to make the examples run you still need the path to the plplot dll. Don't compile plplot as static, if you want to use plplot in your wxwidgets application - this won't work, since the wxWidgets library will be linked in twice (your application and to the plplot library) and this is not possible (due some symbols which need to be unique). HTH, Werner > > Best regards > > David -- Dr. Werner Smekal Institut fuer Allgemeine Physik Technische Universitaet Wien Wiedner Hauptstr 8-10 A-1040 Wien Austria email: sme...@iap.tuwien.ac.at web: http://www.iap.tuwien.ac.at/~smekal phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory) fax: +43-(0)1-58801-13499 ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Plplot-general mailing list Plplot-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plplot-general