> "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
generate a diff but guess Jean-Marc can get a fix into CVS faster
anywyay. AH_TEMPLATE is documented in the autconf 2.53 reference manual. GNU
autoconf 2.53 only has AC_EGREP_HEADER and the like, which is not quite the
same (however it is worth noting that LYX_CHECK_DECL is a wrapped version of
> "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
several
headers if you need this to fix the problem. I could turn WTX_CHECK_HDRS into
LYX_DECL_HDRS quickly if you asked (WTX_CHECK_DECL_HDRS internally uses
WTX_CHECK_DECL_HDR).
The LYX_DECL_HDR/WTC_CHECK_DECL_HDR macro is a wrapper arround AC_EGREP_HEADER
and does not know about the autoconf-2.53
> "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
hing wrong with LYX_CHECK_DECL, which
should have defined HAVE_DECL_MKSTEMP when it found the function.
Has anyone else had success with cvs lyx and autoconf 2.53? What did you
do?
Ben.
Returning to lyx-devel after a long period of absence, during which I
have completed and submitted my thesis. Th
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
I just upgraded my system to use these and then I tried to build
lyx...
... close to _no_ problems...
Of course since we really want to convert to 2.53 fully some time in
the future I did some changes...
Attached is the patch that show what I did...
There are still some small problems... but n
26 matches
Mail list logo