Re: I could not compile svn://svn.lyx.org/lyx/lyx-devel/trunk

2006-06-14 Thread picca
On Tue, 13 Jun 2006 22:45:25 +0200 Alex <[EMAIL PROTECTED]> wrote: > Hi! > > I have tried with/ and without "--disable-stdlib-debug" > and with "--disable-concept-checks" > > I got the same messages. Same with me when using autotools But when I used scons, no more problem. Bye

Re: Fix --without-included-boost?

2006-05-04 Thread picca
On Thu, 04 May 2006 08:55:03 +0200 Georg Baum <[EMAIL PROTECTED]> wrote: > Abdelrazak Younes wrote: > > > Bo Peng a écrit : > >> What do you think? > > > > Great Job! > > I am convinced and I will certainly use with minimal capability > > (building LyX is enough). > > I fear you both underestim

Re: Fix --without-included-boost?

2006-05-02 Thread picca
On Tue, 2 May 2006 08:33:01 -0500 "Bo Peng" <[EMAIL PROTECTED]> wrote: > You know what? when I first think of getting away from m4, I am > looking for something based on python. Python is way easier to work > with. > > And then, from this freshmeat article, > http://freshmeat.net/articles/view/88

Re: svn do not compile the gtk frontend

2006-04-12 Thread picca
On Wed, 12 Apr 2006 10:07:48 +0100 John Spray <[EMAIL PROTECTED]> wrote: > On Tue, 2006-04-11 at 15:10 +0200, [EMAIL PROTECTED] wrote: > > Hello > > > > I have just checkout the 13647 svn revision. > > do > > ./autogen.sh > > then > > ./configure --with-frontend=gtk; make > > > > The co

Re: lyx-1.4pre4

2006-01-30 Thread Frederic-Emmanuel PICCA
John Levon wrote: On Mon, Jan 30, 2006 at 03:05:42PM +0100, Leuven, E. wrote: * the icons are extremely ugly (and very inconsistent in style) We badly need an artist on staff. What about using the same icones than openoffice or abiword etc... where we can, and create a new set for others

Re: [GTK] bug when click on Tools:Preferences...

2006-01-26 Thread Frederic-Emmanuel PICCA
Jean-Marc Lasgouttes wrote: "Frederic-Emmanuel" == Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes: Frederic-Emmanuel> Hello It seems that a problemn is present with the Frederic-Emmanuel> Preferences. It is not implemented yet. Of course, it would be better if it d

[GTK] bug when click on Tools:Preferences...

2006-01-26 Thread Frederic-Emmanuel PICCA
Hello It seems that a problemn is present with the Preferences. [EMAIL PROTECTED]:~/Projets/lyx-devel/src$ ./lyx lyx: SIGSEGV signal caught Sorry, you have found a bug in LyX. Please read the bug-reporting instructions in Help->Introduction and send us a bug report, if necessary. Thanks ! By

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
It is very strange now everything compile with only make clean make distclean ./configure --with-frontend=gtk make It is kind of automake black magic. Frederic

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
I think the package is correctly named. The confusion is at the gnome side: The libraries of the latest gtkmm (version 2.8.2, installed from source) are named libgtkmm-2.4.la libgtkmm-2.4.so libgtkmm-2.4.so.1 libgtkmm-2.4.so.1.0.24 If I would package this up, I would name the package "libgtkmm-2

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
Jean-Marc Lasgouttes wrote: John> Sounds like you didn't ./configure with John> "--enable-maintainer-mode" - try running configure again. --enable-maintainer-mode is default nowadays. I think it is better to build from the root build directory, not src/. Now it compiles with the --enable-ma

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
Index: src/frontends/gtk//ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/frontends/gtk/ChangeLog,v retrieving revision 1.144 diff -u -p -r1.144

Re: [Patch] Detach Gtk from xforms, add GTabular, add GtkLengthEntry

2006-01-25 Thread Frederic-Emmanuel PICCA
eference to `lyx::graphics::LyXGd kImage::newImage()' :lyx_gui.C:(.text+0x2a9): undefined reference to `lyx::graphics::LyXGdkImage::l oadableFormats()' collect2: ld returned 1 exit status make[3]: *** [lyx-gtk] Erreur 1 make[3]: quittant le répertoire « /home/picca/Projets/lyx-devel/src » make

Re: tex2lyx on the wiki

2005-02-22 Thread Frederic-Emmanuel PICCA
Angus Leeming wrote: Lars Gullik Bjønnes wrote: | Here I got an error: The src/config.h file has not been created correctly. Because of the 'foo' error? No, that shouldn't make a difference. At least, '--with-frontend=foo' works for me on an FC3, on a Debian unstable and on a Windows XP machine.

Re: Can not compile from CVS lyx-devel

2005-02-18 Thread Frederic-Emmanuel PICCA
Angus Leeming wrote: Not strange. You're not passing this location to the compiler. ./configure --with-frontend='xforms qt' --with-qt-includes=/usr/include/qt3 Ok now it works. Why this qt includes dir is not configure automatically from the ./configure script. ?

Re: Can not compile from CVS lyx-devel

2005-02-18 Thread Frederic-Emmanuel PICCA
Lars Gullik Bjønnes wrote: Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes: | Hello | I tried to compile lyx (CVS lyxdevel) | after a ./autogen.sh with some errors: What are your versions of automake

Re: Can not compile from CVS lyx-devel

2005-02-18 Thread Frederic-Emmanuel PICCA
Lars Gullik Bjønnes wrote: Frederic-Emmanuel PICCA <[EMAIL PROTECTED]> writes: | Hello | I tried to compile lyx (CVS lyxdevel) | after a ./autogen.sh with some errors: What are your versions of automake and autoconf? I am using automake-1.4 and autoconf-2.59 | I tried with: | ./configure --w

Can not compile from CVS lyx-devel

2005-02-17 Thread Frederic-Emmanuel PICCA
re... I made a ./configure;make and the compilation stop after an error in the boost library. make[4]: Entering directory `/home/p