Missing file?

2003-10-14 Thread Kayvan A. Sylvan
make[3]: Entering directory `/home/ksylvan/src/lyx-build/src' make[3]: *** No rule to make target `../../lyx/src/undo_funcs.C', needed by `und o_funcs.o'. Stop. -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katheri

Re: Missing file?

2003-10-14 Thread Angus Leeming
Kayvan A. Sylvan wrote: > make[3]: Entering directory `/home/ksylvan/src/lyx-build/src' > make[3]: *** No rule to make target `../../lyx/src/undo_funcs.C', > needed by `undo_funcs.o'. Stop. Your dependencies are hosed. André killed undo_funcs.[Ch] this afternoon. $ grep -r undo_funcs src | grep

Re: Missing file?

2003-10-14 Thread Kayvan A. Sylvan
On Tue, Oct 14, 2003 at 08:24:38PM +, Angus Leeming wrote: > Kayvan A. Sylvan wrote: > > make[3]: Entering directory `/home/ksylvan/src/lyx-build/src' > > make[3]: *** No rule to make target `../../lyx/src/undo_funcs.C', > > needed by `undo_funcs.o'. Stop. > > Your dependencies are hosed. And

Re: Missing file?

2003-10-14 Thread Angus Leeming
Kayvan A. Sylvan wrote: > Thanks. > ./autogen.sh and ./configure and make fixed it. If you ./configure --enable-maintainer-mode then all will happen auto-magically when you type make... -- Angus

Re: Missing file?

2003-10-15 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Kayvan A. Sylvan wrote: >> Thanks. ./autogen.sh and ./configure and make fixed it. Angus> If you ./configure --enable-maintainer-mode then all will Angus> happen auto-magically when you type make... Note that we could have --enabl

Re: Missing file?

2003-10-15 Thread Jose' Matos
On Wednesday 15 October 2003 09:39, Jean-Marc Lasgouttes wrote: > > Note that we could have --enable-maintainer-mode default to true for > development versions. That would be good, is there any drawback for this approach? > JMarc -- José Abílio LyX and docbook, a perfect match. :-)

Re: Missing file?

2003-10-15 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> On Wednesday 15 October 2003 09:39, Jean-Marc Lasgouttes wrote: >> Note that we could have --enable-maintainer-mode default to true >> for development versions. Jose'> That would be good, is there any drawback for this approach?

Re: Missing file?

2003-10-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: > | Jose'> On Wednesday 15 October 2003 09:39, Jean-Marc Lasgouttes wrote: >>> Note that we could have --enable-maintainer-mode default to true >>> for development versions. > | Jose'> Tha

Missing file src/LayoutModuleList.cpp

2009-02-21 Thread Kornel Benko
Since last commit r28574 Kornel -- Kornel Benko kornel.be...@berlin.de signature.asc Description: This is a digitally signed message part.

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread rgheck
Kornel Benko wrote: Since last commit r28574 Kornel Sorry! rh

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread Kornel Benko
Am Samstag 21 Februar 2009 schrieb rgheck: > Kornel Benko wrote: > > Since last commit r28574 > > > > Kornel > > Sorry! Ok, but now there is: cd /usr/BUILD/BuildLyx/src && /usr/bin/c++ -DQT_NO_STL -DQT_NO_KEYWORDS - DHAVE_GETTEXT -DENABLE_NLS=1 -DUSE_ASPELL=1 -DHAVE_ICONV=1 -Wall -Wall -O3 -

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread Uwe Stöhr
> Ok, but now there is: I added the missing include so it should compile now. regards Uwe

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread Kornel Benko
Am Samstag 21 Februar 2009 schrieb Uwe Stöhr: > > Ok, but now there is: > > I added the missing include so it should compile now. > > regards Uwe Thanks Uwe. I tried to commit, but failed. svn ci -m"fix cmake after r28575" development/cmake/src/tex2lyx/CMakeLists.txt svn: Commit failed

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread rgheck
Uwe Stöhr wrote: > Ok, but now there is: I added the missing include so it should compile now. Must be needed on some platforms, not on others. rh

Re: Missing file src/LayoutModuleList.cpp

2009-02-21 Thread Kornel Benko
Am Samstag 21 Februar 2009 schrieb rgheck: > Uwe Stöhr wrote: > > > Ok, but now there is: > > > > I added the missing include so it should compile now. > > Must be needed on some platforms, not on others. On my platform it was needed when compiling with cmake, not needed compiling with autoconf.

Latest CVS: missing file lexlength.h

