Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Jean-Marc Lasgouttes
 Torsten == Torsten Hahn [EMAIL PROTECTED] writes:

Torsten ld: Undefined symbols:
Torsten boost::detail::crc_table_t(unsigned long)32,
Torsten (unsigned)79764919, (bool)1::table_ make[3]: *** [lyx] Error

This one will be fixed in 1.2.2. The fix can be found for now the
following bugzilla comment:
http://bugzilla.lyx.org/show_bug.cgi?id=425#c13

JMarc



Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Tomoharu Nishino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Just curious.  If you are already using fink, then why do you need to
compile Lyx separately?

If you are using 0.5.0 version of fink, then Lyx 1.2.1 is provided as a
pre-complied binary that can be installed using dselect.  If for some
reason you want to compile from source, then you can do this via fink
- - -- fink install lyx will compile version 1.2.1 from source.

If you have a version of fink prior to 0.5.0 -- 0.4.1 for example --
then I can see why you might want to compile fink from scratch since
the lyx that is offered as binaries in previous versions of fink is
1.1.6-fix3.  But, the files necessary to compile 1.2.1 are available in
the unstable directories.  Simply edit your fink.conf file (the
default location is /sw/etc/fink.conf) to include the unstable tree
then do fink install lyx.  This will compile 1.2.1.

Since version 0.5.0 resolves the issues present in 0.4.1 with respect
to 10.2.x compatibility, you may want to upgrade to 0.5.0 in any case.

Hope this helps.

Tomoharu Nishino

On Sunday, December 8, 2002, at 02:38 AM, Torsten Hahn wrote:

 Hi,

 i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
 xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
 from the lyx.org website. Now the ./configure script does not find the 
 xforms-library files and headers, because they are in /sw/lib and 
 /sw/include. How can i tell ./configure to use these path's also ?

 Thanks,
 Torsten.

 --
 Dipl. Nat. Torsten Hahn
 Institut für Experimentelle Physik / TU Bergakademie Freiberg
 mail: [EMAIL PROTECTED]
 Tel.: +49 (0) 3731 392670

-BEGIN PGP SIGNATURE-
Version: PGP 8.0

iQA/AwUBPfZhmUtUKCjW1vDuEQIHZwCfZDxJnkMv55xuGV+zNq+pdM9AfNgAnRWf
T5LNsS3Ek/BZ9YFeAgsbFvjW
=RaQt
-END PGP SIGNATURE-




Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Jean-Marc Lasgouttes
 Torsten == Torsten Hahn [EMAIL PROTECTED] writes:

Torsten ld: Undefined symbols:
Torsten boost::detail::crc_table_t(unsigned long)32,
Torsten (unsigned)79764919, (bool)1::table_ make[3]: *** [lyx] Error

This one will be fixed in 1.2.2. The fix can be found for now the
following bugzilla comment:
http://bugzilla.lyx.org/show_bug.cgi?id=425#c13

JMarc



Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Tomoharu Nishino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Just curious.  If you are already using fink, then why do you need to
compile Lyx separately?

If you are using 0.5.0 version of fink, then Lyx 1.2.1 is provided as a
pre-complied binary that can be installed using dselect.  If for some
reason you want to compile from source, then you can do this via fink
- - -- fink install lyx will compile version 1.2.1 from source.

If you have a version of fink prior to 0.5.0 -- 0.4.1 for example --
then I can see why you might want to compile fink from scratch since
the lyx that is offered as binaries in previous versions of fink is
1.1.6-fix3.  But, the files necessary to compile 1.2.1 are available in
the unstable directories.  Simply edit your fink.conf file (the
default location is /sw/etc/fink.conf) to include the unstable tree
then do fink install lyx.  This will compile 1.2.1.

Since version 0.5.0 resolves the issues present in 0.4.1 with respect
to 10.2.x compatibility, you may want to upgrade to 0.5.0 in any case.

Hope this helps.

Tomoharu Nishino

