Re: Compile warnings for 1.4.4

2007-02-24 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John Yes... The compile line was:

John ./configure --prefix=/usr/local --with-frontend=qt
John --enable-shared \ --with-x

You should not use this switch actually. I am not sure why we have it...

  Anyway a way around this is to configure with --disable-pch. All
 you will lose is a bit of compilation speed.

John Ok. It continued and finished compiling completely - so the Q:
John is if the result is reliable or not. It seems to run fine when
John doing a short test. Should I recompile?

I don't think so.




Re: Compile warnings for 1.4.4

2007-02-24 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John Yes... The compile line was:

John ./configure --prefix=/usr/local --with-frontend=qt
John --enable-shared \ --with-x

You should not use this switch actually. I am not sure why we have it...

  Anyway a way around this is to configure with --disable-pch. All
 you will lose is a bit of compilation speed.

John Ok. It continued and finished compiling completely - so the Q:
John is if the result is reliable or not. It seems to run fine when
John doing a short test. Should I recompile?

I don't think so.




Re: Compile warnings for 1.4.4

2007-02-24 Thread Jean-Marc Lasgouttes
> "John" == John Coppens <[EMAIL PROTECTED]> writes:

John> Yes... The compile line was:

John> ./configure --prefix=/usr/local --with-frontend=qt
John> --enable-shared \ --with-x

You should not use this switch actually. I am not sure why we have it...

>>  Anyway a way around this is to configure with --disable-pch. All
>> you will lose is a bit of compilation speed.

John> Ok. It continued and finished compiling completely - so the Q:
John> is if the result is reliable or not. It seems to run fine when
John> doing a short test. Should I recompile?

I don't think so.




Re: Compile warnings for 1.4.4

2007-02-23 Thread John Coppens
On Fri, 23 Feb 2007 08:41:37 +0100
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:

  John == John Coppens [EMAIL PROTECTED] writes:
 
 John This happened after a clean install of the 1.4.4 source distro.
 John The .pch appear not to be in the distro, so yes, this happens
 John always (I compiled only once). Just in case, I tried to delete
 John them all and got the same problem.
 
 How did you conffigure LyX? Did you use --enable-shared?

Yes... The compile line was:

./configure --prefix=/usr/local --with-frontend=qt --enable-shared \
--with-x

 
 Anyway a way around this is to configure with --disable-pch. All you
 will lose is a bit of compilation speed.

Ok. It continued and finished compiling completely - so the Q: is if the
result is reliable or not. It seems to run fine when doing a short test.
Should I recompile?

John


Re: Compile warnings for 1.4.4

2007-02-23 Thread John Coppens
On Fri, 23 Feb 2007 08:41:37 +0100
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:

  John == John Coppens [EMAIL PROTECTED] writes:
 
 John This happened after a clean install of the 1.4.4 source distro.
 John The .pch appear not to be in the distro, so yes, this happens
 John always (I compiled only once). Just in case, I tried to delete
 John them all and got the same problem.
 
 How did you conffigure LyX? Did you use --enable-shared?

Yes... The compile line was:

./configure --prefix=/usr/local --with-frontend=qt --enable-shared \
--with-x

 
 Anyway a way around this is to configure with --disable-pch. All you
 will lose is a bit of compilation speed.

Ok. It continued and finished compiling completely - so the Q: is if the
result is reliable or not. It seems to run fine when doing a short test.
Should I recompile?

John


Re: Compile warnings for 1.4.4

2007-02-23 Thread John Coppens
On Fri, 23 Feb 2007 08:41:37 +0100
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:

> > "John" == John Coppens <[EMAIL PROTECTED]> writes:
> 
> John> This happened after a clean install of the 1.4.4 source distro.
> John> The .pch appear not to be in the distro, so yes, this happens
> John> always (I compiled only once). Just in case, I tried to delete
> John> them all and got the same problem.
> 
> How did you conffigure LyX? Did you use --enable-shared?

Yes... The compile line was:

./configure --prefix=/usr/local --with-frontend=qt --enable-shared \
--with-x

> 
> Anyway a way around this is to configure with --disable-pch. All you
> will lose is a bit of compilation speed.

Ok. It continued and finished compiling completely - so the Q: is if the
result is reliable or not. It seems to run fine when doing a short test.
Should I recompile?

John


Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John I get similar warnings for most files compiled: g++
John -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
John --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
John -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
John kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
John ././pch.h.gch: created and used with different settings of -fpic

