Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-13 Thread Arnd Hanses
On 13 Jan 2000 16:33:24 +0100, Jean-Marc Lasgouttes wrote: >> "Lars" == Lars Gullik Bj°nnes <[EMAIL PROTECTED]> writes: > >Lars> | Maybe the right solution is to see which of these header files >Lars> are needed | to make FD_ZERO work: sys/time.h, stdlib.h, >Lars> strings.h. (After all, it is

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-13 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> | Maybe the right solution is to see which of these header files | Lars> are needed | to make FD_ZERO work: sys/time.h, stdlib.h, | Lars> strings.h. (After all, it is | FD

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-13 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> | Maybe the right solution is to see which of these header files Lars> are needed | to make FD_ZERO work: sys/time.h, stdlib.h, Lars> strings.h. (After all, it is | FD_ZERO we want, not bzero.) Lars> Since the set of header fil

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-13 Thread Lars Gullik Bjønnes
"R. Lindsay Todd" <[EMAIL PROTECTED]> writes: | It looks like AIX has a C++ stdlib.h file that defines bzero, as | well as other | stdlib.h functions. This #undefs bzero before specifying the prototype. | Would it harm anything to have configure look for stdlib.h, and #include | that in spellch

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-12 Thread Arnd Hanses
On Wed, 12 Jan 2000 13:58:53 -0500, R. Lindsay Todd wrote: >At 12:38 PM 1/12/00 +0100, Jean-Marc Lasgouttes wrote: >> > "Lindsay" == R Lindsay Todd <[EMAIL PROTECTED]> writes: >> >>Until yesterday, I would have said that _all_ systems except solaris7 >>use const char* ;) I have added some cod

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-12 Thread R. Lindsay Todd
At 12:38 PM 1/12/00 +0100, Jean-Marc Lasgouttes wrote: > > "Lindsay" == R Lindsay Todd <[EMAIL PROTECTED]> writes: > >Until yesterday, I would have said that _all_ systems except solaris7 >use const char* ;) I have added some code in configure which is >supposed to detect this situation, altho

Re: Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-12 Thread Jean-Marc Lasgouttes
> "Lindsay" == R Lindsay Todd <[EMAIL PROTECTED]> writes: Lindsay> I compiled Lyx 1.1.3 on AIX 4.3.2 using gcc 2.95.2. There Lindsay> were two minor errors that prevented successful compilation: Lindsay> 1) In src/support/filetools.C, about line 322: Lindsay> The call to putenv fails.

Compile errors: LyX 1.1.3, AIX 4.3.2

2000-01-11 Thread R. Lindsay Todd
I compiled Lyx 1.1.3 on AIX 4.3.2 using gcc 2.95.2. There were two minor errors that prevented successful compilation: 1) In src/support/filetools.C, about line 322: The call to putenv fails. The putenv requires a char* argument, at least on AIX. I had to add a cast. Unless some s