On Thu, Jun 25, 2015 at 09:37:56AM -0400, Josef 'Jeff' Sipek wrote:
> On Wed, Jun 24, 2015 at 10:43:11PM -0400, Nathan Scott wrote:
> > Hi all,
...
> I'm running a build on my laptop (OpenIndiana Hipster) right now.
Right, it finished. I had to tweak the build trivially to get a 32-bit build.
Without this trivial tweak (which you probably should *not* include), I'd get a
linker error because qmake would try to shove in 64-bit Qt into an otherwise
32-bit build. Note that OI Hipster uses gcc for everything unlike Solaris.
diff --git a/src/include/builddefs.in b/src/include/builddefs.in
index d3408bf..4db796a 100644
--- a/src/include/builddefs.in
+++ b/src/include/builddefs.in
@@ -163,7 +163,7 @@ GIT = @GIT@
PYTHON = @PYTHON@
PYTHON3 = @PYTHON3@
DTRACE = @DTRACE@
-QMAKE = @qmake@
+QMAKE = @qmake@ -spec solaris-g++
INSTALL_SH = $(TOPDIR)/install-sh
INSTALL = $(INSTALL_SH) -o $(PCP_USER_INSTALL) -g $(PCP_GROUP_INSTALL)
Jeff.
--
Si hoc legere scis nimium eruditionis habes.
|