> "Duncan" == Duncan Simpson <[EMAIL PROTECTED]> writes:
Duncan> There is a bug in the macro which tried to that but
Duncan> unfortunately left out the middle argument (which probably why
Duncan> it did not work). If autoheader is not noticing that then I
Duncan> think AH_TEMPLATE is the right
There is a bug in the macro which tried to that but unfortunately left out the
middle argument (which probably why it did not work). If autoheader is not
noticing that then I think AH_TEMPLATE is the right thing (presumably as part
of the macro, that happens irrespective of the result).
I could g
> "John" == John Levon <[EMAIL PROTECTED]> writes:
John> On Tue, Nov 19, 2002 at 02:08:36PM +0100, Jean-Marc Lasgouttes
John> wrote:
>> The problem is that the checking is done correctly, but we cannot
>> get autoheader to guess that it has to provide a template for
>> HAVE_DECL_MKSTEMP. Since
On Tue, Nov 19, 2002 at 02:08:36PM +0100, Jean-Marc Lasgouttes wrote:
> The problem is that the checking is done correctly, but we cannot get
> autoheader to guess that it has to provide a template for
> HAVE_DECL_MKSTEMP. Since no template exists, the #define is forgotten.
I thought autoheader *
> "Duncan" == Duncan Simpson <[EMAIL PROTECTED]> writes:
Duncan> Some electrons claimed that Jean-Marc Lasgouttes write:
>>
Ben> 2) does not define HAVE_DECL_MKSTEMP, but my system has it.
>> Lars, the LYX_DECL_HDR is broken: it does not create a define in
>> config.h. I do not know what to d
Some electrons claimed that Jean-Marc Lasgouttes write:
>
> Ben> 2) does not define HAVE_DECL_MKSTEMP, but my system has it.
>
> Lars, the LYX_DECL_HDR is broken: it does not create a define in
> config.h. I do not know what to do about it, actually
>
> JMarc
>
Do you need some compile time sw
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> strange things are:
Ben> 1) does not define HAVE_STRERROR, but my system has it.
The check has been removed now, and the text about it in the config.h
postamble can go away (as well as strerror.c and atexit.c, BTW).
Ben> 2) does not d
On Fri, 2002-11-08 at 00:23, Jean-Marc Lasgouttes wrote:
> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>
> Ben> On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
> >> Ben Stanley <[EMAIL PROTECTED]> writes:
> >>
> >> But I compile on RH-8.0 all the time and have no problems.
> >>
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
>> Ben Stanley <[EMAIL PROTECTED]> writes:
>>
>> But I compile on RH-8.0 all the time and have no problems.
>>
Ben> I just did a complete
Ben> cvs checkout lyx-devel
Ben> and th
On Thu, 2002-11-07 at 01:15, Lars Gullik Bjønnes wrote:
> Ben Stanley <[EMAIL PROTECTED]> writes:
>
> But I compile on RH-8.0 all the time and have no problems.
>
I just did a complete
cvs checkout lyx-devel
and then
autogen.sh
./configure --with-frontend=qt --prefix=/packages/lyx-1.3.0cvs
m
Ben Stanley <[EMAIL PROTECTED]> writes:
| On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote:
>> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>>
>> Ben> OK, I did a cvs up, and tested the build... and I *still* get
>> Ben> failures on duplicate declarations of strerror and mkstemp.
On Thu, 2002-11-07 at 00:37, Jean-Marc Lasgouttes wrote:
> > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
>
> Ben> OK, I did a cvs up, and tested the build... and I *still* get
> Ben> failures on duplicate declarations of strerror and mkstemp.
>
> Are you sure you ran autogen.sh?
>
> JMa
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> OK, I did a cvs up, and tested the build... and I *still* get
Ben> failures on duplicate declarations of strerror and mkstemp.
Are you sure you ran autogen.sh?
JMarc
On Wed, 2002-11-06 at 21:19, Jean-Marc Lasgouttes wrote:
> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
>
> Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
> Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
> Lars> |
> Lars> | Lars> I already did i
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: |
Lars> > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> |
Lars> | Lars> I already did it.
Lars> |
Lars> | Excellent.
Lars> but feel free to modify what I
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> I already did it.
|
| Excellent.
but feel free to modify what I did.
--
Lgb
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> I already did it.
Excellent.
JMarc
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
|
| Lars> Oh well... anyway... I supposedly fixed this. But I guess the
| Lars> fix could use a fix.
|
| I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but
| I'll
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Oh well... anyway... I supposedly fixed this. But I guess the
Lars> fix could use a fix.
I'll do it. I cannot get lyxstring to work with gcc 2.95.2 (yet), but
I'll commit this first.
JMarc
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| > "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
|
| Ben> Hi,
|
| Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found
| Ben> that I got a double declaration of strerror. This is primarily
| Ben> caused by there being no *tes
> "Ben" == Ben Stanley <[EMAIL PROTECTED]> writes:
Ben> Hi,
Ben> I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found
Ben> that I got a double declaration of strerror. This is primarily
Ben> caused by there being no *test* for strerror, but there is a
Ben> macro which declares strerr
Ben Stanley <[EMAIL PROTECTED]> writes:
| Hi,
|
| I'm trying to compile LyX 1.3.0cvs on RedHat 8.0, and I found that I got
| a double declaration of strerror. This is primarily caused by there
| being no *test* for strerror, but there is a macro which declares
| strerror if HAVE_STRERROR is not d
John Levon <[EMAIL PROTECTED]> writes:
| On Fri, Aug 02, 2002 at 12:14:16AM +0200, Lars Gullik Bjønnes wrote:
|
| > Attached is the patch that show what I did...
| > There are still some small problems... but nothing that hinders
| > building lyx.
|
| Did you build qt2 ? Did you try the old too
On Fri, Aug 02, 2002 at 12:14:16AM +0200, Lars Gullik Bjønnes wrote:
> Attached is the patch that show what I did...
> There are still some small problems... but nothing that hinders
> building lyx.
Did you build qt2 ? Did you try the old tools with your patch ?
I'd rather not go through the ni
24 matches
Mail list logo