jed-users mailing list

[2002 Date Index] [2002 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: 0.99-16 pre-release available


In message <200210030358.g933wuZ2004184@xxxxxxxxxxxxxx>, John E. Davis <davis@xxxxxxxxxxxxx> writes
A source-only 0.99-16 pre-release is now available for testing:

 ftp://space.mit.edu/pub/davis/jed/v0.99/pre-0.99-16.tar.gz

Please let me know if you find any problems.

This is probably a non-issue

Using Win32, cygwin and the default makefile from a Win32 command line.

main.c:set_jed_root
#ifdef JED_ROOT
  if ((jr == NULL) && (file_status(JED_ROOT) == 2))
    {
      jr = JED_ROOT;
    }
#endif

This has unfortunate effects with a path like JED_ROOT=D:\jed, the makefile wraps it as "D:\jed" instead of letting cpp properly stringify it to "D:\\jed". Simply typing 'make' appeared to build a working jed.exe (although its not the right way to build it on windows).

This *might* trip someone up for real?

--
Paul Shirley

--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2002 date index] [2002 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]