>>To: "Jean-Pierre.Chretien" <[EMAIL PROTECTED]>
>>Cc: [EMAIL PROTECTED]
>>Subject: Re: Prerelease LyX 1.1.4pre2
>>From: Jean-Marc Lasgouttes <[EMAIL PROTECTED]>
>>Date: 20 Jan 2000 11:48:18 +0100
>>
>>>>>>> "Jean-Pierre" == Jean-Pierre Chretien <[EMAIL PROTECTED]> 
writes:
>>
>>Jean-Pierre> Configuration of LyX was successful. Type 'make' to
>>Jean-Pierre> compile the program, and then 'make install' to install
>>Jean-Pierre> it. ----- make fails, here is the sdterr output ----- #
>>Jean-Pierre> make > log_make_wig filetools.C:99: warning: #warning Add
>>Jean-Pierre> proper emx support here! filetools.C:313: warning:
>>Jean-Pierre> #warning Look at and fix this. mkdir.C:19: prototype for
>>Jean-Pierre> `int lyx::mkdir(const char *, long unsigned int)' does
>>Jean-Pierre> not match any in class `lyx' lyxlib.h:60: candidate is:
>>Jean-Pierre> static int lyx::mkdir(const char *, unsigned int) 
>>
>>Try to change the mkdir declaration in both lyxlib.h and mkdir.C to
>>use unsigned long int. This should fix the problem. I can send a patch
>>if you need it.
>>
>>JMarc
>>
Works fine, I just get a lot of warnings:

filetools.C:99: warning: #warning Add proper emx support here!
filetools.C:313: warning: #warning Look at and fix this.
syscall.C:96: warning: #warning Implement this using the timer of the singleton 
systemcontroller (Asger)
BufferView.C:1235: warning: #warning fix this proper in 0.13
LyXAction.C:495: warning: #warning Not working as it should.
/usr/local/include/g++/stl_deque.h: In method `struct 
__deque_iterator<lyxstring,lyxstring &,lyxstring *,0> 
deque<lyxstring,__default_alloc_template<false,0>,0>::erase(struct 
__deque_iterator<lyxstring,lyxstring &,lyxstring *,0>)':
/usr/local/include/g++/stl_deque.h:533: warning: comparison between signed and 
unsigned
/usr/local/include/g++/stl_deque.h: In method `void 
deque<lyxstring,__default_alloc_template<false,0>,0>::reserve_map_at_front(unsig
ned int = 1)':
/usr/local/include/g++/stl_deque.h:638: warning: comparison between signed and 
unsigned
lyx_cb.C:550: warning: #warning What should we do here?
lyx_cb.C:1164: warning: #warning why do we do this?
lyx_cb.C:1313: warning: #warning remove this once we have a proper geometry 
class
lyx_cb.C:4087: warning: #warning UGLY!!
lyxfunc.C:998: warning: #warning fix this please
lyxrc.C: In method `int LyXRC::read(const class lyxstring &)':
lyxrc.C:907: warning: enumeration value `RC_NOMENUACCELERATORS' not handled in 
switch
lyxrc.C: In method `void LyXRC::output(class ostream &) const':
lyxrc.C:1196: warning: enumeration value `RC_NOMENUACCELERATORS' not handled in 
switch
paragraph.C:3762: warning: #warning Define FANCY_FOOTNOTE_CODE to re-enable 
Allan footnote code
paragraph.C: In method `int LyXParagraph::BeginningOfMainBody() const':
paragraph.C:2094: warning: `char previous_char' might be used uninitialized in 
this function
paragraph.C:2094: warning: `char temp' might be used uninitialized in this 
function
table.C:871: warning: #warning Insert a error message window here that this 
format is not supported anymore
text.C:2264: warning: #warning There is a bug here! (Asger)
text2.C:1842: warning: #warning Asger: Make cut more intelligent here.
text2.C:2304: warning: #warning Explain this please.
toolbar.C:340: warning: #warning This is dangerous!


Then install is OK for /usr/local/share/lyx-1.1
but the binaries /usr/local/bin/lyx, /usr/local/bin/noweb2lyx
and the manuel is not suffixed.
As for reLyX, I don't know if the release numbers need suffixing or not.


Thnks for lyxname, it is better, I only need to protect
the current lyx binary, which is easy in the test-install script.

Regards

-- 
Jean-Pierre

Reply via email to