Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
>
>
> Yes -- that fixes it for me. (Assuming this is the right fix, can
> someone check it in?)
>
>
Unfortunately no ;-)

Over Mac OS X 10.6.2 (snow leopard latest) Intel computer.

I started from scratch get the latest svn version by :

zsh-% svn co svn://svn.lyx.org/lyx/lyx-devel/trunk lyx-devel
...
Checked out revision 33622.

zsh-% cd lyx-devel
zsh-% ./autogen.sh

zsh-% ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
--with-version-suffix=-svn-2.0.0 --with-qt4-dir=/opt/local/libexec/qt4-mac/
--with-included-gettext --enable-optimization=-O2  --disable-stdlib-debug
...

Configuration
  Host type:i386-apple-darwin10.2.0
  Special build flags:  concept-checks assertions warnings
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags:   -Wextra -Wall   -g -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags:   -Wextra -Wall   -g -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version: 4.6.2
  Packaging:macosx
  LyX binary dir:
/Applications/LyX/LyX-svn-2.0.0.app/Contents/MacOS
  LyX files dir:
 /Applications/LyX/LyX-svn-2.0.0.app/Contents/Resources

Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.


zsh-% make
...

Again, ending by :
/opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot

terminé.
/opt/local/bin/msgmerge: `ar.po': No such file or directory
make[3]: *** [ar.po] Error 1
make[2]: *** [stamp-po] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

with :

zsh-% ls -al po/ar*
-rw-r--r--  1 yt  staff  541426  5 mar 05:53 po/ar.po
-rw---  1 yt  staff  541426  5 mar 05:53 po/ar.po~
zsh-% ls -al po/Ly*
-rw-r--r--  1 yt  staff  473555  5 mar 05:54 po/LyX-svn-2.0.0.pot


best,

Yvon


Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
2010/3/4 BH 

> On Thu, Mar 4, 2010 at 10:26 AM, Yvon Thoraval 
> wrote:
> >> But did you do ./autogen.sh *again* since encountering this problem?
> >> (You might also try first running "make clean" or even "make
> >> distclean" before doing ./autogen.sh and configuring.)
> >>
> >> BH
> >
> >
> > yes, obviously i did ./autogen.sh *again*,
>
> It wasn't obvious, or I wouldn't have asked! ;)
>
> The error says it can't find ar.po. Does that file exist in the po
> directory? (It should be there.)
>

$ ls po/ar.*
po/ar.po po/ar.po~


> I'm basically out of ideas
>
> BH
>

$ which msgmerge
/opt/local/bin/msgmerge

$ /opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot
/opt/local/bin/msgmerge: Erreur lors de l'ouverture de « ar.po » en lecture
: No such file or directory

may be the command isn't correct because ar.po is in po not in lyx-devel ???

also LyX-svn-2.0.0.pot is in the po subdir

then, doing :

/opt/local/bin/msgmerge --update po/ar.po po/LyX-svn-2.0.0.pot

terminé.
/opt/local/bin/msgmerge: `po/ar.po': No such file or directory

this is the same error as when doing make


Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
2010/3/4 BH 

