Re: Re: Re: Compiling LyX under FreeBSD

2009-10-15 Thread rainel
> Maybe you need > > ./configure --with-libiconv-prefix=/usr/local > > given that you have installed libiconv? All right, it's no bug, only my lack of knowledge. I've managed to install a whole lot of dependecies, then compile with gmake in about 15 minutes. I thought configure w

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: 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: 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