On Sunday, December 8, 2002, at 02:38 AM, Torsten Hahn wrote:

 Hi,

 i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
 xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
 from the lyx.org website. Now the ./configure script does not find the 
 xforms-library files and headers, because they are in /sw/lib and 
 /sw/include. How can i tell ./configure to use these path's also ?

 Thanks,
 Torsten.

 --
 Dipl. Nat. Torsten Hahn
 Institut für Experimentelle Physik / TU Bergakademie Freiberg
 mail: [EMAIL PROTECTED]
 Tel.: +49 (0) 3731 392670

-BEGIN PGP SIGNATURE-
Version: PGP 8.0

iQA/AwUBPfZhmUtUKCjW1vDuEQIHZwCfZDxJnkMv55xuGV+zNq+pdM9AfNgAnRWf
T5LNsS3Ek/BZ9YFeAgsbFvjW
=RaQt
-END PGP SIGNATURE-




Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Jean-Marc Lasgouttes
> "Torsten" == Torsten Hahn <[EMAIL PROTECTED]> writes:

Torsten> ld: Undefined symbols:
Torsten> boost::detail::crc_table_t<(unsigned long)32,
Torsten> (unsigned)79764919, (bool)1>::table_ make[3]: *** [lyx] Error

This one will be fixed in 1.2.2. The fix can be found for now the
following bugzilla comment:
http://bugzilla.lyx.org/show_bug.cgi?id=425#c13

JMarc



Re: building lyx1.2.1 on MacOSX

2002-12-10 Thread Tomoharu Nishino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi.

Just curious.  If you are already using fink, then why do you need to
compile Lyx separately?

If you are using 0.5.0 version of fink, then Lyx 1.2.1 is provided as a
pre-complied binary that can be installed using dselect.  If for some
reason you want to compile from source, then you can do this via fink
- - -- "fink install lyx" will compile version 1.2.1 from source.

If you have a version of fink prior to 0.5.0 -- 0.4.1 for example --
then I can see why you might want to compile fink from scratch since
the lyx that is offered as binaries in previous versions of fink is
1.1.6-fix3.  But, the files necessary to compile 1.2.1 are available in
the "unstable" directories.  Simply edit your fink.conf file (the
default location is /sw/etc/fink.conf) to include the "unstable" tree
then do "fink install lyx".  This will compile 1.2.1.

Since version 0.5.0 resolves the issues present in 0.4.1 with respect
to 10.2.x compatibility, you may want to upgrade to 0.5.0 in any case.

Hope this helps.

Tomoharu Nishino

On Sunday, December 8, 2002, at 02:38 AM, Torsten Hahn wrote:

> Hi,
>
> i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
> xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
> from the lyx.org website. Now the ./configure script does not find the 
> xforms-library files and headers, because they are in /sw/lib and 
> /sw/include. How can i tell ./configure to use these path's also ?
>
> Thanks,
> Torsten.
>
> --
> Dipl. Nat. Torsten Hahn
> Institut für Experimentelle Physik / TU Bergakademie Freiberg
> mail: [EMAIL PROTECTED]
> Tel.: +49 (0) 3731 392670

-BEGIN PGP SIGNATURE-
Version: PGP 8.0

iQA/AwUBPfZhmUtUKCjW1vDuEQIHZwCfZDxJnkMv55xuGV+zNq+pdM9AfNgAnRWf
T5LNsS3Ek/BZ9YFeAgsbFvjW
=RaQt
-END PGP SIGNATURE-




building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn
Hi,

i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

Thanks,
Torsten.

--
Dipl. Nat. Torsten Hahn
Institut für Experimentelle Physik / TU Bergakademie Freiberg
mail: [EMAIL PROTECTED]
Tel.: +49 (0) 3731 392670


Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Matej Cepl
Torsten Hahn wrote:
 i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
 xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
 from the lyx.org website. Now the ./configure script does not find the 
 xforms-library files and headers, because they are in /sw/lib and 
 /sw/include. How can i tell ./configure to use these path's also ?