> On Thu, Mar 4, 2010 at 10:18 AM, Yvon Thoraval 
> wrote:
>
> >> Everything is working fine for me. Try running autogen.sh again.
> >
> > i did :
> > $ make clean
> > $ ./autogen.sh
> >>
> >> Are you using the correct configure line, as specified in
> INSTALL.MacOSX?
> >>
> >> BH
> >
> > and then :
> > $ ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
> > --with-version-suffix=-svn-2.0.0
> --with-qt4-dir=/opt/local/libexec/qt4-mac/
> > --with-included-gettext --enable-optimization=-O2  --disable-stdlib-debug
> > seems to follow NSTALL.MacOSX ?
> > best,
> > YT
>
> But did you do ./autogen.sh *again* since encountering this problem?
> (You might also try first running "make clean" or even "make
> distclean" before doing ./autogen.sh and configuring.)
>
> BH
>


yes, obviously i did ./autogen.sh *again*, this time i did the whole :

$ make clean
$ make distclean
$ ./autogen.sh
$ ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
--with-version-suffix=-svn-2.0.0 --with-qt4-dir=/opt/local/libexec/qt4-mac/
--with-included-gettext --enable-optimization=-O2 --disable-stdlib-debug

and finally :
$ make
raising the same error ???

best,

YT


Re: LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
2010/3/4 BH 

> On Thu, Mar 4, 2010 at 9:05 AM, Yvon Thoraval 
> wrote:
> > with svn revision 33618 i get the error at make :
> > /opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot
> >
> 
> >
> 
> > .. terminé.
> > /opt/local/bin/msgmerge: `ar.po': No such file or directory
> > make[3]: *** [ar.po] Error 1
> > make[2]: *** [stamp-po] Error 2
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> >
> >
> > someone (Manveru) said :
> >
> > Someone puts language file in makefiles but miss committing the file on
> > repository?
> >
> > see msg
> http://www.mail-archive.com/lyx-users@lists.lyx.org/msg79647.html
> >
> > from preceeding post when i was using  révision : 33588.
> >
> >
> > no changes ?
>
> Everything is working fine for me. Try running autogen.sh again.
>

i did :

$ make clean
$ ./autogen.sh

>
> Are you using the correct configure line, as specified in INSTALL.MacOSX?
>
> BH
>

and then :
$ ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
--with-version-suffix=-svn-2.0.0 --with-qt4-dir=/opt/local/libexec/qt4-mac/
--with-included-gettext --enable-optimization=-O2  --disable-stdlib-debug

seems to follow NSTALL.MacOSX ?

best,

YT


LyX 2 over Mac OS X Snow Leopard make error

2010-03-04 Thread Yvon Thoraval
with svn revision 33618 i get the error at make :
/opt/local/bin/msgmerge --update ar.po LyX-svn-2.0.0.pot


.. terminé.
/opt/local/bin/msgmerge: `ar.po': No such file or directory
make[3]: *** [ar.po] Error 1
make[2]: *** [stamp-po] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


someone (Manveru) said :

Someone puts language file in makefiles but miss committing the file on
repository?

see msg http://www.mail-archive.com/lyx-users@lists.lyx.org/msg79647.html

from preceeding post when i was using  révision : 33588.


no changes ?


YT


LyX 2 over Mac OS X Snow Leopard make error

2010-02-27 Thread Yvon Thoraval
I've used the svn version (Checked out revision 33588.)

after installing MacPorts + selfupdate followed by :
% sudo port install qt4-mac
% sudo port install automake
% sudo port install gettext
% sudo port install pkgconfig

cd to lyx-devel then :

% ./autogen.sh
Using automake (GNU automake) 1.11.1
Using autoconf (GNU Autoconf) 2.65
Building macros...
Building config header template...
Building Makefile templates...
Building configure...
Building po/POTFILES.in...

run "./configure ; make"

i did a configure like that :

% ./configure --prefix=/Applications/LyX/LyX-svn-2.0.0.app
--with-version-suffix=-svn-2.0.0 --with-qt4-dir=/opt/local/libexec/qt4-mac/
--with-included-gettext --enable-optimization=-O2  --disable-stdlib-debug

(in order to get LyX in the right place and using the right qt4-dir)

this ended by :

Configuration
  Host type:i386-apple-darwin10.2.0
  Special build flags:  concept-checks assertions warnings
  C   Compiler: gcc
  C   Compiler LyX flags:
  C   Compiler flags:   -Wextra -Wall   -g -O2
  C++ Compiler: g++ (4.2.1)
  C++ Compiler LyX flags:
  C++ Compiler flags:   -Wextra -Wall   -g -O2
  Linker flags:
  Linker user flags:
  Qt 4 Frontend:
  Qt 4 version: 4.6.2
  Packaging:macosx
  LyX binary dir:
/Applications/LyX/LyX-svn-2.0.0.app/Contents/MacOS
  LyX files dir:
 /Applications/LyX/LyX-svn-2.0.0.app/Contents/Resources

Configuration of LyX was successful.
Type 'make' to compile the program,
and then 'make install' to install it.


which seems to be OK.

however the make failed :

/opt/local/bin/msgmerge: `ar.po': No such file or directory
make[3]: *** [ar.po] Error 1
make[2]: *** [stamp-po] Error 2
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2


then i wonder wy ?

best,

YT


tangle and pstricks was (Re: [newbie] inserting a figure with caption)

2003-10-14 Thread Yvon Thoraval
Le mardi, 14 oct 2003, à 08:58 Europe/Paris, Alfredo Braunstein a écrit 
:

Yes, but I do think that the behaviour is counterintuitive. There are 
at least
two "bad" factors inthere: 1) the caption must come after the figure 
(latex
restriction),
not a prob for me, i've this habit withLaTeX...

2) the fact that one cannot have an empty paragraph in LyX
forces us to have the "pressing enter while on the first position 
makes the
cursor go up" behaviour...

Interesting point, i think this as to be elsewhere in a tuto.

I'm coming from the MacGUT (LaTeX distro) on MacOS 9 side followed by 
some trial using iTeXMac on MacOS X and i'm disappointed about the way 
LyX do the work.

Under MacGUT i was using : fancyheader, cancel, tangle and pstricks and 
i'd like to know if it's possible to use those styles and pstricks 
under LyX.

Regards,

Yvon



[newbie] inserting a figure with caption

2003-10-12 Thread Yvon Thoraval
I'd like to insert a figure with a caption.
then i did :
Insert > Floats > Figure
i get a grey rectangle with "float:Figure" in it followed Figure 
#:where i entered the caption text "Un dinosaure"...

now, i've to insert the figure by itself but i'm unable to find the way 
to insert the figure in the correct place.

i'm only able to insert it between Figure #: and the caption text "Un 
dinosaure" giving 2 errors.

althought the tuto says i've to enter the figure BEFORE the caption 
that's to say before "Figure #: Un dinosaure" i'm unable to put the 
insertion prompt at that place...

If someone could help me.

Yvon