Bug 87260 - StaticLibrary libglxtest compilation problem
Summary: StaticLibrary libglxtest compilation problem
Status: RESOLVED NOTOURBUG
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Installation (show other bugs)
Version:
(earliest affected)
4.4.0.0.beta1
Hardware: All Linux (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-12 08:24 UTC by Kostas
Modified: 2014-12-16 13:17 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kostas 2014-12-12 08:24:19 UTC
Hello everyone,

I'm trying to build libreoffice sources from the following wiki:
https://wiki.documentfoundation.org/Development/BuildingOnLinux

My system is a debian jessie 32 bit and my configure is this:
./autogen.sh --with-system-libs --enable-mergelibs --without-x --without-java --without-junit --disable-gconf --without-doxygen --disable-postgresql-sdbc --without-boost-date-time --without-boost-iostreams --disable-firebird-sdbc --disable-orcus --disable-lpsolve

All dependencies are ok and compilation starts until it breaks at this point:

libreoffice/solenv/gbuild/LinkTarget.mk:522: *** used LinkTarget StaticLibrary/libglxtest.a not defined.  Stop.

I hope you can help me.
Kind Regards, Kostas.
Comment 1 Markus Mohrhard 2014-12-12 09:04:31 UTC
--without-x is unsupported and won't work in current master/4.4
Comment 2 Kostas 2014-12-12 09:34:55 UTC
What other choices do I have so I can build libreoffice with headless mode?
Comment 3 Markus Mohrhard 2014-12-12 10:17:31 UTC
(In reply to Kostas from comment #2)
> What other choices do I have so I can build libreoffice with headless mode?

None. That is currently not supported. There is still the runtime headless mode which is different to the without-x build time option.
Comment 4 Kostas 2014-12-12 10:29:14 UTC
I believe you can close this issue.

Thank you.
Comment 5 Buovjaga 2014-12-16 13:17:07 UTC
Closing as requested.