I do not have Mac, but doesn't ./configure --help | less give
anything helpfull?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED],
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
As with the Christian religion, the worst advertisement for
Socialism is its adherents.
-- George Orwell




Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Ronald Florence
Torsten Hahn wrote:


i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. search
in standard places).  You can specify several directories, separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .

--

Ronald Florencewww.18james.com





Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn

Am Sonntag, 08.12.02, um 15:25 Uhr (Europe/Berlin) schrieb Ronald 
Florence:

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will 
find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. 
search
in standard places).  You can specify several directories, 
separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .



OK, this solves this issue. But now i run into an compile error. I 
would use the fink to install lyx, but it seems that there is only lyx 
1.2.0 avaiable in the unstable tree, or do i miss something ?

cu,
Torsten.

The compile errorr:

/bin/sh ../libtool --mode=link g++  -O -fno-rtti -fno-exceptions   -o 
lyx  BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o 
ColorHandler.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
FontInfo.o FontLoader.o FuncStatus.o LColor.o LaTeX.o LaTeXFeatures.o 
LyXAction.o LyXView.o MenuBackend.o Painter.o PainterBase.o 
ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o 
ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o bufferlist.o 
bufferparams.o bufferview_funcs.o chset.o converter.o debug.o 
encoding.o exporter.o font.o gettext.o importer.o intl.o iterators.o 
kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o 
lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o mathed/libmathed.la insets/libinsets.la 
frontends/libfrontends.la graphics/libgraphics.la support/libsupport.la 
`../sigc++/sigc-config --libs-names | sed -e 's/-lsigc//'` 
../sigc++/libsigc.la ../intl/libintl.a   -lXpm  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11
mkdir .libs
g++ -O -fno-rtti -fno-exceptions -o lyx BufferView.o BufferView2.o 
BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o 
DepTable.o FloatList.o Floating.o FontInfo.o FontLoader.o FuncStatus.o 
LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o LyXView.o MenuBackend.o 
Painter.o PainterBase.o ParagraphParameters.o Spacing.o TextCache.o 
Thesaurus.o ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o 
bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o 
debug.o encoding.o exporter.o font.o gettext.o importer.o intl.o 
iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o 
lyx_cb.o lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a 
insets/.libs/libinsets.a frontends/.libs/libfrontends.a -lforms 
graphics/.libs/libgraphics.a support/.libs/libsupport.a 
../sigc++/.libs/libsigc.a ../intl/libintl.a -lXpm -lSM -lICE -lc -lm 
-L/usr/X11R6/lib -lX11
ld: Undefined symbols:
boost::detail::crc_table_t(unsigned long)32, (unsigned)79764919, 
(bool)1::table_
make[3]: *** [lyx] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1





building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn
Hi,

i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

Thanks,
Torsten.

--
Dipl. Nat. Torsten Hahn
Institut für Experimentelle Physik / TU Bergakademie Freiberg
mail: [EMAIL PROTECTED]
Tel.: +49 (0) 3731 392670


Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Matej Cepl
Torsten Hahn wrote:
 i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
 xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
 from the lyx.org website. Now the ./configure script does not find the 
 xforms-library files and headers, because they are in /sw/lib and 
 /sw/include. How can i tell ./configure to use these path's also ?

I do not have Mac, but doesn't ./configure --help | less give
anything helpfull?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED],
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
As with the Christian religion, the worst advertisement for
Socialism is its adherents.
-- George Orwell




Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Ronald Florence
Torsten Hahn wrote:


i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. search
in standard places).  You can specify several directories, separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .

--

Ronald Florencewww.18james.com





Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn

Am Sonntag, 08.12.02, um 15:25 Uhr (Europe/Berlin) schrieb Ronald 
Florence:

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will 
find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. 
search
in standard places).  You can specify several directories, 
separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .



