X11/StringDefs.h is provided by the libxt-dev package on Ubuntu. Regards Damjan
On Sun, Sep 4, 2016 at 7:40 PM, Marcus <marcus.m...@wtnet.de> wrote: > I've managed to start my first build of trunk. After some hours of reading > building guides and installing/configuring prerequisites, it starts now but > quits with an error. > > Hardware / software: > - Intel Core i7-4710HQ 2.5 GHz (4 cores) > - 16 GB RAM, 256 GB SSD > - Fedora 21 > > Configure options: > $ ./configure > --with-dmake-url=http://sourceforge.net/projects/oooextras. > mirror/files/dmake-4.12.tar.bz2 > --with-epm-url=https://www.msweet.org/files/project2/epm-3.7-source.tar.gz > --disable-odk > --disable-gconf > --disable-gnome-vfs > --disable-mozilla > --disable-odk > --disable-gtk > --with-package-format="installed" > > Build command: > $ build -P4 -- -P4 > > Log: > > There are many hints about: > fatal error: X11/StringDefs.h: No such file or directory > #include <X11/StringDefs.h> > > But I don't know which X11 package is maybe missing as I've installed many > incl. devel packages. > > The full build log is here [1]. The following is an excerpt of the last > lines: > > [...] > > wizards deliver > deliver -- version: 275594 > Module 'wizards' delivered successfully. 0 files copied, 1 files unchanged > In file included from /share/linux2/aoo/trunk/main/v > cl/inc/unx/svunx.h:27:0, > from /share/linux2/aoo/trunk/main/vcl/inc/unx/svsys.h:26, > from /share/linux2/aoo/trunk/main/vcl/inc/svsys.h:34, > from /share/linux2/aoo/trunk/main/v > cl/source/window/window.cxx:58: > /share/linux2/aoo/trunk/main/solver/420/unxlngx6.pro/inc/too > ls/prex.h:45:28: fatal error: X11/StringDefs.h: No such file or directory > #include <X11/StringDefs.h> > ^ > compilation terminated. > In file included from /share/linux2/aoo/trunk/main/v > cl/inc/unx/svunx.h:27:0, > from /share/linux2/aoo/trunk/main/vcl/inc/unx/svsys.h:26, > from /share/linux2/aoo/trunk/main/vcl/inc/svsys.h:34, > from /share/linux2/aoo/trunk/main/v > cl/source/window/wrkwin.cxx:33: > /share/linux2/aoo/trunk/main/solver/420/unxlngx6.pro/inc/too > ls/prex.h:45:28: fatal error: X11/StringDefs.h: No such file or directory > #include <X11/StringDefs.h> > ^ > compilation terminated. > make: *** No rule to make target '/share/linux2/aoo/trunk/main/solver/420/ > unxlngx6.pro/workdir/CxxObject/vcl/source/app/svapp.o', needed by > '/share/linux2/aoo/trunk/main/solver/420/unxlngx6.pro/workdi > r/LinkTarget/Library/libvcl.so'. Stop. > make: *** Waiting for unfinished jobs.... > dmake: Error code 2, while making 'all' > > 2 module(s): > bean > vcl > need(s) to be rebuilt > > Reason(s): > > ERROR: error 65280 occurred while making /share/linux2/aoo/trunk/main/b > ean/native/unix > ERROR: error 65280 occurred while making /share/linux2/aoo/trunk/main/v > cl/prj > > When you have fixed the errors in that module you can resume the build by > running: > > build --from bean vcl > > > > [1] http://people.apache.org/~marcus/build_error_log.txt > > Thanks in advance for your help. > > Marcus > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org > For additional commands, e-mail: dev-h...@openoffice.apache.org > >