Re: make error

2008-04-11 Thread Bob Lounsbury
On Fri, Apr 11, 2008 at 5:57 PM, Bob Lounsbury <[EMAIL PROTECTED]> wrote: > I'm going to put a completely different stick of memory in and test it > and try to compile LyX and see what happens. > > Cheers, > /Bob > Just for the update. Not that it is of any importance to the development of LyX

Re: make error

2008-04-11 Thread Bob Lounsbury
On Thu, Apr 10, 2008 at 9:46 PM, rgheck <[EMAIL PROTECTED]> wrote: > Bob Lounsbury wrote: > > > Out of curiosity have you have run into this error: > > > > TocBackend.cpp:201: internal compiler error: Segmentation fault > > Please submit a full bug report, > > with preprocessed source if appropriat

Re: make error

2008-04-10 Thread rgheck
Bob Lounsbury wrote: Out of curiosity have you have run into this error: TocBackend.cpp:201: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See http://gcc.gnu.org/bugs.html> for instructions. make[3]: *** [TocBackend.lo] Erro

Re: make error

2008-04-10 Thread Bob Lounsbury
On Thu, Apr 10, 2008 at 8:08 PM, rgheck <[EMAIL PROTECTED]> wrote: > Bob Lounsbury wrote: > > > I just tried to build the latest svn revision #24220 on Slackware and > > got this error during make: > > > > > > > Andre forgot to svn add this new file. (We've all done it.) I'm guessing > he'll do it

Re: make error

2008-04-10 Thread rgheck
Bob Lounsbury wrote: I just tried to build the latest svn revision #24220 on Slackware and got this error during make: Andre forgot to svn add this new file. (We've all done it.) I'm guessing he'll do it tomorrow, when he's back online. Until then, you'll need to roll back to 24209: svn up

Re: make error again

2007-08-12 Thread Richard Heck
Never mind. My mistake. Richard Heck wrote: make[5]: *** No rule to make target `pch.h', needed by `pch.h.gch'. Stop. make[5]: Leaving directory `/cvs/lyx-pristine/src/frontends/qt4' make[4]: *** [all-recursive] Error 1 -- ==

Re: make error

2007-08-11 Thread christian . ridderstrom
On Fri, 10 Aug 2007, Richard Heck wrote: Richard Heck wrote: Richard Heck wrote: > > [EMAIL PROTECTED] boost]$ pwd > /cvs/lyx-devel/trunk/boost > [EMAIL PROTECTED] boost]$ make > make: *** No rule to make target `pch.h', needed by `pch.h.gch'. Stop. > > I did make clean and make distc

Re: make error

2007-08-10 Thread Bo Peng
> I'd be happy to do so but have never used it. What do I do? Install scons from www.scons.org, and type scons. You may want to read INSTALL.scons. If under windows, also INSTALL.Win32. The good thing about scons is that after the first run, you always run a single command 'scons install'. > I se

Re: make error

2007-08-10 Thread Richard Heck
Bo Peng wrote: I did make clean and make distclean, and reran configure, etc. I do not use autotools, but maybe autogen.sh can help? I've tried everything I can think of, including that. I think there's a problem with the source under autotools at the moment. The pch.h file is jus

Re: make error

2007-08-10 Thread Bo Peng
> >> I did make clean and make distclean, and reran configure, etc. I do not use autotools, but maybe autogen.sh can help? You might also want to try scons. Bo

Re: make error

2007-08-10 Thread Richard Heck
Richard Heck wrote: Richard Heck wrote: [EMAIL PROTECTED] boost]$ pwd /cvs/lyx-devel/trunk/boost [EMAIL PROTECTED] boost]$ make make: *** No rule to make target `pch.h', needed by `pch.h.gch'. Stop. I did make clean and make distclean, and reran configure, etc. Reverting to 19409 fixes this.

Re: make error

2007-08-10 Thread Richard Heck
Richard Heck wrote: [EMAIL PROTECTED] boost]$ pwd /cvs/lyx-devel/trunk/boost [EMAIL PROTECTED] boost]$ make make: *** No rule to make target `pch.h', needed by `pch.h.gch'. Stop. I did make clean and make distclean, and reran configure, etc. Reverting to 19409 fixes this. rh --

Re: Make error in sourcedoc?

2003-01-08 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> When I make lyx, it ends with Lars> | Lars> | make[1]: Leaving directory `/local/lasgoutt/qtbuild/src' | Lars> Making all in sourcedoc | make[1]: Entering directory Lars>

Re: Make error in sourcedoc?

2003-01-08 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | When I make lyx, it ends with | | make[1]: Leaving directory `/local/lasgoutt/qtbuild/src' | Making all in sourcedoc | make[1]: Entering directory `/local/lasgoutt/qtbuild/sourcedoc' | make[1]: *** No rule to make target `all'. Stop. | make[1]:

Re: make Error: boost/checked_delete.hpp:25: incomplete `x' definedhere

2002-08-13 Thread Rob Lahaye
Rob Lahaye wrote: > > Current CVS doesn't compile: > > [...] > FormDocument.C: In method `Buffer::Buffer(const Buffer &)': > ../../../boost/boost/scoped_ptr.hpp:36: > `boost::scoped_ptr::scoped_ptr(const > boost::scoped_ptr &)' is private Thanks for fixing it! Rob.