==================BEGIN FORWARDED MESSAGE==================

Thanks for reply,

On 14 Feb 1999 11:39:07 +0900, [EMAIL PROTECTED] wrote:

>> Headers are correct, but I understand there are different version
>> numbering schemes:
>> LyX requires v. 4.7, I got 3.4k, which is probably newer.
>
>XPM version numbering scheme is,
>file format version : major library version : minor library version
>so 3.4k is v. 4.11 and v. 4.7 is 3.4g
>3.4k is newer than 3.4g

Finally found some explanation in the header. The prefix 3 was what
really did confuse me... 

And: No more complains from LyX.

>> >Changing reLyX.cmd in binary distribution is OK.  However, although
>> >it was necessary to change configure.cmd in the distribution,
>> >it must be done in a way it also works even if LyX is only unpacked
>> >from the source and not build/installed.  And of course it is
>> >important to submit the changes to LyX developers ;-)
>>
>> Only stripped absolute path_to_perl (was g:\and_something or so), so
>> that perl will be searched in path. Too obvious to submit.
>
>I was talking about changes to lib/configure.cmd
>In fact reLyX.cmd is automatically generated by (top level)
>configure.cmd in the source distribution.

Oh yes, more fuzz, sorry. World is too confusing nowadays... :)

[What about changing the name to 'LyXlocConf.cmd' or so. There are too
many scripts called 'configure' lying around.]

The changes (lib/configure.cmd):
---------------
        l. 45:
old: if \(''=SysSearchPath('PATH','gv.exe')) then

new: if \(''=SysSearchPath('PATH','GV.EXE')) then

        l.60-64 old: 
call SysFileTree 'reLyX\reLyx.cmd', 'found', 'F'
if found.0 = 0 then
  RELYX='none'
else
  RELYX='reLyX.cmd'

        l.60-63 new: 
if \(''=SysSearchPath('PATH','RELYX.CMD')) then
  RELYX='reLyX.cmd'
else
  RELYX='none'


I do not remember the details anymore, but as far as I can remember
there is occasionally a problem with case in filenames: If you let OS/2
search for Uppercase, it will also find lowercase/mixed case. If it
searches for lowercase filenames, for some strange reasons it has
problems finding mixed case. At least this was the problem on my box. 
As the changed scripts did work with my installed binary release, I am
more or less confident I did not break other things.


BTW:

My diff (GNU diffutils 2.7.1, from leo) does not work with pipelines:
cat foo1 | diff foo -
diff: -: Invalid seek

Could not find another version. Am I doing a mistake, or is the port
broken? (I did not trust this thing anymore; though).

I hope the above did help somehow, not confuse even more ... :)

And: In case there are more confused souls on X/2 list like me (doubt
that, though) feel free to forward any parts herein interesting for
them to the list.


Regards,


A. Hanses


=================================================================
To unsubscribe from the list, please send a mail with the line
'unsubscribe xfreeos2' in the body to '[EMAIL PROTECTED]'.
=================================================================



===================END FORWARDED MESSAGE===================

Reply via email to