Re: Clang 3.2 causes a machine code error on qt4-webkit build
Schaich Alonso wrote at 2013-02-18 17:14+0900:
> src/3rdparty/webkit/Source/.obj/release-static/HTMLScriptRunner.o
> is not a make target (on the config created by ports).
I am sorry for wrong instruction about reproducing this erro
Clang 3.2 causes a machine code error on qt4-webkit build
Hi,
Compilation a C++ file of www/qt4-webkit fails with an error of "Bad
machine code". This happens on the base llvm/clang (3.2 of 9-STABLE).
I do not know whether it is an bug or not, and where it comes from.
Two months ago, qt4-webkit-
Hi,
I suggest Qt4 porters to use QMAKE_LIBS variable of the
makespec system for RPATH setting. For example:
--- mkspecs/freebsd-g++46/qmake.conf.orig
+++ mkspecs/freebsd-g++46/qmake.conf
@@ -24,7 +24,7 @@
QMAKE_LFLAGS_THREAD= -pthread
-QMAKE_LIBS =
+QMAKE_LIBS = -Wl
Hi,
I made a port for QMMP, which stands on Qt MultiMedia Player,
and keep upgrading it in public for years at my site.
# The application's site is: http://code.google.com/p/qmmp/
Though my port may get some problem in the future, I want to
post it to the official port tree so that I hope this p