Open umlaeute opened 2 weeks ago
That is odd. looks like you've used enable_qtgui
in the past.
That setting is disabled by default, so autoreconf
should not reach that code.
That is odd. looks like you've used enable_qtgui in the past.
??? this is from a fresh clone. (also i typically build 3rd party code in throw-away containers, so ...)
That setting is disabled by default, so autoreconf should not reach that code.
note that i'm talking about autoreconf
(resp. automake
which is what is called under the hood).
as such, all the m4-code protecting https://github.com/x42/xjadeo/blob/c79144b882639e4dbe2a21a29d5570ea1a42b8ac/configure.ac#L443 with https://github.com/x42/xjadeo/blob/c79144b882639e4dbe2a21a29d5570ea1a42b8ac/configure.ac#L411 is rather pointless - as this code is never executed (it will get executed when running ./configure
; but right now we are not there yet).
but i guess that https://github.com/x42/xjadeo/commit/ead81da39aab8cffffa7747584996ae0e1cab2a3 fixes it anyhow :-)
Do you need a new release, or can you pick the fix from git?
No it's fine. I've switched my scripts to now use the tagged archives from GitHub, rather than the source tarballs from SourceForge and reimported.
autoreconf -fiv
(I'm running
autoreconf
, as theautogen.sh
mentioned in the README is missing from the source tarball)The problem is obviously, that the source tarball has no
src/qt-gui/
folder.I see that there is such a folder in this repository, but it has been stripped from the release tarball.