Re: CVS LyX RPM build problems on Fedora Core

2005-07-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: What is wrong with your solution? The build requires ${PCH_FILE}, not pch.h? Anyway, doesn't matter. -- Angus

Re: CVS LyX RPM build problems on Fedora Core

2005-07-13 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > What is wrong with your solution? The build requires ${PCH_FILE}, not pch.h? Anyway, doesn't matter. -- Angus

CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
Hi everyone, I am moving from my hand-hacked Redhat 6.2 (migrated from Slackware) machines to Redhat Fedora Core. In the process, I am fixing up my daily CVS build for LyX to generate both an xforms and qt RPM automatically. I set up the lyx build directory like this: mkdir build cd build

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Angus Leeming
Kayvan A. Sylvan wrote: g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -Winvalid-pch --include=./pch.h -DBOOST_USER_CONFIG=config.h -I../../../../boost -Wextra -Wall -I/usr/X11R6/include -fno-exceptions -O2 -MT convenience.lo -MD -MP -MF .deps/convenience.Tpo -c

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | Hi everyone, | I am moving from my hand-hacked Redhat 6.2 (migrated from Slackware) | machines to Redhat Fedora Core. | In the process, I am fixing up my daily CVS build for LyX to generate | both an xforms and qt RPM automatically. | I set up the

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Looks like someone should add pch.h to the various Makefile.am files. I already have a patch for this. Sent to the list as we speak. -- Lgb

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Angus Leeming
Lars Gullik Bjønnes wrote: | Looks like someone should add pch.h to the various Makefile.am files. I already have a patch for this. Sent to the list as we speak. So I see. I also see that your solution will work and mine won't ;-) Good night. -- Angus

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | Looks like someone should add pch.h to the various Makefile.am files. I already have a patch for this. Sent to the list as we speak. | So I see. I also see that your solution will work and mine won't ;-) | Good night.

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: I belive I have the fix for this in one of my trees. Please try this: Thanks. It works perfectly. I can now make rpmdist for both xforms and qt under Redhat FC4. Thanks. ---Kayvan

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: I belive I have the fix for this in one of my trees. Please try this: | Thanks. It works perfectly. I can now make rpmdist for both | xforms and qt under Redhat FC4. Nice. I

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
On Wed, Jul 13, 2005 at 01:41:27AM +0200, Lars Gullik Bjønnes wrote: Kayvan A. Sylvan [EMAIL PROTECTED] writes: | On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: I belive I have the fix for this in one of my trees. Please try this: | Thanks. It works

CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
Hi everyone, I am moving from my hand-hacked Redhat 6.2 (migrated from Slackware) machines to Redhat Fedora Core. In the process, I am fixing up my daily CVS build for LyX to generate both an xforms and qt RPM automatically. I set up the lyx build directory like this: mkdir build cd build

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Angus Leeming
Kayvan A. Sylvan wrote: > g++ -DHAVE_CONFIG_H -I. -I. -I../../../../src -Winvalid-pch > --include=./pch.h "-DBOOST_USER_CONFIG=" > -I../../../../boost -Wextra -Wall -I/usr/X11R6/include > -fno-exceptions -O2 -MT convenience.lo -MD -MP -MF > .deps/convenience.Tpo -c

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Hi everyone, > | I am moving from my hand-hacked Redhat 6.2 (migrated from Slackware) | machines to Redhat Fedora Core. > | In the process, I am fixing up my daily CVS build for LyX to generate | both an xforms and qt RPM automatically. > | I set

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Looks like someone should add pch.h to the various Makefile.am files. I already have a patch for this. Sent to the list as we speak. -- Lgb

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | Looks like someone should add pch.h to the various Makefile.am files. > I already have a patch for this. > Sent to the list as we speak. So I see. I also see that your solution will work and mine won't ;-) Good night. -- Angus

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> | Looks like someone should add pch.h to the various Makefile.am files. >> I already have a patch for this. >> Sent to the list as we speak. > | So I see. I also see that your solution will work and mine won't ;-) > | Good

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: > > I belive I have the fix for this in one of my trees. > > Please try this: Thanks. It works perfectly. I can now "make rpmdist" for both xforms and qt under Redhat FC4. Thanks. ---Kayvan

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: >> >> I belive I have the fix for this in one of my trees. >> >> Please try this: > | Thanks. It works perfectly. I can now "make rpmdist" for both | xforms and qt under Redhat

Re: CVS LyX RPM build problems on Fedora Core

2005-07-12 Thread Kayvan A. Sylvan
On Wed, Jul 13, 2005 at 01:41:27AM +0200, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | On Wed, Jul 13, 2005 at 12:35:36AM +0200, Lars Gullik Bjønnes wrote: > >> > >> I belive I have the fix for this in one of my trees. > >> > >> Please try this: > > > |