OK, this solves this issue. But now i run into an compile error. I 
would use the fink to install lyx, but it seems that there is only lyx 
1.2.0 avaiable in the unstable tree, or do i miss something ?

cu,
Torsten.

The compile errorr:

/bin/sh ../libtool --mode=link g++  -O -fno-rtti -fno-exceptions   -o 
lyx  BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o 
ColorHandler.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
FontInfo.o FontLoader.o FuncStatus.o LColor.o LaTeX.o LaTeXFeatures.o 
LyXAction.o LyXView.o MenuBackend.o Painter.o PainterBase.o 
ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o 
ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o bufferlist.o 
bufferparams.o bufferview_funcs.o chset.o converter.o debug.o 
encoding.o exporter.o font.o gettext.o importer.o intl.o iterators.o 
kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o 
lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o mathed/libmathed.la insets/libinsets.la 
frontends/libfrontends.la graphics/libgraphics.la support/libsupport.la 
`../sigc++/sigc-config --libs-names | sed -e 's/-lsigc//'` 
../sigc++/libsigc.la ../intl/libintl.a   -lXpm  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11
mkdir .libs
g++ -O -fno-rtti -fno-exceptions -o lyx BufferView.o BufferView2.o 
BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o 
DepTable.o FloatList.o Floating.o FontInfo.o FontLoader.o FuncStatus.o 
LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o LyXView.o MenuBackend.o 
Painter.o PainterBase.o ParagraphParameters.o Spacing.o TextCache.o 
Thesaurus.o ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o 
bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o 
debug.o encoding.o exporter.o font.o gettext.o importer.o intl.o 
iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o 
lyx_cb.o lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a 
insets/.libs/libinsets.a frontends/.libs/libfrontends.a -lforms 
graphics/.libs/libgraphics.a support/.libs/libsupport.a 
../sigc++/.libs/libsigc.a ../intl/libintl.a -lXpm -lSM -lICE -lc -lm 
-L/usr/X11R6/lib -lX11
ld: Undefined symbols:
boost::detail::crc_table_t(unsigned long)32, (unsigned)79764919, 
(bool)1::table_
make[3]: *** [lyx] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1





building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn
Hi,

i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

Thanks,
Torsten.

--
Dipl. Nat. Torsten Hahn
Institut für Experimentelle Physik / TU Bergakademie Freiberg
mail: [EMAIL PROTECTED]
Tel.: +49 (0) 3731 392670


Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Matej Cepl
Torsten Hahn wrote:
> i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
> xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
> from the lyx.org website. Now the ./configure script does not find the 
> xforms-library files and headers, because they are in /sw/lib and 
> /sw/include. How can i tell ./configure to use these path's also ?

I do not have Mac, but doesn't ./configure --help | less give
anything helpfull?

Matej

-- 
Matej Cepl, [EMAIL PROTECTED],
Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
138 Highland Ave. #10, Somerville, Ma 02143, (617) 623-1488
 
As with the Christian religion, the worst advertisement for
Socialism is its adherents.
-- George Orwell




Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Ronald Florence
Torsten Hahn wrote:


i use MacOSX 10.2.2 an tried to build lyx. I uses fink to install the 
xforms library (version 0.89-2). Then i downloaded the lyx1.2.1 source 
from the lyx.org website. Now the ./configure script does not find the 
xforms-library files and headers, because they are in /sw/lib and 
/sw/include. How can i tell ./configure to use these path's also ?

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. search
in standard places).  You can specify several directories, separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .

--

Ronald Florencewww.18james.com





Re: building lyx1.2.1 on MacOSX

2002-12-08 Thread Torsten Hahn

Am Sonntag, 08.12.02, um 15:25 Uhr (Europe/Berlin) schrieb Ronald 
Florence:

From the file INSTALL in the LyX source distribution:

For more complicated cases, LyX configure takes the following specific
flags:

  o --with-extra-lib=DIRECTORY that specifies the path where LyX will 