2001-12-03 Thread Kayvan A. Sylvan
Looks like a forgotten cvs add: [...] make[1]: Entering directory `/home/kayvan/src/lyx/src' make[1]: *** No rule to make target `lexlength.h', needed by `distdir'. Stop. make[1]: Leaving directory `/home/kayvan/src/lyx/src' make: *** [distdir] Error 1 -- Kayvan A. Sylvan | Proud hus

{Add] missing file in CVS

2002-01-09 Thread Martin Vermeer
FuncStatus.h seems not in CVS. Attached. ...and thx for doing the rest :-) -- Martin // -*- C++ -*- #ifndef FUNC_STATUS_H #define FUNC_STATUS_H /// The status of a function. class FuncStatus { private: enum StatusCodes { /// OK = 0, /

missing file in 2.3.2 tarball

2019-02-10 Thread Uwe Stöhr
I compiled LyX 2.3.2 from the tarball and get one CMake error that the file lyx.ico is missing. I could fix it by putting it into the folder ~\development\cmake. Either the file is missing or Cmake needs to be adapted that there is no longer this file. regards Uwe

configure failure... (latest CVS) missing file?

2006-03-13 Thread Kayvan A. Sylvan
/tests/Makefile config.status: error: cannot find input file: src/frontends/controllers/tests/Makefile.in Is there a missing file? -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan, | Katherine Yelena (8/8/89) http

cannot compile in mathed/ (missing file?)

2001-11-09 Thread Jean-Marc Lasgouttes
I get: ../../lyx-devel/src/mathed/../ -I../.. -I../../../lyx-devel -I../../../lyx-devel/boost -I../../../lyx-devel/src/cheaders -I/afs/rocq/home/meval/common/include/ -I/usr/local/include/ -g -c -MD ../../../lyx-devel/src/mathed/math_deliminset.C cxx: Error: ../../../lyx-devel/src/mathed/math_

Re: {Add] missing file in CVS

2002-01-09 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> FuncStatus.h seems not in CVS. Attached. ...and thx for doing Martin> the rest :-) It is in: http://www.lyx.org/cgi-bin/cvsweb.cgi/lyx-devel/src/FuncStatus.h Maybe you had a problem because you had your own version in. JMarc

Re: {Add] missing file in CVS

2002-01-09 Thread Martin Vermeer
On Wed, Jan 09, 2002 at 01:14:31PM +0100, Jean-Marc Lasgouttes wrote: > Maybe you had a problem because you had your own version in. > > JMarc Yeah, that was it. (functionally equivalent to yours btw ;-) Martin msg31203/pgp0.pgp Description: PGP signature

Re: configure failure... (latest CVS) missing file?

2006-03-13 Thread Lars Gullik Bjønnes
ends/controllers/Makefile | config.status: creating src/frontends/controllers/tests/Makefile | config.status: error: cannot find input file: | src/frontends/controllers/tests/Makefile.in | | Is there a missing file? Hmm... you do have the Makefile.am in that dir? Or are you missing a ./autogen.

Re: configure failure... (latest CVS) missing file?

2006-03-16 Thread Kayvan A. Sylvan
ests/Makefile > | config.status: creating src/frontends/Makefile > | config.status: creating src/frontends/controllers/Makefile > | config.status: creating src/frontends/controllers/tests/Makefile > | config.status: error: cannot find input file: > | src/frontends/controllers/tests/Makefile

Re: configure failure... (latest CVS) missing file?

2006-03-20 Thread Kayvan A. Sylvan
On Thu, Mar 16, 2006 at 10:39:24PM -0800, Kayvan A. Sylvan wrote: > On Tue, Mar 14, 2006 at 12:18:43AM +0100, Lars Gullik Bjønnes wrote: > > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > > > | config.status: creating src/insets/Makefile > > | config.status: creating src/support/Makefile > > |

Re: configure failure... (latest CVS) missing file?

2006-03-21 Thread Jean-Marc Lasgouttes
> "Kayvan" == Kayvan A Sylvan <[EMAIL PROTECTED]> writes: Kayvan>[...] config.status: creating Kayvan> src/frontends/controllers/Makefile config.status: creating Kayvan> src/frontends/controllers/tests/Makefile config.status: error: Kayvan> cannot find input file: Kayvan> src/frontends/con

Re: configure failure... (latest CVS) missing file?

2006-03-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | One of these two fixes should work. The reason nobody noticed is that | we already have tests/Makefile.in from earlier runs, I guess. | | Index: src/frontends/controllers/Makefile.am | =

Re: configure failure... (latest CVS) missing file?

2006-03-22 Thread Kayvan A. Sylvan
On Wed, Mar 22, 2006 at 09:35:16PM +0100, Lars Gullik Bjønnes wrote: > Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > | One of these two fixes should work. The reason nobody noticed is that > | we already have tests/Makefile.in from earlier runs, I guess. > | > | Index: src/frontends/contro

Re: configure failure... (latest CVS) missing file?

2006-03-23 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> This is the correct fix. I applied it. JMarc

Re: configure failure... (latest CVS) missing file?

2006-03-23 Thread Lars Gullik Bjønnes
"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: | Yes. This gets me past the initial problem. Now there is a link issue (see | my other email). I am unable to find your other mail, can you repost? -- Lgb

Re: configure failure... (latest CVS) missing file?

2006-03-24 Thread Kayvan A. Sylvan
On Thu, Mar 23, 2006 at 10:56:49PM +0100, Lars Gullik Bjønnes wrote: > "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes: > > | Yes. This gets me past the initial problem. Now there is a link issue (see > | my other email). > > I am unable to find your other mail, can you repost? I just did.

Re: cannot compile in mathed/ (missing file?)

2001-11-09 Thread Andre Poenitz
On Fri, Nov 09, 2001 at 11:26:48AM +0100, Jean-Marc Lasgouttes wrote: > So, where/what is math_extern.h? The 'math-extern' related stuff from 'math_data.C'. I split the latter because it was getting too large for my taste, but forgot to 'cvs add' the files... Andre' -- André Pönitz ..

Re: [LyX/master] Missing file format bis from 0c3b88e3

2014-07-11 Thread Jürgen Spitzmüller
Am Donnerstag 10 Juli 2014, 21:59:59 schrieb Georg Baum: > commit 1a073ea416674ed37b65a333126a65369a2882be > Author: Georg Baum > Date: Thu Jul 10 21:59:17 2014 +0200 > > Missing file format bis from 0c3b88e3 Sorry. And thanks. Jürgen