|
From: Marko B. <mar...@sp...> - 2005-09-05 19:55:27
|
Am Mo 05.09.2005 18:07 schrieb Hans-Bernhard Broeker <br...@ph...>: > Marko Brandes wrote: > > - copy ..configconfig.nt ..srcconfig.h > > That still looks strange. One of those .. should be superfluous. > --- You're right. Just a typo in the mail. > It's no longer really needed, either --- makefile.nt now makes the > copy > itself, if you didn't. > > > But nmake stops (after having assembled the linkopt1.msw) at calling > > the > > first link command. > > That's strange. It suggests your nmake or VC++ installation could be > broken, or your makefile.nt corrupted by earlier editing. > > Are you sure you did this from fresh, unmodified CVS source? --- Yes, sure. I hadn't touched the makefile. > > Are you sure you had cd'ed to gnuplot/src before running nmake? --- Yes. > > What ever went wrong there must be a peculiarity of your local system. > Others have been running builds using makefile.nt successfully for > years. > Phew... build complete. But don't ask how. I compiled the sources without using the makefile but loooooooong command-line arguments. Step by step. Maybe your are right and something is broken with my local installation. To activate the datastring and histogram features I had to copy EAM_DATASTRINGS and EAM_HISTOGRAM options from config.cyg to config.nt. It may be a good idea to add them to the CVS version of config.nt. Saves hassle. Again thanks for your help. Marko Brandes. |