find
extra libraries (Xpm, xforms) it needs.  Defaults to NONE (i.e. 
search
in standard places).  You can specify several directories, 
separated
by colons.

If you're planning to build Lyx on MacOSX without fink, you'll need to 
make some changes to get it to compile.  See 
http://www.18james.com/lyx_on_osx.html .



OK, this solves this issue. But now i run into an compile error. I 
would use the fink to install lyx, but it seems that there is only lyx 
1.2.0 avaiable in the unstable tree, or do i miss something ?

cu,
Torsten.

The compile errorr:

/bin/sh ../libtool --mode=link g++  -O -fno-rtti -fno-exceptions   -o 
lyx  BufferView.o BufferView2.o BufferView_pimpl.o Bullet.o Chktex.o 
ColorHandler.o CutAndPaste.o DepTable.o FloatList.o Floating.o 
FontInfo.o FontLoader.o FuncStatus.o LColor.o LaTeX.o LaTeXFeatures.o 
LyXAction.o LyXView.o MenuBackend.o Painter.o PainterBase.o 
ParagraphParameters.o Spacing.o TextCache.o Thesaurus.o 
ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o bufferlist.o 
bufferparams.o bufferview_funcs.o chset.o converter.o debug.o 
encoding.o exporter.o font.o gettext.o importer.o intl.o iterators.o 
kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o lyx_cb.o 
lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o mathed/libmathed.la insets/libinsets.la 
frontends/libfrontends.la graphics/libgraphics.la support/libsupport.la 
`../sigc++/sigc-config --libs-names | sed -e 's/-lsigc//'` 
../sigc++/libsigc.la ../intl/libintl.a   -lXpm  -lSM -lICE -lc -lm   
-L/usr/X11R6/lib -lX11
mkdir .libs
g++ -O -fno-rtti -fno-exceptions -o lyx BufferView.o BufferView2.o 
BufferView_pimpl.o Bullet.o Chktex.o ColorHandler.o CutAndPaste.o 
DepTable.o FloatList.o Floating.o FontInfo.o FontLoader.o FuncStatus.o 
LColor.o LaTeX.o LaTeXFeatures.o LyXAction.o LyXView.o MenuBackend.o 
Painter.o PainterBase.o ParagraphParameters.o Spacing.o TextCache.o 
Thesaurus.o ToolbarDefaults.o WorkArea.o XFormsView.o box.o buffer.o 
bufferlist.o bufferparams.o bufferview_funcs.o chset.o converter.o 
debug.o encoding.o exporter.o font.o gettext.o importer.o intl.o 
iterators.o kbmap.o kbsequence.o language.o lastfiles.o lengthcommon.o 
lyx_cb.o lyx_gui.o lyx_main.o lyx_sty.o lyxcursor.o lyxfont.o lyxfind.o 
lyxfunc.o lyxgluelength.o lyxlayout.o lyxlength.o lyxlex.o 
lyxlex_pimpl.o lyxlookup.o lyxrc.o lyxrow.o lyxserver.o lyxtextclass.o 
lyxtextclasslist.o lyxvc.o main.o minibuffer.o paragraph.o 
paragraph_pimpl.o screen.o sp_spell.o tabular.o tabular-old.o 
tabular_funcs.o tex-accent.o tex-strings.o texrow.o text.o text2.o 
tracer.o trans.o trans_mgr.o undo.o undo_funcs.o undostack.o 
vc-backend.o version.o vspace.o  mathed/.libs/libmathed.a 
insets/.libs/libinsets.a frontends/.libs/libfrontends.a -lforms 
graphics/.libs/libgraphics.a support/.libs/libsupport.a 
../sigc++/.libs/libsigc.a ../intl/libintl.a -lXpm -lSM -lICE -lc -lm 
-L/usr/X11R6/lib -lX11
ld: Undefined symbols:
boost::detail::crc_table_t<(unsigned long)32, (unsigned)79764919, 
(bool)1>::table_
make[3]: *** [lyx] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1