John I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
John couldn't find a description of the error on google.

Does this still happen if you delete those *.gch files and let gcc
recreate them?

JMarc


Re: Compile warnings for 1.4.4

2007-02-22 Thread John Coppens
On Thu, 22 Feb 2007 11:22:12 +0100
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:

  John == John Coppens [EMAIL PROTECTED] writes:
 
 John I get similar warnings for most files compiled: g++
 John -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
 John --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
 John -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
 John kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
 John ././pch.h.gch: created and used with different settings of -fpic
 
 John I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
 John couldn't find a description of the error on google.
 
 Does this still happen if you delete those *.gch files and let gcc
 recreate them?

This happened after a clean install of the 1.4.4 source distro. The .pch
appear not to be in the distro, so yes, this happens always (I compiled
only once). Just in case, I tried to delete them all and got the same
problem.

This happens quite at the beginning of the compilation process:

make  all-am
make[5]: Entering directory
`/usr/local/src/office/lyx-1.4.4/boost/libs/filesystem/src'
if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../../../src  -Winvalid-pch
--include=./pch.h -DBOOST_USER_CONFIG=config.h -I../../../../boost
-I/usr/X11R6/include -fno-exceptions -O2 -MT convenience.lo -MD -MP -MF
.deps/convenience.Tpo -c -o convenience.lo convenience.cpp; \ 
then mv -f .deps/convenience.Tpo .deps/convenience.Plo; 
else rm -f .deps/convenience.Tpo; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -Winvalid-pch --include=./pch.h
-DBOOST_USER_CONFIG=config.h -I../../../../boost -I/usr/X11R6/include
-fno-exceptions -O2 -MT convenience.lo -MD -MP -MF .deps/convenience.Tpo
-c convenience.cpp  -fPIC -DPIC -o .libs/convenience.o cc1plus:
warning: ././pch.h.gch: created and used with different settings of -fpic

(this is the first of the warnings)

I'm no C++ programmer, so I fear I'm not much help here.

John


Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John This happened after a clean install of the 1.4.4 source distro.
John The .pch appear not to be in the distro, so yes, this happens
John always (I compiled only once). Just in case, I tried to delete
John them all and got the same problem.

How did you conffigure LyX? Did you use --enable-shared?

Anyway a way around this is to configure with --disable-pch. All you
will lose is a bit of compilation speed.

JMarc



Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John I get similar warnings for most files compiled: g++
John -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
John --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
John -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
John kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
John ././pch.h.gch: created and used with different settings of -fpic

John I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
John couldn't find a description of the error on google.

Does this still happen if you delete those *.gch files and let gcc
recreate them?

JMarc


Re: Compile warnings for 1.4.4

2007-02-22 Thread John Coppens
On Thu, 22 Feb 2007 11:22:12 +0100
Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:

  John == John Coppens [EMAIL PROTECTED] writes:
 
 John I get similar warnings for most files compiled: g++
 John -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
 John --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
 John -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
 John kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
 John ././pch.h.gch: created and used with different settings of -fpic
 
 John I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
 John couldn't find a description of the error on google.
 
 Does this still happen if you delete those *.gch files and let gcc
 recreate them?

This happened after a clean install of the 1.4.4 source distro. The .pch
appear not to be in the distro, so yes, this happens always (I compiled
only once). Just in case, I tried to delete them all and got the same
problem.

This happens quite at the beginning of the compilation process:

make  all-am
make[5]: Entering directory
`/usr/local/src/office/lyx-1.4.4/boost/libs/filesystem/src'
if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../../../src  -Winvalid-pch
--include=./pch.h -DBOOST_USER_CONFIG=config.h -I../../../../boost
-I/usr/X11R6/include -fno-exceptions -O2 -MT convenience.lo -MD -MP -MF
.deps/convenience.Tpo -c -o convenience.lo convenience.cpp; \ 
then mv -f .deps/convenience.Tpo .deps/convenience.Plo; 
else rm -f .deps/convenience.Tpo; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -Winvalid-pch --include=./pch.h
-DBOOST_USER_CONFIG=config.h -I../../../../boost -I/usr/X11R6/include
-fno-exceptions -O2 -MT convenience.lo -MD -MP -MF .deps/convenience.Tpo
-c convenience.cpp  -fPIC -DPIC -o .libs/convenience.o cc1plus:
warning: ././pch.h.gch: created and used with different settings of -fpic

