Re: Error in Imagemagick included in LyX installation (Windows)

2009-10-13 Thread Joost Verburg
Uwe Stöhr wrote: Very strange because my installer includes the Imagemagick files without any changes. It might be that the ImageMagick version that I included has a bug that only affects a few systems like yours. (You are the first one reporting that ImageMagick fails.) Did you include the c

Re: Re: Compiling LyX under FreeBSD

2009-10-13 Thread Yokota K.
> docstream.cpp:19:19: error: iconv.h: No such file or directory Maybe you need ./configure --with-libiconv-prefix=/usr/local given that you have installed libiconv? Koji

Re: Re: Compiling LyX under FreeBSD

2009-10-13 Thread rainel
> Which 'make' is that? Not GNU make, I guess. I'd be will to work on > having our make infrastructure work in these case, but I do not know how > difficult this is. Typically, for moc files we use rules like this one > %_moc.cpp: %.h >$(MOC4) -o $@ $< > which creates foo.moc.cpp from fo

Re: Error in Imagemagick included in LyX installation (Windows)

2009-10-13 Thread Uwe Stöhr
Javier Matos Odut schrieb: If I try convert.exe in MS-DOS I get an error, Windows show a pop-up with title "convert.exe Error in the application" with message "The application was unable to start correctly (0xc0150002). Click OK to close the application". Very strange because my installer in

Re: Compiling LyX under FreeBSD

2009-10-13 Thread Jean-Marc Lasgouttes
"rainel" writes: > Hello all! > > I'm experimenting with PC-BSD, and looks like LyX 1.6.4 won't compile. It's a > PC-BSD 7.1.1, based on FreeBSD 7.2, 64 bit, running on a Core 2 Duo. > Configure says everything's ok, then make errors out. Here are the last few > lines of time make: Which 'mak

Re: How to make Changes.cpp a POTFILE?

2009-10-13 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Kornel Benko wrote: >> It should (for now) help to simply remove the old POTFILES.in. > > Yes, indeed. I guess autogen.sh should do it, then. But it would change the date even when not needed (and force a partial rebuild). Hmmm... JMarc

RE: Compiling LyX under FreeBSD

2009-10-13 Thread Vincent van Ravesteijn - TNW
>I'm experimenting with PC-BSD, and looks like LyX 1.6.4 won't compile. > > [...] > >make: don't know how to make SignalSlotPrivate_moc.cpp. Stop > Either do a make clean, autogen, autoconf or manually remove this file. The files *_moc.cpp are auto-generated (by qt) and were renamed to moc_*.cpp

Compiling LyX under FreeBSD

2009-10-13 Thread rainel
Hello all! I'm experimenting with PC-BSD, and looks like LyX 1.6.4 won't compile. It's a PC-BSD 7.1.1, based on FreeBSD 7.2, 64 bit, running on a Core 2 Duo. Configure says everything's ok, then make errors out. Here are the last few lines of time make: -- g++

Re: How to make Changes.cpp a POTFILE?

2009-10-13 Thread Jürgen Spitzmüller
Kornel Benko wrote: > They are in POTFILES.in (if you use cmake). > That said, the rules to create POTFILES.in are in po/Rules-lyx. > This file will be used in autogen.sh. Let me reformulate my question: how come that Changes.cpp is not listed in POTFILES.in even after ./autogen.sh? Jürgen

Re: How to make Changes.cpp a POTFILE?

2009-10-13 Thread Jürgen Spitzmüller
Kornel Benko wrote: > It should (for now) help to simply remove the old POTFILES.in. Yes, indeed. Jürgen

Re: How to make Changes.cpp a POTFILE?

2009-10-13 Thread Kornel Benko
Am Tuesday 13 October 2009 schrieb Jürgen Spitzmüller: > Kornel Benko wrote: > > > They are in POTFILES.in (if you use cmake). > > That said, the rules to create POTFILES.in are in po/Rules-lyx. > > This file will be used in autogen.sh. > > Let me reformulate my question: how come that Changes.cp

Re: r31603 - in lyx-devel/branches/BRANCH_1_6_X: . src

2009-10-13 Thread Jürgen Spitzmüller
Andre Poenitz wrote: > Why copies, not references? No particular reason. I'll change that. Jürgen