You are not logged in.

Dear visitor, welcome to QtForum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, April 4th 2012, 11:25pm

FreeBSD: requirements for compiling source code

Raw recruit here and you can basically assume I know very little about Qt, if even that.
However, I have compiled the source for a Qt-based browser on OS X (10.7) without problem. The only additions I needed were Xcode and QtSDK.


I'm now trying to compile the same source code in FreeBSD 9.0.
However, there is no QtSDK available in the FreeBSD ports.
Instead I built and installed QtCreator.
However, this does not allow me to compile the code.


I initiated the compile with


setenv QMAKESPEC freebsd-g++
qmake-qt4 -project
qmake-qt4
make


The first three commands run without problem. However, the make command quickly errors out.
The browser developer tells me that the errors suggest that I'm missing includes for qtnetwork and qtwebkit modules and these should be available in the development package.
Assuming he's referring to QtSDK, it's not available in FreeBSD ports.
Can anybody help me figure out what options are available? ?(




2

Tuesday, April 24th 2012, 2:45pm

Get the Qt Sources from git and compile them