(this is the first of the warnings)

I'm no C++ programmer, so I fear I'm not much help here.

John


Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
 John == John Coppens [EMAIL PROTECTED] writes:

John This happened after a clean install of the 1.4.4 source distro.
John The .pch appear not to be in the distro, so yes, this happens
John always (I compiled only once). Just in case, I tried to delete
John them all and got the same problem.

How did you conffigure LyX? Did you use --enable-shared?

Anyway a way around this is to configure with --disable-pch. All you
will lose is a bit of compilation speed.

JMarc



Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
> "John" == John Coppens <[EMAIL PROTECTED]> writes:

John> I get similar warnings for most files compiled: g++
John> -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
John> --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
John> -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
John> kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
John> ././pch.h.gch: created and used with different settings of -fpic

John> I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
John> couldn't find a description of the error on google.

Does this still happen if you delete those *.gch files and let gcc
recreate them?

JMarc


Re: Compile warnings for 1.4.4

2007-02-22 Thread John Coppens
On Thu, 22 Feb 2007 11:22:12 +0100
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:

> > "John" == John Coppens <[EMAIL PROTECTED]> writes:
> 
> John> I get similar warnings for most files compiled: g++
> John> -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch
> John> --include=./pch.h -I./.. -I../../boost -I/usr/X11R6/include
> John> -fno-exceptions -O2 -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c
> John> kill.C -fPIC -DPIC -o .libs/kill.o cc1plus: warning:
> John> ././pch.h.gch: created and used with different settings of -fpic
> 
> John> I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I
> John> couldn't find a description of the error on google.
> 
> Does this still happen if you delete those *.gch files and let gcc
> recreate them?

This happened after a clean install of the 1.4.4 source distro. The .pch
appear not to be in the distro, so yes, this happens always (I compiled
only once). Just in case, I tried to delete them all and got the same
problem.

This happens quite at the beginning of the compilation process:

make  all-am
make[5]: Entering directory
`/usr/local/src/office/lyx-1.4.4/boost/libs/filesystem/src'
if /bin/sh ../../../../libtool --tag=CXX --mode=compile g++
-DHAVE_CONFIG_H -I. -I. -I../../../../src  -Winvalid-pch
--include=./pch.h -DBOOST_USER_CONFIG="" -I../../../../boost
-I/usr/X11R6/include -fno-exceptions -O2 -MT convenience.lo -MD -MP -MF
".deps/convenience.Tpo" -c -o convenience.lo convenience.cpp; \ 
then mv -f ".deps/convenience.Tpo" ".deps/convenience.Plo"; 
else rm -f ".deps/convenience.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I.
-I../../../../src -Winvalid-pch --include=./pch.h
"-DBOOST_USER_CONFIG=" -I../../../../boost -I/usr/X11R6/include
-fno-exceptions -O2 -MT convenience.lo -MD -MP -MF .deps/convenience.Tpo
-c convenience.cpp  -fPIC -DPIC -o .libs/convenience.o cc1plus:
warning: ././pch.h.gch: created and used with different settings of -fpic

(this is the first of the warnings)

I'm no C++ programmer, so I fear I'm not much help here.

John


Re: Compile warnings for 1.4.4

2007-02-22 Thread Jean-Marc Lasgouttes
> "John" == John Coppens <[EMAIL PROTECTED]> writes:

John> This happened after a clean install of the 1.4.4 source distro.
John> The .pch appear not to be in the distro, so yes, this happens
John> always (I compiled only once). Just in case, I tried to delete
John> them all and got the same problem.

How did you conffigure LyX? Did you use --enable-shared?

Anyway a way around this is to configure with --disable-pch. All you
will lose is a bit of compilation speed.

JMarc



Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John


Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John


Compile warnings for 1.4.4

2007-02-19 Thread John Coppens
I get similar warnings for most files compiled:

 g++ -DHAVE_CONFIG_H -I. -I. -I../../src -Winvalid-pch --include=./pch.h
-I./.. -I../../boost -I/usr/X11R6/include -fno-exceptions -O2 -MT kill.lo
-MD -MP -MF .deps/kill.Tpo -c kill.C  -fPIC -DPIC -o .libs/kill.o
cc1plus: warning: ././pch.h.gch: created and used with different settings
of -fpic

I'm using gcc-4.1.1, maybe that's the problem? Should I worry? I couldn't
find a description of the error on google.

John