sigc++/func_slot.h:60: undef. ref. to `grfx::GImageXPM::newImage(void)' and `...::loadableFormats(void) ??

2002-04-07 Thread R. Lahaye
Hi, I'm trying to compile LyX-CVS against Open Xforms. I came quite a long way so far, but got stuck at the present error message. Can anybody explain to me what could be the reason for this error at the very end of my make: -

Re: "make maintainer/dist-clean" script-error

2002-04-07 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Two problems here: > | 1) "-C" is an illegal option for (g)make! It is not. -- Lgb

"make maintainer/dist-clean" script-error

2002-04-07 Thread R. Lahaye
Hi, When I do a "gmake maintainer-clean" or "gmake distclean", it ends with: - [...] rm -f Makefile stamp-h stamp-h[0-9]* test -z "*.orig *.rej *~ *.bak core" || rm -f *.orig *.rej *~ *.bak core rm -f libtool if test -f $dir/Makefile

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > >> > | must be: > > |int const xoffset_l = max(0, (int)params.bb.xl - xl_orig); > |int const xoffset_r = max(0, image_->w - (int)params.bb.xr + xl_orig); > |int const yoffset_t = max(0, image_->h - (int)params.b

Re: lyxinclude.m4 is missing in lyx-1.2.0pre2

2002-04-07 Thread Lars Gullik Bjønnes
cghan <[EMAIL PROTECTED]> writes: | On Sun, 7 Apr 2002, Lars Gullik [iso-8859-1] Bjønnes wrote: > >> >> It is not there, why do you need it? >> (as of now you should track CVS instead of pre-releases.) >> > | Because I keep getting "missing separator" error messages at | src/mathed/Makefile. Th

Re: lyxinclude.m4 is missing in lyx-1.2.0pre2

2002-04-07 Thread cghan
On Sun, 7 Apr 2002, Lars Gullik [iso-8859-1] Bjønnes wrote: > > It is not there, why do you need it? > (as of now you should track CVS instead of pre-releases.) > Because I keep getting "missing separator" error messages at src/mathed/Makefile. The same error occurred with pre1, but I was a

make distcheck

2002-04-07 Thread Lars Gullik Bjønnes
I had no idea that it should be so hard and time consuming to get make distcheck to work more or less correct in all cases... I seem to be close now... Please help be test and check if I have reach my goal now... distcheck shold work from: - srcdir == builddir - srcdir !=

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> int const xoffset_l = max(0, params.bb.xl - xl_orig); >> int const xoffset_r = max(0, image_->w - params.bb.xr + xl_orig); >> int const yoffset_t = max(0, image_->h - params.bb.yt + yb_orig); >> int const yoffset_b

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: > >> int const xoffset_l = max(0, params.bb.xl - xl_orig); >> int const xoffset_r = max(0, image_->w - params.bb.xr + xl_orig); >> int const yoffset_t = max(0, image_->h - params.bb.yt + yb_orig); >> int const yoffset_b

Re: BUG: big paste causes lyx 1.1.6fix4 to hang

2002-04-07 Thread Jochem Kossen
On Sun, Apr 07, 2002 at 08:56:04PM +0200, Herbert Voss wrote: > Jochem Kossen wrote: > > >When pasting a big text, LyX 1.1.6fix4 hangs on FreeBSD 4.5-STABLE (did > >not test other OS'es)...Someone else noticed the same bug too... > > > what is a "big" text? > I did it with the viewed text (so

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Herbert Voss
Herbert Voss wrote: > clipping on original bounding boxes like 29 39 200 300 > is wrong, because LyX takes the first two values > (lower left) in relation to (0,0) and crops the image > with wrong values. > > This was first mentioned by Rob. > > The attached patch fixes this, so that lyx-view >

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > int const xoffset_l = max(0, params.bb.xl - xl_orig); > int const xoffset_r = max(0, image_->w - params.bb.xr + xl_orig); > int const yoffset_t = max(0, image_->h - params.bb.yt + yb_orig); > int const yoffset_b = max(0, params.bb.yb - yb_orig); > > looks a l

Re: BUG: big paste causes lyx 1.1.6fix4 to hang

2002-04-07 Thread Herbert Voss
Jochem Kossen wrote: > When pasting a big text, LyX 1.1.6fix4 hangs on FreeBSD 4.5-STABLE (did > not test other OS'es)...Someone else noticed the same bug too... what is a "big" text? HErbert -- http://www.lyx.org/help/

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Herbert Voss
Lars Gullik Bjønnes wrote: > Herbert Voss <[EMAIL PROTECTED]> writes: > > | The attached patch fixes this, so that lyx-view > | and latex view are the same.. > > | +2002-04-07 Herbert Voss <[EMAIL PROTECTED]> > | + > | + * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetool

Re: [PATCH] LyXView of clipped images

2002-04-07 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | The attached patch fixes this, so that lyx-view | and latex view are the same.. | +2002-04-07 Herbert Voss <[EMAIL PROTECTED]> | + | + * ControlGraphics.[C]: move readBB as readBB_from_PSFile into filetools | + Was this necessary to do now? (yes

BUG: big paste causes lyx 1.1.6fix4 to hang

2002-04-07 Thread Jochem Kossen
When pasting a big text, LyX 1.1.6fix4 hangs on FreeBSD 4.5-STABLE (did not test other OS'es)...Someone else noticed the same bug too... Couldn't find such a bug in bugzilla. I'm not subscribed to the list, so please CC: me Thanks! Jochem

Re: [Devel] Another bug list!

2002-04-07 Thread Juergen Spitzmueller
John Levon wrote: > > - When I change from Article to Article (AMS), LyX resets all my > > language and paper settings. Not nice! A result from a bug fix: (The > > list of font size options (e.g. AMS allows 9pt) is not updated > > immediately in the document layout dialog when you change the

[PATCH] LyXView of clipped images

2002-04-07 Thread Herbert Voss
clipping on original bounding boxes like 29 39 200 300 is wrong, because LyX takes the first two values (lower left) in relation to (0,0) and crops the image with wrong values. This was first mentioned by Rob. The attached patch fixes this, so that lyx-view and latex view are the same.. Herbert

Re: Unusable "Additional Latex Options"

2002-04-07 Thread Herbert Voss
Kornel Benko wrote: > Trying to set this option to e.g. "draft" > in graphics-dialog. > This option seems to be somehow broken, there is no > sign of it in the exported latex-file, nor does it appear > in the dialog the next time I open it. can not reproduce. insert a graphic, choose draft and

bindist

2002-04-07 Thread Lars Gullik Bjønnes
I want to change the bindist target to this: bindistdir=$(PWD)/lyxbin bindistfile=$(PACKAGE)-$(VERSION)-bin.tar.gz newbindist: rm -f $(bindistfile) $(MAKE) $(AM_MAKEFLAGS) DESTDIR=$(bindistdir) install-strip if test -f $(top_srcdir)/README.bin ; then \ $(INSTAL

Re: latest cvs: no make install-strip

2002-04-07 Thread Lars Gullik Bjønnes
Herbert Voss <[EMAIL PROTECTED]> writes: | what goes wrong?? my fault... Use "make -k install" The problem is that "makefile" overrides "Makefile" -- Lgb

Unusable "Additional Latex Options"

2002-04-07 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- Trying to set this option to e.g. "draft" in graphics-dialog. This option seems to be somehow broken, there is no sign of it in the exported latex-file, nor does it appear in the dialog the next time I open it. Kornel - -- Kornel Benko [EMAIL PROTECTE

[PATCH]Re: lyx-view of an eps-image

2002-04-07 Thread Herbert Voss
please apply HErbert Kornel Benko wrote: > -BEGIN PGP SIGNED MESSAGE- > > On Sunday, 7. April 2002 12:15, you wrote: > >>please, try the patch >> >>herbert >> > > Yes, this is working. Of course, the view-creation > (due to convert) is very slow. -- http://www.lyx.org/help/ I

bug in cvs

2002-04-07 Thread Herbert Voss
the patch http://www.mail-archive.com/lyx-devel%40lists.lyx.org/msg35477.html is buggy when you insert a graphic file which is in a deeper dir than the one from the doc. In this case the absolut path is missing, the converted image is written into the doc dir and latex fails, because it searchs

Re: lyx-view of an eps-image

2002-04-07 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- On Sunday, 7. April 2002 12:15, you wrote: > please, try the patch > > herbert Yes, this is working. Of course, the view-creation (due to convert) is very slow. The file contains eps format data. Converting it to xpm format. Temporary file `/tmp/lyx_tmpdi

Re: lyx-view of an eps-image

2002-04-07 Thread Herbert Voss
please, try the patch herbert -- http://www.lyx.org/help/ Index: src/support/filetools.C === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/filetools.C,v retrieving revision 1.113 diff -u -r1.113 filetools.C --- src/su

Re: latest cvs: no make install-strip

2002-04-07 Thread Herbert Voss
> [...] > Making install in xforms > make[4]: Entering directory `/home/voss/lyx-devel.neu/src/frontends/xforms' > Making install in forms > make[5]: Entering directory > `/home/voss/lyx-devel.neu/src/frontends/xforms/forms' > make[5]: *** No rule to make target `install'. Stop. > make[5]: Leavi

latest cvs: no make install-strip

2002-04-07 Thread Herbert Voss
what goes wrong?? Herbert [...] Making install in xforms make[4]: Entering directory `/home/voss/lyx-devel.neu/src/frontends/xforms' Making install in forms make[5]: Entering directory `/home/voss/lyx-devel.neu/src/frontends/xforms/forms' make[5]: *** No rule to make target `install'. Stop. mak

lyx-view of an eps-image

2002-04-07 Thread Kornel Benko
-BEGIN PGP SIGNED MESSAGE- Current CVS This time I seem to be unable to lyx-view an eps-Image. The corresponding dvi- and postscript outputs are correct. Here the relevant part of the lyx-log: Token: 'lyxwidth' Token: '\end_inset' Handling token: `\the_end' Attempting to convert image