|
| From: | John W. Eaton |
| Subject: | [Octave-bug-tracker] [bug #55786] [MXE Octave] qtbase fails to compile for native GNU/Linux |
| Date: | Mon, 11 Mar 2019 10:15:01 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0 |
Follow-up Comment #47, bug #55786 (project octave):
Does the following change help?
https://hg.octave.org/mxe-octave/rev/fd5e5727326c
I also had trouble building qtbase on a CentOS 6 system. The Qt config step
was failing to find xkbcommon even though I was building it. Then I
discovered that the pkg-config path was set to use the lib64 directory but not
the lib directory in the mxe-octave build tree. There were only two .pc files
in the lib64 directory and all the rest were in the lib directory.
I started with mxe-octave HG ID 21d87e221c59
I used the following configure command (ccache was installed separately from
source):
./configure \
--enable-native-build \
--with-ccache \
--enable-devel-tools \
--enable-pic-flag \
--enable-lib64-directory \
--enable-binary-packages \
--enable-64 \
--disable-system-gcc \
--disable-system-x11-libs \
--disable-system-opengl \
--enable-octave=release \
gnu-linux
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?55786>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |