jed-users mailing list

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

Re: Search and other functions don't work


John E. Davis wrote:
> Cesar Romani <cesar.romani@xxxxxxxxx> wrote:
>> I've installed jed 0.99.19.195 based on slang 2.2.0-121 on Windows XP.
>> with mingw and I've got jed.exe and wjed.exe
>> Whenever I search on a file using the menu or with CTRL-S, it appears:
>> Unable to open require. Check the value of the S-Lang load path
>>
>> And whenever I open a file using CTRL-X CTRL-F, the file gets loaded but
>> with the message:
>> Directory <directory> is invalid
>>
>> And when I edit a file and save it, I cannot edit it next time because
>> the file has become read-only.
>
> I am unable to reproduce the above problems nor the slsh problem with
> the latest snapshots (jed-pre0.99.19-196 + slang-pre2.2.0-124) on a
> windows xp system.  Do these versions work for you?

The problems with slsh are gone but those with jed persist.

Moreover when I compile jed I encounter the following problem:
--------------------
...
gcc -c -DWIN32 -W -Wall -O2 -fno-strength-reduce -DJED 
-I../../slang/src -o gw32objs/version.o  ./version.c
./version.c:112:6: too many decimal points in number
make: *** [gw32objs/version.o] Error 1
--------------------

Only when doing the following modification, does it compile:
--------------------
   fprintf (fp, " (MINGW32 v%g)", __MINGW32__);
   /*
#  ifdef __MINGW32_VERSION
        __MINGW32_VERSION
#  else
        __MINGW32__
#  endif
        );
        */
--------------------

Regards,
Cesar


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


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