Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
вс, 2 дек. 2018 г. в 22:59, stephane l1 : > > does the conflicts come because I have already installed the package Qt5.9.6 > (so release version) ? Regarding conflicts - yes, you'll need to use "pkg_add -r" (replace mode) to install alternative (FLAVORed) version of package. This is documented in

Fwd: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread stephane l1
does the conflicts come because I have already installed the package Qt5.9.6 (so release version) ?

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread stephane l1
Hi thanks Vadim I have made it this afternoon,qtbase seems to be built,with FLAVOR=debug (I See a qtbasexx.tgz in /usr/ports/packages/amd64/all) but it fails on installation of the module (I have tryed too a pkg_add of .tgz but it says it is not signed) Le dim. 2 déc. 2018 à 20:51, Vadim Zhukov a

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
вс, 2 дек. 2018 г. в 16:31, stephane l1 : > > Hi, > Shall I make FLAVOR=debug make in each Makefile of the modules of Qt in the > port ? Basically, yes. You can play with shell, of course, to run those in a single command, though. Please note that debug FLAVOR isn't linked to bulk builds, so i

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread stephane l1
Hi, Shall I make FLAVOR=debug make in each Makefile of the modules of Qt in the port ? Le dim. 2 déc. 2018 à 14:20, stephane l1 a écrit : > ok thanks I will try to compile from the ports too.. > Yes it was just a Qt problem in qversiontagging.h. > ok it would be more simple to use the ports th

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread stephane l1
ok thanks I will try to compile from the ports too.. Yes it was just a Qt problem in qversiontagging.h. ok it would be more simple to use the ports thanks Le dim. 2 déc. 2018 à 14:02, Vadim Zhukov a écrit : > Well, I was talking about compiling from ports. > > If you try to compile Qt from sourc

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
Well, I was talking about compiling from ports. If you try to compile Qt from sources on your own you're, well, on your own. find /usr/ports/x11/qt5 -name '*.patch' should give you a clue how much on your own you are. :) вс, 2 дек. 2018 г. в 15:03, stephane l1 : > > Hi, > > I have tryed with FLAVO

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread stephane l1
Hi, I have tryed with FLAVOR = debug make in the .pro and I have still this error : /usr/bin/ld: libQt5Core.so.5.9.6: undefined versioned symbol name qt_version_tag@Qt_5.8 /usr/bin/ld: failed to set dynamic section sizes: Bad value clang++: error: linker command failed with exit code 1 (use -v to

Re: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-02 Thread Vadim Zhukov
You'd better use "FLAVOR=debug make" inside x11/qt5 directory to build components you're interested in. вс, 2 дек. 2018 г. в 03:06, stephane l1 : > > Hi, > I have tried to compile a debug version of Qt5.9.6 on OpenBSD 6.4 with the > mkspecs of the package release Qt5.9.6 and the platform openbsd-cl

Fwd: how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-01 Thread stephane l1
Hi, I have tried to compile a debug version of Qt5.9.6 on OpenBSD 6.4 with the mkspecs of the package release Qt5.9.6 and the platform openbsd-clang but I have linking error on the first lib libQt5Core on version-tag@Qt_5_8 ? Have I forgotten something to configure ? Thanks best regards Stéphane

how to compile a debug version of Qt5.9.6 on OpenBSD 6.4 ?

2018-12-01 Thread stephane l1
Hi, I have tried to compile a debug version of Qt5.9.6 on OpenBSD 6.4 with the mkspecs of the package release Qt5.9.6 and the platform openbsd-clang but I have linking error on the first lib libQt5Core on version-tag@Qt_5_8 ? Have I forgotten something to configure ? Thanks best regards Stéphane