Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#27186 closed defect (fixed)

lprof @20090113 Failure configuring with QTASSISTANT

Reported by: bernard@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: lprof qt4 qtassistant Cc: michaelld (Michael Dickens)
Port: lprof

Description

The current port doesn't build and fails during the configuration step. It seems that it cannot find the QTASSISTANT library. I include the relevant log below. Tested after installing xcode 3.2.4 and iOs SDK 4.1, java developer 10.6_10 m3261, MacPort 1.9.1, OS X 10.6.4 with current patches as of writing, plenty of RAM and disk space.

:msg:main --->  Configuring lprof
:debug:main Using compiler 'Mac OS X gcc 4.2'
:debug:configure configure phase started at Sat Nov  6 23:38:38 EST 2010
:debug:configure Executing org.macports.configure (lprof)
:debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-O2 -arch x86_64' CPPFLAGS='-I/opt/local/include' CXXFLAGS='-O2 -arch x86_64' LIBRARY_PATH='/opt/local/lib' MACOSX_DEPLOYMENT_TARGET='10.6' PKG_CONFIG_PATH='/opt/local/lib/pkgconfig' CXX='/usr/bin/g++-4.2' CC_PRINT_OPTIONS_FILE='/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/.CC_PRINT_OPTIONS' F90FLAGS='-O2 -m64' LDFLAGS='-L/opt/local/lib -arch x86_64' FCFLAGS='-O2 -m64' OBJC='/usr/bin/gcc-4.2' INSTALL='/usr/bin/install -c' MOC='/opt/local/bin/moc' FFLAGS='-O2 -m64' OBJCFLAGS='-O2 -arch x86_64' QTDIR='/opt/local' CC_PRINT_OPTIONS='YES' CC='/usr/bin/gcc-4.2' QMAKE='/opt/local/bin/qmake'
:debug:configure Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof" && cmake --prefix=/opt/local -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib/ -DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib -DQT_QT_INCLUDE_DIR=/opt/local/include  -DQT_LIBRARY_DIR=/opt/local/lib  -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake  -DQT_ZLIB_LIBRARY=/opt/local/lib/libz.dylib  -DQT_PNG_LIBRARY=/opt/local/lib/libpng.dylib -DQTTRANS_LRELEASE_EXECUTABLE=/opt/local/bin/lrelease -Wno-dev .'
:info:configure Qt QTASSISTANT library not found.
:info:configure -- Could NOT find LIBVIGRAIMPEX (missing:  LIBVIGRAIMPEX_LIBRARY LIBVIGRAIMPEX_INCLUDE_DIR) 
:info:configure System copy of libvigra-impex not found, building local copy.
:info:configure CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
:info:configure Please set them or make sure they are set and tested correctly in the CMake files:
:info:configure QT_QTASSISTANT_INCLUDE_DIR (ADVANCED)
:info:configure    used as include directory in directory /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src
:info:configure 
:info:configure -- Configuring incomplete, errors occurred!
:info:configure shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof" && cmake --prefix=/opt/local -DCMAKE_BUILD_WITH_INSTALL_RPATH=ON -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SYSTEM_PREFIX_PATH="/opt/local;/usr" -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_INSTALL_NAME_DIR=/opt/local/lib/ -DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib -DQT_QT_INCLUDE_DIR=/opt/local/include  -DQT_LIBRARY_DIR=/opt/local/lib  -DQT_QMAKE_EXECUTABLE=/opt/local/bin/qmake  -DQT_ZLIB_LIBRARY=/opt/local/lib/libz.dylib  -DQT_PNG_LIBRARY=/opt/local/lib/libpng.dylib -DQTTRANS_LRELEASE_EXECUTABLE=/opt/local/bin/lrelease -Wno-dev . " returned error 1
:error:configure Target org.macports.configure returned: configure failure: shell command failed
:debug:configure Backtrace: configure failure: shell command failed
    while executing
"$procedure $targetname"
:info:configure Warning: the following items did not execute (for lprof): org.macports.activate org.macports.configure org.macports.build org.macports.destroot org.macports.install
:notice:configure Log for lprof is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/main.log

Attachments (1)

main.log.zip (56.0 KB) - added by m.kalisky@… 13 years ago.

Download all attachments as: .zip

Change History (45)

comment:1 Changed 13 years ago by michaelld (Michael Dickens)

Looking in the top-level CMakeLists file, I see:

SET (QT_USE_QTASSISTANT TRUE)       # Used for the help system, will change to QTHELPSYSTEM later.

so possibly an older version of Qt installed QtAssistant library & headers (that's what this "set" requires); the current version (4.7.0) does not install these. The latest release is from 2006; the SVN version MacPorts uses is from early 2009. Maybe there is a newer version of this code? Maybe using QtHelp will do the trick?

comment:2 Changed 13 years ago by bernard@…

You're correct. Qt 4.7 doesn't include the QtAssistant library and headers as in previous versions. Nokia has however released a compatibility update that includes these. See here http://labs.qt.nokia.com/2010/06/22/qt-assistant-compat-version-available-as-extra-source-package/. It seems to have some files missing so someone else down the comments section posted a fixed version of this package. I haven't tested them.

This compatibility package needs to be installed for Lprof to compile. I presume that the cleanest way to do this is through a variant of the Qt4-mac port (eg: sudo port install qt4-mac +qtassistantcompat). I'm not familiar with macports development. I could give it a go but I would appreciate any feedback on how to do this, specially from you MichaellD since I see that you're also the maintainer for the qt4-mac port.

comment:3 Changed 13 years ago by ryandesign (Ryan Carsten Schmidt)

A variant would not be ideal. Users would hate spending hours building qt4-mac only to discover they need to do it all over again to add a variant. Instead, qt4-mac should always include these extra items, or a separate port should be created for these extra items and lprof should depend on that new port.

comment:4 Changed 13 years ago by bernard@…

I think a separate port is better here since this is really a compatibility add on. It is only needed by older code that hasn't been ported to use the newer Qt4 functionality. The lprof port would need it as a dependency but not qt4-mac.

I can't commit to doing the work right now. Maybe later. Thanks for the info.

comment:5 Changed 13 years ago by m.kalisky@…

I have just tried to install the lprof via ports (under 10.5.8) and got exactly the same problem as Bernard. However as I have never used the "qt" package I fail to understand from the (above mentioned) link how to actually install the missing qt-assistant package. I actually downloaded it, but have no idea how to proceed with it simply because lack of knowledge (no excuse, I know). So if anybody here would manage to put the lprof package together in such a way that it does not require installation of this additional package would be very much appreciated.

Matus..

comment:6 Changed 13 years ago by michaelld (Michael Dickens)

I'm working on a Port for qt-assistant. Should be pretty straight forward. Hopefully have it checked in later today. Might fix lprof "out of the box" but it also might not. We'll see when I get there.

comment:7 Changed 13 years ago by m.kalisky@…

That is a great news Michael, I am looking forward.

comment:8 Changed 13 years ago by michaelld (Michael Dickens)

OK; the port "qt-assistant" is now available as of r73373. I'll look at lprof later today, but for the mean time you could do "sudo port install qt-assistant" and then "sudo port install lprof" and see if it works.

comment:9 Changed 13 years ago by m.kalisky@…

I have just run "sudo port -d selfupdate" and got a following message:

Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/ports
Failed to parse file devel/qt-assistant/Portfile: invalid command name "this"

Total number of ports parsed:	1 
Ports successfully parsed:	0 
Ports failed:			1 
Up-to-date ports skipped:	7479

Also running afterwards

$ port search qt-assistant
No match for qt-assistant found

... am I doing something wrong?

comment:10 Changed 13 years ago by michaelld (Michael Dickens)

My bad. I just checked in changes in r73377 so that 'port lint qt-assistant' now has no errors. Do the selfupdate again & this time it should work.

comment:11 Changed 13 years ago by m.kalisky@…

Perfect! Works! Just finished successfully the installation of "qt-assistant". Took a long time as the gt4-mac installation was necessary as well.

However subsequent attempt to install lprof yielded a following problem:

sudo port install lprof
Password:
--->  Computing dependencies for lprof
--->  Configuring lprof
--->  Building lprof
Error: Target org.macports.build returned: shell command failed (see log for details)
Log for lprof is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/main.log
Error: Status 1 encountered during processing.
To report a bug, see <http://guide.macports.org/#project.tickets>

And here is the relevant part of the log file (sorry if too long):

:info:build Undefined symbols:
:info:build   "_SysBeep", referenced from:
:info:build       _delayed_beep in libargyll.a(unixio.o)
:info:build       _msec_beep in libargyll.a(unixio.o)
:info:build   "_CGSetDisplayTransferByTable", referenced from:
:info:build       gamma_ramp::setGammaRamp()       in LUTutil-OSX.o
:info:build   "_CGDisplayGammaTableCapacity", referenced from:
:info:build       gamma_ramp::getGammaRampSize()       in LUTutil-OSX.o
:info:build       gamma_ramp::gamma_ramp(int, int, int)in LUTutil-OSX.o
:info:build   "QAssistantClient::setArguments(QStringList const&)", referenced from:
:info:build       setupHelp(QString&)    in config.o
:info:build   "_CGGetDisplayTransferByTable", referenced from:
:info:build       gamma_ramp::getGammaRamp()       in LUTutil-OSX.o
:info:build   "QAssistantClient::QAssistantClient(QString const&, QObject*)", referenced from:
:info:build       setupHelp(QString&)    in config.o
:info:build   "_CGGetDisplaysWithPoint", referenced from:
:info:build       getDisplay()     in LUTutil-OSX.o
:info:build       gamma_ramp::gamma_ramp(int, int, int)in LUTutil-OSX.o
:info:build   "_png_set_gray_1_2_4_to_8", referenced from:
:info:build       vigra::PngDecoderImpl::init()     in libimpexlocal.a(png.o)
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build make[2]: *** [src/lprof] Error 1
:info:build make[1]: *** [src/CMakeFiles/lprof.dir/all] Error 2
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof" && /u
sr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for lprof): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for lprof is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/main.log

To be honest I do not know on which side the problem is (me or the lprof) ...

comment:12 Changed 13 years ago by bernard@…

I'm in the process of compiling it too (takes hours).

I've ran into the _SysBeep issue before. The problem is with an argyll file under sourceforge for LProf. It hasn't been updated for Cocoa support. I don't have commit access to the cvs repository and the maintainer hvengel didn't reply to my email I sent about it. So you'll need to fix it locally. It's easy.

Edit the lprof/src/argyll/spectro/unixio.c file and replay all SysBeep by NSBeep.

That won't fix the other problems though.

comment:13 in reply to:  12 Changed 13 years ago by bernard@…

More info. The maintainer of LProf wrote me that the Argyll library version included in the LProf files is old and he doesn't have the time to port to the newer library. The newer version is here http://www.argyllcms.com and it doesn't have the obsolete beep functions so it looks like it should work on Cacao. I however could not get it to compile with the latest LProf. It looks like makefile problems (src files have moved, libs missing, etc). I'd need more time to get this to work.

comment:14 Changed 13 years ago by michaelld (Michael Dickens)

The latest Argyll doesn't compile easily on OSX, but I've almost managed to get it to do so using MacPorts' libtiff and libusb-compat instead of those provided in the release. I've almost gotten Argyll (as a stand-alone port) to install itself (binaries, headers, libraries, and references), but I really don't know if that will do any good for this port.

comment:15 Changed 13 years ago by michaelld (Michael Dickens)

I just checked in 'argyll' in r73410. It does install libraries and headers, so maybe lprof can be made to work with that instead of the build-in version?

comment:16 in reply to:  15 Changed 13 years ago by bernard@…

The Argyll port failed to install on my system. I've opened / another ticket for the issue.

Having separate ports (installations) for LProf and argyll seems like a cleaner solution but LProf is a multi-platform tool. The current code is meant to compile on Windows, Unix as well as OS X. Any change to LProf to work with the newer argyll lib would need to be done and tested on all three os's unless one isolates the needed changes using pre-processor statements (not pretty). I'm also really not sure of the effort involved.

comment:17 Changed 13 years ago by michaelld (Michael Dickens)

Since this is -Mac-Ports, we make projects work on Darwin primarily and other UNIXy OSs second. I know little about making things work on Windows outside of Cygwin the like; even then, it's challenging. So, assuming I get far enough with things today I'll see if I can hack up the lprof CMake files to find the installed Argyll libraries and headers; I'm not going to test on any system outside of my own, since, among other reasons, I don't have other platforms on which to test. While I'd love to be able to make sure everything worked everywhere it was supposed to, that's really the project's owners' job (i.e., not mine). I think I'm neurotic enough as is, just keeping things working between OSX 10.4-6. :)

comment:18 Changed 13 years ago by m.kalisky@…

Hello the other ticked was closed as "resolved". So should the lprof now be installable already? If yes, what steps need to be taken to do so? Thank you. Matus.

comment:19 Changed 13 years ago by michaelld (Michael Dickens)

I didn't get a chance to work on it over the weekend & I won't until tonight most likely. So, it probably doesn't work yet. I'll post back here when I know something more.

comment:20 Changed 13 years ago by m.kalisky@…

Fair enough. I will be patiently waiting for the updates :-)

comment:21 Changed 13 years ago by michaelld (Michael Dickens)

OK; I just check in r73523 which -might- fix these issues (it does for me, mostly). I don't know if QtAssistant is being used properly; when I start LProf.app it complains about not finding QtAssistantClient ... but still seems to operate. Of course, I don't know how to use the .app, so maybe if these changes allow you to get lprof installed you could test LProf.all to make sure it works for whatever you need it to be doing. I'm not closing this ticket yet; instead I'm waiting for your reply.

BTW> The latest Argyll is not compatible with this version of LProf; just too many changes to reconcile. It was -much- easier patching lprof. And, LProf ends up being +universal compatible, I think; certainly 64-bit at least. Argyll 1.3.2 is limited to 32-bit because it still uses 32-bit Carbon.

comment:22 Changed 13 years ago by m.kalisky@…

Sounds good. However now I am a bit confused how to install the lprof. I have tried to clean and install the lprof but got pretty much the same failure as at the beginning. Do I need to install the 'jam' first (I got the "_SysBeep" problem so I probably need the updated Agryll) ? Or more directly - what is now the correct way to install the lprof? Thanks. M..

comment:23 Changed 13 years ago by michaelld (Michael Dickens)

Do a "sudo port selfupdate" first, then clean, then try installing lprof again.

comment:24 Changed 13 years ago by m.kalisky@…

Thank you. I did that (and also cleaned and installed qt-assistant), but still get some problems during installation of lprof:

:info:build Undefined symbols:
:info:build   "QAssistantClient::setArguments(QStringList const&)", referenced from:
:info:build       setupHelp(QString&)    in config.o
:info:build   "QAssistantClient::QAssistantClient(QString const&, QObject*)", referenced 
from:
:info:build       setupHelp(QString&)    in config.o
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build make[2]: *** [src/lprof] Error 1
:info:build make[1]: *** [src/CMakeFiles/lprof.dir/all] Error 2
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sou
rces_rsync.macports.org_release_ports_graphics_lprof/work/lprof" && /usr/bin/make -j2 all
 " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for detail
s)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for lprof): org.macports.activa
te org.macports.build org.macports.destroot org.macports.install
:notice:build Log for lprof is at: /opt/local/var/macports/logs/_opt_local_var_macports_s
ources_rsync.macports.org_release_ports_graphics_lprof/main.log

Did I forget anything ?

comment:25 Changed 13 years ago by bernard@…

It is building and working perfectly for me. You did a fantastic job michaelld! I'm also learning quite a bit about port development too from looking at your changes.

m.kalisky: the port does the substitution work SysBeep -> NSBeep. No need to manually change the source code.

Here are all the steps I took: sudo port selfupdate sudo port clean --all lprof sudo port install lprof

The LProf.app program is created in /opt/local/var/macports/software/lprof/20090113_5/Applications/MacPorts/LProf.app

I will put a post on SourceForge's LProf page that the port is working again after m.kalisky has also succeeded at building it (try rebuilding Qt).

comment:26 Changed 13 years ago by m.kalisky@…

I have followed the steps as bernard proposed, but I have still the same problem (the same error messages). This brings me to the question exactly which other ports need to be installed (and maybe also active) to be able to install the lprof? Running: port deps lprof brings for libraries: qt4-mac, libusb-compat, libpng, tiff, zlib Checking my installed versions of these libraries shows:

localhost:~ matus$ port installed qt4-mac
The following ports are currently installed:
  qt4-mac @4.6.3_6
  qt4-mac @4.7.1_0+quartz (active)
...
localhost:~ matus$ port installed libusb-compat
The following ports are currently installed:
  libusb-compat @0.1.3_0 (active)
...
localhost:~ matus$ port installed libpng
The following ports are currently installed:
  libpng @1.2.44_0 (active)
...
localhost:~ matus$ port installed tiff
The following ports are currently installed:
  tiff @3.9.4_0 (active)
...
localhost:~ matus$ port installed zlib
The following ports are currently installed:
  zlib @1.2.5_0 (active)

I have also the latest version of the qt-assistant (4.6.3_0) and jam (2.5_2)

Your further help would be much appreciated. Matus

comment:27 Changed 13 years ago by bernard@…

The only differences with my ports are that tiff and zlib have the +universal variant

port installed qt4-mac libusb-compat libpng tiff zlib

The following ports are currently installed:
  libpng @1.2.44_0 (active)
  libusb-compat @0.1.3_0 (active)
  qt4-mac @4.7.1_0+quartz (active)
  tiff @3.9.4_0
  tiff @3.9.4_0+universal (active)
  zlib @1.2.5_0
  zlib @1.2.5_0+universal (active)

Try uninstall both of your qt4-mac ports first before calling clean. If that still gives an error, give us the relevant part of the log file. Just the section from the first error listed until the end of the file.

comment:28 Changed 13 years ago by michaelld (Michael Dickens)

I just checked in r73549 with some quick changes that probably won't impact whether this port installs or not. All of the dependencies are listed in the port now (forgot to add qt-assistant), so that shouldn't be an issue. Adding or removing the +universal variant shouldn't cause this issue, but removing it as a test is OK to do. Can you ('m.kalisky') post the latest error log? It might shed some light, or not, but it's worth a try.

comment:29 Changed 13 years ago by m.kalisky@…

OK, here is my update:

  • I uninstalled qt4-mac (both versions) and also the qt-assistant as that was necessary
  • I installed these packages again (now only the latest qt4-mac)
  • I tried to install the lprof

Here is the last part of the error log (quite long, sorry):

:info:build [ 59%] Built target icc2it8
:info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof && /opt/local/bin/cmake -E cmake_depends "Unix Makefiles" /opt/local/va
r/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_grap
hics_lprof/work/lprof/src /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof /opt/local/var/macports/build/_opt_local_var_macports_source
s_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/CMakeFiles/lprof.
dir/DependInfo.cmake --color=
:info:build /usr/bin/make -f src/CMakeFiles/lprof.dir/build.make src/CMakeFiles/lprof.dir/build
:info:build Linking CXX executable lprof
:info:build cd /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src && /opt/local/bin/cmake -E cmake_link_script CMakeFiles/lprof.dir/l
ink.txt --verbose=1
:info:build /usr/bin/g++-4.0   -O2 -arch i386  -O3 -DNDEBUG -mmacosx-version-min=10.5 -Wl,-search_paths_first -headerpad_max_install_names -L/opt/local/lib -arch i386 CMakeFiles/lprof.dir/videoLUTutils/LUTut
il-OSX.o CMakeFiles/lprof.dir/videoLUTutils/LUTutil.o CMakeFiles/lprof.dir/checkerqt/profilechecker.o CMakeFiles/lprof.dir/checkerqt/qtdrawcurve.o CMakeFiles/lprof.dir/gammaqt/setgamma.o CMakeFiles/lprof.dir
/IDqt/profileid.o CMakeFiles/lprof.dir/libqtlcmswidgets/qtcietonge.o CMakeFiles/lprof.dir/libqtlcmswidgets/qtlcmswidgets.o CMakeFiles/lprof.dir/libqtlcmswidgets/lprofgauge.o CMakeFiles/lprof.dir/moncalcontro
lqt/moncalreports.o CMakeFiles/lprof.dir/moncalcontrolqt/moncalcontrol.o CMakeFiles/lprof.dir/moncalqt/ioerrorhandler.o CMakeFiles/lprof.dir/moncalqt/monitorcal.o CMakeFiles/lprof.dir/monqt/monitorvalues.o C
MakeFiles/lprof.dir/parmsqt/profileparmsmon.o CMakeFiles/lprof.dir/parmsqt/profileparms.o CMakeFiles/lprof.dir/reference_inst_qt/installreffile.o CMakeFiles/lprof.dir/lprofqt/figureeditor.o CMakeFiles/lprof.
dir/lprofqt/lprofmain.o CMakeFiles/lprof.dir/lprofqt/lprofmain-priv.o CMakeFiles/lprof.dir/lprofqt/config.o CMakeFiles/lprof.dir/lprofqt/slots.o CMakeFiles/lprof.dir/lprofqt/imageitem.o CMakeFiles/lprof.dir/
lprofqt/main.o CMakeFiles/lprof.dir/lprofqt/interfaces.o CMakeFiles/lprof.dir/lprofqt/griditem.o CMakeFiles/lprof.dir/checkerqt/moc_profilechecker.o CMakeFiles/lprof.dir/gammaqt/moc_setgamma.o CMakeFiles/lpr
of.dir/IDqt/moc_profileid.o CMakeFiles/lprof.dir/libqtlcmswidgets/moc_qtlcmswidgets.o CMakeFiles/lprof.dir/libqtlcmswidgets/moc_lprofgauge.o CMakeFiles/lprof.dir/lprofqt/moc_lprofmain.o CMakeFiles/lprof.dir/
moncalcontrolqt/moc_moncalcontrol.o CMakeFiles/lprof.dir/moncalcontrolqt/moc_moncalreports.o CMakeFiles/lprof.dir/moncalqt/moc_monitorcal.o CMakeFiles/lprof.dir/monqt/moc_monitorvalues.o CMakeFiles/lprof.dir
/parmsqt/moc_profileparms.o CMakeFiles/lprof.dir/parmsqt/moc_profileparmsmon.o CMakeFiles/lprof.dir/reference_inst_qt/moc_installreffile.o CMakeFiles/lprof.dir/qrc_lprof.o  -o lprof  -L/opt/local/var/macport
s/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/liblprof -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_port
s_graphics_lprof/work/lprof/src/lcms -L/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll -L/opt/local/var/macports/build/_opt
_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/3rdparty/vigra -L/opt/local/lib liblprof/libliblprof.a lcms/liblcmslocal.a argyll/libargyll.a 3rdparty/vigra/libimpe
xlocal.a /opt/local/lib/libusb.dylib -framework IOKit /usr/lib/libBSDPClient.dylib -framework CoreFoundation -framework Qt3Support -framework QtGui -framework QtXml -framework QtSql -framework QtNetwork -fra
mework QtCore /opt/local/lib/libjpeg.dylib /opt/local/lib/libtiff.dylib /opt/local/lib/libpng.dylib /opt/local/lib/libz.dylib /opt/local/lib/libz.dylib -framework AppKit -lm 
:info:build Undefined symbols:
:info:build   "QAssistantClient::setArguments(QStringList const&)", referenced from:
:info:build       setupHelp(QString&)    in config.o
:info:build   "QAssistantClient::QAssistantClient(QString const&, QObject*)", referenced from:
:info:build       setupHelp(QString&)    in config.o
:info:build ld: symbol(s) not found
:info:build collect2: ld returned 1 exit status
:info:build make[2]: *** [src/lprof] Error 1
:info:build make[1]: *** [src/CMakeFiles/lprof.dir/all] Error 2
:info:build make: *** [all] Error 2
:info:build shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof" && /usr/bin/make -j2 all " returned error 2
:error:build Target org.macports.build returned: shell command failed (see log for details)
:debug:build Backtrace: shell command failed (see log for details)
    while executing
"command_exec build"
    (procedure "portbuild::build_main" line 8)
    invoked from within
"$procedure $targetname"
:info:build Warning: the following items did not execute (for lprof): org.macports.activate org.macports.build org.macports.destroot org.macports.install
:notice:build Log for lprof is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/main.log

Matus

comment:30 Changed 13 years ago by michaelld (Michael Dickens)

Hi Matus - If you look earlier in the log file (during 'configure'), there will be a section that reads something like:

-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found.
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not found.
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found.
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - found
-- Looking for QT_MAC_USE_COCOA
-- Looking for QT_MAC_USE_COCOA - found
-- Found Qt-Version 4.7.1 (using /opt/local/bin/qmake)

Can you post your version of that section here? It looks like you have Qt installed elsewhere & that's what the configure script is finding. Hence it is not finding libQtAssistantClient since it is not installed where the "found Qt" is.

comment:31 Changed 13 years ago by m.kalisky@…

Thank you Michael, here is my version:

:info:configure -- Using unsigned short
:info:configure -- Check if the system is big endian - little endian
:info:configure -- Looking for Q_WS_X11
:info:configure -- Looking for Q_WS_X11 - not found.
:info:configure -- Looking for Q_WS_WIN
:info:configure -- Looking for Q_WS_WIN - not found.
:info:configure -- Looking for Q_WS_QWS
:info:configure -- Looking for Q_WS_QWS - not found.
:info:configure -- Looking for Q_WS_MAC
:info:configure -- Looking for Q_WS_MAC - found
:info:configure -- Looking for QT_MAC_USE_COCOA
:info:configure -- Looking for QT_MAC_USE_COCOA - found
:info:configure -- Found Qt-Version 4.7.1 (using /opt/local/bin/qmake)
:info:configure Qt QTASSISTANT library not found.
:info:configure -- Found ZLIB: /opt/local/include (found version "1.2.5")
:info:configure -- Found PNG: /opt/local/lib/libpng.dylib 
:info:configure -- Found TIFF: /opt/local/lib/libtiff.dylib 
:info:configure -- Found JPEG: /opt/local/lib/libjpeg.dylib 
:info:configure -- Could NOT find LIBVIGRAIMPEX (missing:  LIBVIGRAIMPEX_LIBRARY LIBVIGRAIMPEX_INCLUDE_DIR) 
:info:configure System copy of libvigra-impex not found, building local copy.
:info:configure -- Found LIBUSB: /opt/local/lib/libusb.dylib 
:info:configure -- Configuring done

I see in the above lines "QTASSISTANT library not found" - sounds like you are correct. So - how do I tell the lprof configuration where the qt-assistant is located?

thanks, Matus

comment:32 Changed 13 years ago by michaelld (Michael Dickens)

Quite odd. I assume that "port installed qt-assistant" returns something like "qt-assistant @4.6.3_0"? What got my attention in the error log part is the use of "-framework QtGui" -- in other words, linking to Qt via frameworks. qt4-mac does not install as frameworks without someone modifying the Portfile for it to do so (yes, this is intentional on my part). Can you post the file located at "port dir lprof/work/lprof/CMakeCache.txt"? That might shed some light.

comment:33 Changed 13 years ago by m.kalisky@…

You are correct about the qt-assistant:

ocalhost:~ matus$ port installed qt-assistant
The following ports are currently installed:
  qt-assistant @4.6.3_0 (active)

If you ask whether i have modified the Portfile myself by hand than the answer is no.

Here is the requested file - it is rather long, but I do not see the possibility to attach the file. Please feel free to modify my post (leave only the relevant part) as it will make it hard to browse this topic:

# This is the CMakeCache file.
# For build in directory: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof
# It was generated by CMake: /opt/local/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.

########################
# EXTERNAL cache entries
########################

//Argyll cms include directories
ARGYLL_INCLUDE_DIRS:PATH=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/h;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/cgats;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/gamut;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/icc;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/numlib;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/plot;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/rspl;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/spectro;/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof/src/argyll/xicc

//Path to a library.
BSDPCLIENT_LIBRARY:FILEPATH=/usr/lib/libBSDPClient.dylib

//Path to a program.
CMAKE_AR:FILEPATH=/usr/bin/ar

//For backwards compatibility, what version of CMake commands and
// syntax should this version of CMake try to support.
CMAKE_BACKWARDS_COMPATIBILITY:STRING=2.4

//Choose the type of build, options are: None(CMAKE_CXX_FLAGS or
// CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel.
CMAKE_BUILD_TYPE:STRING=Release

//No help, variable specified on the command line.
CMAKE_BUILD_WITH_INSTALL_RPATH:UNINITIALIZED=ON

//Enable/Disable color output during build.
CMAKE_COLOR_MAKEFILE:BOOL=ON

//CXX compiler.
CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.0

//Flags used by the compiler during all build types.
CMAKE_CXX_FLAGS:STRING='-O2 -arch i386 '

//Flags used by the compiler during debug builds.
CMAKE_CXX_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//C compiler.
CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.0

//Flags used by the compiler during all build types.
CMAKE_C_FLAGS:STRING='-O2 -arch i386 '

//Flags used by the compiler during debug builds.
CMAKE_C_FLAGS_DEBUG:STRING=-g

//Flags used by the compiler during release minsize builds.
CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG

//Flags used by the compiler during release builds (/MD /Ob1 /Oi
// /Ot /Oy /Gs will produce slightly less optimized but smaller
// files).
CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG

//Flags used by the compiler during Release with Debug Info builds.
CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g

//Flags used by the linker.
CMAKE_EXE_LINKER_FLAGS:STRING=-L/opt/local/lib -arch i386

//Flags used by the linker during debug builds.
CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//No help, variable specified on the command line.
CMAKE_INCLUDE_PATH:UNINITIALIZED=/opt/local/include

//No help, variable specified on the command line.
CMAKE_INSTALL_NAME_DIR:UNINITIALIZED=/opt/local/lib/

//Path to a program.
CMAKE_INSTALL_NAME_TOOL:FILEPATH=/usr/bin/install_name_tool

//Install path prefix, prepended onto install directories.
CMAKE_INSTALL_PREFIX:PATH=/opt/local

//No help, variable specified on the command line.
CMAKE_LIBRARY_PATH:UNINITIALIZED=/opt/local/lib

//Path to a program.
CMAKE_LINKER:FILEPATH=/usr/bin/ld

//Path to a program.
CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make

//Flags used by the linker during the creation of modules.
CMAKE_MODULE_LINKER_FLAGS:STRING=-L/opt/local/lib -arch i386

//Flags used by the linker during debug builds.
CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//Path to a program.
CMAKE_NM:FILEPATH=/usr/bin/nm

//Path to a program.
CMAKE_OBJCOPY:FILEPATH=CMAKE_OBJCOPY-NOTFOUND

//Path to a program.
CMAKE_OBJDUMP:FILEPATH=CMAKE_OBJDUMP-NOTFOUND

//Build architectures for OSX
CMAKE_OSX_ARCHITECTURES:STRING=

//Minimum OS X version to target for deployment (at runtime); newer
// APIs weak linked. Set to empty string for default value.
CMAKE_OSX_DEPLOYMENT_TARGET:STRING=10.5

//The product will be built against the headers and libraries located
// inside the indicated SDK.
CMAKE_OSX_SYSROOT:PATH=/Developer/SDKs/MacOSX10.5.sdk

//Value Computed by CMake
CMAKE_PROJECT_NAME:STATIC=lprof

//Path to a program.
CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib

//Flags used by the linker during the creation of dll's.
CMAKE_SHARED_LINKER_FLAGS:STRING=-L/opt/local/lib -arch i386

//Flags used by the linker during debug builds.
CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=

//Flags used by the linker during release minsize builds.
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=

//Flags used by the linker during release builds.
CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=

//Flags used by the linker during Release with Debug Info builds.
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=

//If set, runtime paths are not added when using shared libraries.
CMAKE_SKIP_RPATH:BOOL=NO

//Path to a program.
CMAKE_STRIP:FILEPATH=/usr/bin/strip

//No help, variable specified on the command line.
CMAKE_SYSTEM_PREFIX_PATH:UNINITIALIZED=/opt/local;/usr

//If true, cmake will use relative paths in makefiles and projects.
CMAKE_USE_RELATIVE_PATHS:BOOL=OFF

//If this value is on, makefiles will be generated without the
// .SILENT directive, and all commands will be echoed to the console
// during the make.  This is useful for debugging only. With Visual
// Studio IDE projects all commands are done without /nologo.
CMAKE_VERBOSE_MAKEFILE:BOOL=ON

//Path to a library.
COREFOUNDATION_LIBRARY:FILEPATH=/System/Library/Frameworks/CoreFoundation.framework

//Single output directory for building all executables.
EXECUTABLE_OUTPUT_PATH:PATH=

//Path to a library.
IOKIT_LIBRARY:FILEPATH=/System/Library/Frameworks/IOKit.framework

//Path to a file.
JPEG_INCLUDE_DIR:PATH=/opt/local/include

//Path to a library.
JPEG_LIBRARY:FILEPATH=/opt/local/lib/libjpeg.dylib

//Single output directory for building all libraries.
LIBRARY_OUTPUT_PATH:PATH=

//Path to libusb header directory
LIBUSB_INCLUDE_DIR:PATH=/opt/local/include

//Location of libusb debug build library
LIBUSB_LIBRARY_DEBUG:FILEPATH=LIBUSB_LIBRARY_DEBUG-NOTFOUND

//Location of libusb release build library
LIBUSB_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libusb.dylib

//Path to libvigraimpex header directory
LIBVIGRAIMPEX_INCLUDE_DIR:PATH=LIBVIGRAIMPEX_INCLUDE_DIR-NOTFOUND

//Location of libvigraimpex debug build library
LIBVIGRAIMPEX_LIBRARY_DEBUG:FILEPATH=LIBVIGRAIMPEX_LIBRARY_DEBUG-NOTFOUND

//Location of libvigraimpex release build library
LIBVIGRAIMPEX_LIBRARY_RELEASE:FILEPATH=LIBVIGRAIMPEX_LIBRARY_RELEASE-NOTFOUND

//Path to a library.
PNG_LIBRARY:FILEPATH=/opt/local/lib/libpng.dylib

//Path to a file.
PNG_PNG_INCLUDE_DIR:PATH=/opt/local/include

//Path to qt lrelease executable
QTTRANS_LRELEASE_EXECUTABLE:FILEPATH=/opt/local/bin/lrelease

//Path to a program.
QT_DBUSCPP2XML_EXECUTABLE:FILEPATH=/opt/local/bin/qdbuscpp2xml

//Path to a program.
QT_DBUSXML2CPP_EXECUTABLE:FILEPATH=/opt/local/bin/qdbusxml2cpp

//Path to a program.
QT_DESIGNER_EXECUTABLE:FILEPATH=QT_DESIGNER_EXECUTABLE-NOTFOUND

//The location of the Qt docs
QT_DOC_DIR:PATH=/opt/local/share/doc/qt4

//The location of the Qt imports
QT_IMPORTS_DIR:PATH=/opt/local/share/qt4/imports

//Path to a program.
QT_LINGUIST_EXECUTABLE:FILEPATH=QT_LINGUIST_EXECUTABLE-NOTFOUND

//Path to a program.
QT_LRELEASE_EXECUTABLE:FILEPATH=/opt/local/bin/lrelease

//Path to a program.
QT_LUPDATE_EXECUTABLE:FILEPATH=/opt/local/bin/lupdate

//The location of the Qt mkspecs containing qconfig.pri
QT_MKSPECS_DIR:PATH=/opt/local/share/qt4/mkspecs

//Path to a program.
QT_MOC_EXECUTABLE:FILEPATH=/opt/local/bin/moc

//Path to a file.
QT_PHONON_INCLUDE_DIR:PATH=/Library/Frameworks/phonon.framework/Headers

//The Qt PHONON library
QT_PHONON_LIBRARY:STRING=/Library/Frameworks/phonon.framework

//Path to a library.
QT_PHONON_LIBRARY_DEBUG:FILEPATH=QT_PHONON_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_PHONON_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/phonon.framework

//The location of the Qt plugins
QT_PLUGINS_DIR:PATH=/opt/local/share/qt4/plugins

//No help, variable specified on the command line.
QT_PNG_LIBRARY:UNINITIALIZED=/opt/local/lib/libpng.dylib

//Path to a program.
QT_QCOLLECTIONGENERATOR_EXECUTABLE:FILEPATH=/opt/local/bin/qcollectiongenerator

//The qmake executable for the Qt installation to use
QT_QMAKE_EXECUTABLE:FILEPATH=/opt/local/bin/qmake

//Path to a file.
QT_QT3SUPPORT_INCLUDE_DIR:PATH=/opt/local/include/Qt3Support

//The Qt QT3SUPPORT library
QT_QT3SUPPORT_LIBRARY:STRING=/Library/Frameworks/Qt3Support.framework

//Path to a library.
QT_QT3SUPPORT_LIBRARY_DEBUG:FILEPATH=QT_QT3SUPPORT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QT3SUPPORT_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/Qt3Support.framework

//Path to a file.
QT_QTASSISTANTCLIENT_INCLUDE_DIR:PATH=/opt/local/include/QtAssistant

//The Qt QTASSISTANTCLIENT library
QT_QTASSISTANTCLIENT_LIBRARY:STRING=

//Path to a library.
QT_QTASSISTANTCLIENT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTASSISTANTCLIENT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
QT_QTASSISTANT_INCLUDE_DIR:PATH=/opt/local/include/QtAssistant

//The Qt QTASSISTANT library
QT_QTASSISTANT_LIBRARY:STRING=

//Path to a library.
QT_QTASSISTANT_LIBRARY_DEBUG:FILEPATH=QT_QTASSISTANT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTASSISTANT_LIBRARY_RELEASE:FILEPATH=QT_QTASSISTANT_LIBRARY_RELEASE-NOTFOUND

//The Qt QTCLUCENE library
QT_QTCLUCENE_LIBRARY:STRING=/opt/local/lib/libQtCLucene.dylib

//Path to a library.
QT_QTCLUCENE_LIBRARY_DEBUG:FILEPATH=QT_QTCLUCENE_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTCLUCENE_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtCLucene.dylib

//(This variable does not exist and should not be used)
QT_QTCORE_INCLUDE_DIR:PATH=/Library/Frameworks/QtCore.framework/Headers

//The Qt QTCORE library
QT_QTCORE_LIBRARY:STRING=/Library/Frameworks/QtCore.framework

//Path to a library.
QT_QTCORE_LIBRARY_DEBUG:FILEPATH=QT_QTCORE_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTCORE_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtCore.framework

//Path to a file.
QT_QTDBUS_INCLUDE_DIR:PATH=/opt/local/include/QtDBus

//The Qt QTDBUS library
QT_QTDBUS_LIBRARY:STRING=/Library/Frameworks/QtDBus.framework

//Path to a library.
QT_QTDBUS_LIBRARY_DEBUG:FILEPATH=QT_QTDBUS_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTDBUS_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtDBus.framework

//Path to a file.
QT_QTDECLARATIVE_INCLUDE_DIR:PATH=/opt/local/include/QtDeclarative

//The Qt QTDECLARATIVE library
QT_QTDECLARATIVE_LIBRARY:STRING=/Library/Frameworks/QtDeclarative.framework

//Path to a library.
QT_QTDECLARATIVE_LIBRARY_DEBUG:FILEPATH=QT_QTDECLARATIVE_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTDECLARATIVE_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtDeclarative.framework

//Path to a file.
QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR:PATH=/opt/local/include/QtDesigner

//The Qt QTDESIGNERCOMPONENTS library
QT_QTDESIGNERCOMPONENTS_LIBRARY:STRING=/Library/Frameworks/QtDesignerComponents.framework

//Path to a library.
QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtDesignerComponents.framework

//Path to a file.
QT_QTDESIGNER_INCLUDE_DIR:PATH=/opt/local/include/QtDesigner

//The Qt QTDESIGNER library
QT_QTDESIGNER_LIBRARY:STRING=/Library/Frameworks/QtDesigner.framework

//Path to a library.
QT_QTDESIGNER_LIBRARY_DEBUG:FILEPATH=QT_QTDESIGNER_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTDESIGNER_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtDesigner.framework

//Path to a file.
QT_QTGUI_INCLUDE_DIR:PATH=/opt/local/include/QtGui

//The Qt QTGUI library
QT_QTGUI_LIBRARY:STRING=/Library/Frameworks/QtGui.framework

//Path to a library.
QT_QTGUI_LIBRARY_DEBUG:FILEPATH=QT_QTGUI_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTGUI_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtGui.framework

//Path to a file.
QT_QTHELP_INCLUDE_DIR:PATH=/opt/local/include/QtHelp

//The Qt QTHELP library
QT_QTHELP_LIBRARY:STRING=/Library/Frameworks/QtHelp.framework

//Path to a library.
QT_QTHELP_LIBRARY_DEBUG:FILEPATH=QT_QTHELP_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTHELP_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtHelp.framework

//Path to a file.
QT_QTMULTIMEDIA_INCLUDE_DIR:PATH=/opt/local/include/QtMultimedia

//The Qt QTMULTIMEDIA library
QT_QTMULTIMEDIA_LIBRARY:STRING=/Library/Frameworks/QtMultimedia.framework

//Path to a library.
QT_QTMULTIMEDIA_LIBRARY_DEBUG:FILEPATH=QT_QTMULTIMEDIA_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTMULTIMEDIA_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtMultimedia.framework

//Path to a file.
QT_QTNETWORK_INCLUDE_DIR:PATH=/opt/local/include/QtNetwork

//The Qt QTNETWORK library
QT_QTNETWORK_LIBRARY:STRING=/Library/Frameworks/QtNetwork.framework

//Path to a library.
QT_QTNETWORK_LIBRARY_DEBUG:FILEPATH=QT_QTNETWORK_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTNETWORK_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtNetwork.framework

//Path to a file.
QT_QTNSPLUGIN_INCLUDE_DIR:PATH=QT_QTNSPLUGIN_INCLUDE_DIR-NOTFOUND

//The Qt QTNSPLUGIN library
QT_QTNSPLUGIN_LIBRARY:STRING=

//Path to a library.
QT_QTNSPLUGIN_LIBRARY_DEBUG:FILEPATH=QT_QTNSPLUGIN_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTNSPLUGIN_LIBRARY_RELEASE:FILEPATH=QT_QTNSPLUGIN_LIBRARY_RELEASE-NOTFOUND

//Path to a file.
QT_QTOPENGL_INCLUDE_DIR:PATH=/opt/local/include/QtOpenGL

//The Qt QTOPENGL library
QT_QTOPENGL_LIBRARY:STRING=/Library/Frameworks/QtOpenGL.framework

//Path to a library.
QT_QTOPENGL_LIBRARY_DEBUG:FILEPATH=QT_QTOPENGL_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTOPENGL_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtOpenGL.framework

//Path to a file.
QT_QTSCRIPTTOOLS_INCLUDE_DIR:PATH=/opt/local/include/QtScriptTools

//The Qt QTSCRIPTTOOLS library
QT_QTSCRIPTTOOLS_LIBRARY:STRING=/Library/Frameworks/QtScriptTools.framework

//Path to a library.
QT_QTSCRIPTTOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTSCRIPTTOOLS_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtScriptTools.framework

//Path to a file.
QT_QTSCRIPT_INCLUDE_DIR:PATH=/opt/local/include/QtScript

//The Qt QTSCRIPT library
QT_QTSCRIPT_LIBRARY:STRING=/Library/Frameworks/QtScript.framework

//Path to a library.
QT_QTSCRIPT_LIBRARY_DEBUG:FILEPATH=QT_QTSCRIPT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTSCRIPT_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtScript.framework

//Path to a file.
QT_QTSQL_INCLUDE_DIR:PATH=/opt/local/include/QtSql

//The Qt QTSQL library
QT_QTSQL_LIBRARY:STRING=/Library/Frameworks/QtSql.framework

//Path to a library.
QT_QTSQL_LIBRARY_DEBUG:FILEPATH=QT_QTSQL_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTSQL_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtSql.framework

//Path to a file.
QT_QTSVG_INCLUDE_DIR:PATH=/opt/local/include/QtSvg

//The Qt QTSVG library
QT_QTSVG_LIBRARY:STRING=/Library/Frameworks/QtSvg.framework

//Path to a library.
QT_QTSVG_LIBRARY_DEBUG:FILEPATH=QT_QTSVG_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTSVG_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtSvg.framework

//Path to a file.
QT_QTTEST_INCLUDE_DIR:PATH=/opt/local/include/QtTest

//The Qt QTTEST library
QT_QTTEST_LIBRARY:STRING=/Library/Frameworks/QtTest.framework

//Path to a library.
QT_QTTEST_LIBRARY_DEBUG:FILEPATH=QT_QTTEST_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTTEST_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtTest.framework

//Path to a file.
QT_QTUITOOLS_INCLUDE_DIR:PATH=/opt/local/include/QtUiTools

//The Qt QTUITOOLS library
QT_QTUITOOLS_LIBRARY:STRING=/opt/local/lib/libQtUiTools.a

//Path to a library.
QT_QTUITOOLS_LIBRARY_DEBUG:FILEPATH=QT_QTUITOOLS_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTUITOOLS_LIBRARY_RELEASE:FILEPATH=/opt/local/lib/libQtUiTools.a

//Path to a file.
QT_QTWEBKIT_INCLUDE_DIR:PATH=/opt/local/include/QtWebKit

//The Qt QTWEBKIT library
QT_QTWEBKIT_LIBRARY:STRING=/Library/Frameworks/QtWebKit.framework

//Path to a library.
QT_QTWEBKIT_LIBRARY_DEBUG:FILEPATH=QT_QTWEBKIT_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTWEBKIT_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtWebKit.framework

//Path to a file.
QT_QTXMLPATTERNS_INCLUDE_DIR:PATH=/opt/local/include/QtXmlPatterns

//The Qt QTXMLPATTERNS library
QT_QTXMLPATTERNS_LIBRARY:STRING=/Library/Frameworks/QtXmlPatterns.framework

//Path to a library.
QT_QTXMLPATTERNS_LIBRARY_DEBUG:FILEPATH=QT_QTXMLPATTERNS_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTXMLPATTERNS_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtXmlPatterns.framework

//Path to a file.
QT_QTXML_INCLUDE_DIR:PATH=/opt/local/include/QtXml

//The Qt QTXML library
QT_QTXML_LIBRARY:STRING=/Library/Frameworks/QtXml.framework

//Path to a library.
QT_QTXML_LIBRARY_DEBUG:FILEPATH=QT_QTXML_LIBRARY_DEBUG-NOTFOUND

//Path to a library.
QT_QTXML_LIBRARY_RELEASE:FILEPATH=/Library/Frameworks/QtXml.framework

//No help, variable specified on the command line.
QT_QT_INCLUDE_DIR:UNINITIALIZED=/opt/local/include

//Path to a program.
QT_RCC_EXECUTABLE:FILEPATH=/opt/local/bin/rcc

//The location of the Qt translations
QT_TRANSLATIONS_DIR:PATH=/opt/local/share/qt4/translations

//Path to a program.
QT_UIC3_EXECUTABLE:FILEPATH=/opt/local/bin/uic3

//Path to a program.
QT_UIC_EXECUTABLE:FILEPATH=/opt/local/bin/uic

//No help, variable specified on the command line.
QT_ZLIB_LIBRARY:UNINITIALIZED=/opt/local/lib/libz.dylib

//Path to a file.
TIFF_INCLUDE_DIR:PATH=/opt/local/include

//Path to a library.
TIFF_LIBRARY:FILEPATH=/opt/local/lib/libtiff.dylib

//Path to a file.
ZLIB_INCLUDE_DIR:PATH=/opt/local/include

//Path to a library.
ZLIB_LIBRARY:FILEPATH=/opt/local/lib/libz.dylib

//Dependencies for target
argyll_LIB_DEPENDS:STATIC=

//Dependencies for target
impexlocal_LIB_DEPENDS:STATIC=

//Dependencies for target
lcmslocal_LIB_DEPENDS:STATIC=

//Dependencies for target
liblprof_LIB_DEPENDS:STATIC=

//Value Computed by CMake
lprof_BINARY_DIR:STATIC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof

//Value Computed by CMake
lprof_SOURCE_DIR:STATIC=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof


########################
# INTERNAL cache entries
########################

//ADVANCED property for variable: CMAKE_AR
CMAKE_AR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_BUILD_TOOL
CMAKE_BUILD_TOOL-ADVANCED:INTERNAL=1
//What is the target build tool cmake is generating for.
CMAKE_BUILD_TOOL:INTERNAL=/usr/bin/make
//This is the directory where this CMakeCache.txt was created
CMAKE_CACHEFILE_DIR:INTERNAL=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof
//Major version of cmake used to create the current loaded cache
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=2
//Minor version of cmake used to create the current loaded cache
CMAKE_CACHE_MINOR_VERSION:INTERNAL=8
//Patch version of cmake used to create the current loaded cache
CMAKE_CACHE_PATCH_VERSION:INTERNAL=3
//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
//Path to CMake executable.
CMAKE_COMMAND:INTERNAL=/opt/local/bin/cmake
//Path to cpack program executable.
CMAKE_CPACK_COMMAND:INTERNAL=/opt/local/bin/cpack
//Path to ctest program executable.
CMAKE_CTEST_COMMAND:INTERNAL=/opt/local/bin/ctest
//ADVANCED property for variable: CMAKE_CXX_COMPILER
CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
CMAKE_CXX_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS
CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_COMPILER
CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
CMAKE_C_COMPILER_WORKS:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS
CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Result of TRY_COMPILE
CMAKE_DETERMINE_CXX_ABI_COMPILED:INTERNAL=TRUE
//Result of TRY_COMPILE
CMAKE_DETERMINE_C_ABI_COMPILED:INTERNAL=TRUE
//Path to cache edit program executable.
CMAKE_EDIT_COMMAND:INTERNAL=/opt/local/bin/ccmake
//Executable file format
CMAKE_EXECUTABLE_FORMAT:INTERNAL=Unknown
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//Name of generator.
CMAKE_GENERATOR:INTERNAL=Unix Makefiles
//Start directory with the top level CMakeLists.txt file for this
// project
CMAKE_HOME_DIRECTORY:INTERNAL=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_graphics_lprof/work/lprof
//ADVANCED property for variable: CMAKE_INSTALL_NAME_TOOL
CMAKE_INSTALL_NAME_TOOL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_LINKER
CMAKE_LINKER-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_NM
CMAKE_NM-ADVANCED:INTERNAL=1
//number of local generators
CMAKE_NUMBER_OF_LOCAL_GENERATORS:INTERNAL=9
//ADVANCED property for variable: CMAKE_OBJCOPY
CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_OBJDUMP
CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_RANLIB
CMAKE_RANLIB-ADVANCED:INTERNAL=1
//Path to CMake installation.
CMAKE_ROOT:INTERNAL=/opt/local/share/cmake-2.8
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
//CHECK_TYPE_SIZE: sizeof(unsigned short)
CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=2
//ADVANCED property for variable: CMAKE_SKIP_RPATH
CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_STRIP
CMAKE_STRIP-ADVANCED:INTERNAL=1
//Suppress Warnings that are meant for the author of the CMakeLists.txt
// files.
CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=TRUE
//uname command
CMAKE_UNAME:INTERNAL=/usr/bin/uname
//ADVANCED property for variable: CMAKE_USE_RELATIVE_PATHS
CMAKE_USE_RELATIVE_PATHS-ADVANCED:INTERNAL=1
//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
//Details about finding JPEG
FIND_PACKAGE_MESSAGE_DETAILS_JPEG:INTERNAL=[/opt/local/lib/libjpeg.dylib][/opt/local/include][v()]
//Details about finding LIBUSB
FIND_PACKAGE_MESSAGE_DETAILS_LIBUSB:INTERNAL=[/opt/local/lib/libusb.dylib][/opt/local/include][v()]
//Details about finding PNG
FIND_PACKAGE_MESSAGE_DETAILS_PNG:INTERNAL=[/opt/local/lib/libpng.dylib][/opt/local/include][v()]
//Details about finding Qt4
FIND_PACKAGE_MESSAGE_DETAILS_Qt4:INTERNAL=[/Library/Frameworks][/opt/local/include;/Library/Frameworks/QtCore.framework][/opt/local/bin/moc][/opt/local/bin/uic][/opt/local/bin/rcc]
//Details about finding TIFF
FIND_PACKAGE_MESSAGE_DETAILS_TIFF:INTERNAL=[/opt/local/lib/libtiff.dylib][/opt/local/include][v()]
//Details about finding ZLIB
FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/opt/local/include][/opt/local/lib/libz.dylib][v1.2.5()]
//Result of TRY_COMPILE
HAVE_CMAKE_SIZEOF_UNSIGNED_SHORT:INTERNAL=TRUE
//Have include stddef.h
HAVE_STDDEF_H:INTERNAL=1
//Have include stdint.h
HAVE_STDINT_H:INTERNAL=1
//Have include sys/types.h
HAVE_SYS_TYPES_H:INTERNAL=1
//Result of TRY_COMPILE
HAVE_is_big_endian:INTERNAL=TRUE
//ADVANCED property for variable: JPEG_INCLUDE_DIR
JPEG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: JPEG_LIBRARY
JPEG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_LIBRARY
PNG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: PNG_PNG_INCLUDE_DIR
PNG_PNG_INCLUDE_DIR-ADVANCED:INTERNAL=1
QT_BINARY_DIR:INTERNAL=/opt/local/bin
//ADVANCED property for variable: QT_DBUSCPP2XML_EXECUTABLE
QT_DBUSCPP2XML_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_DBUSXML2CPP_EXECUTABLE
QT_DBUSXML2CPP_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_DESIGNER_EXECUTABLE
QT_DESIGNER_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_DOC_DIR
QT_DOC_DIR-ADVANCED:INTERNAL=1
QT_HEADERS_DIR:INTERNAL=/opt/local/include
//ADVANCED property for variable: QT_IMPORTS_DIR
QT_IMPORTS_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_LIBRARY_DIR
QT_LIBRARY_DIR-ADVANCED:INTERNAL=1
//Qt library dir
QT_LIBRARY_DIR:INTERNAL=/Library/Frameworks
//ADVANCED property for variable: QT_LINGUIST_EXECUTABLE
QT_LINGUIST_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_LRELEASE_EXECUTABLE
QT_LRELEASE_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_LUPDATE_EXECUTABLE
QT_LUPDATE_EXECUTABLE-ADVANCED:INTERNAL=1
//Have symbol QT_MAC_USE_COCOA
QT_MAC_USE_COCOA:INTERNAL=1
//ADVANCED property for variable: QT_MKSPECS_DIR
QT_MKSPECS_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_MOC_EXECUTABLE
QT_MOC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_PHONON_INCLUDE_DIR
QT_PHONON_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_PHONON_LIBRARY
QT_PHONON_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_PHONON_LIBRARY_DEBUG
QT_PHONON_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_PHONON_LIBRARY_RELEASE
QT_PHONON_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_PLUGINS_DIR
QT_PLUGINS_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QCOLLECTIONGENERATOR_EXECUTABLE
QT_QCOLLECTIONGENERATOR_EXECUTABLE-ADVANCED:INTERNAL=1
QT_QMAKE_EXECUTABLE_LAST:INTERNAL=/opt/local/bin/qmake
//ADVANCED property for variable: QT_QT3SUPPORT_INCLUDE_DIR
QT_QT3SUPPORT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY
QT_QT3SUPPORT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_DEBUG
QT_QT3SUPPORT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QT3SUPPORT_LIBRARY_RELEASE
QT_QT3SUPPORT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_INCLUDE_DIR
QT_QTASSISTANTCLIENT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY
QT_QTASSISTANTCLIENT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_DEBUG
QT_QTASSISTANTCLIENT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANTCLIENT_LIBRARY_RELEASE
QT_QTASSISTANTCLIENT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANT_INCLUDE_DIR
QT_QTASSISTANT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY
QT_QTASSISTANT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_DEBUG
QT_QTASSISTANT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTASSISTANT_LIBRARY_RELEASE
QT_QTASSISTANT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY
QT_QTCLUCENE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_DEBUG
QT_QTCLUCENE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCLUCENE_LIBRARY_RELEASE
QT_QTCLUCENE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCORE_INCLUDE_DIR
QT_QTCORE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCORE_LIBRARY
QT_QTCORE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCORE_LIBRARY_DEBUG
QT_QTCORE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTCORE_LIBRARY_RELEASE
QT_QTCORE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDBUS_INCLUDE_DIR
QT_QTDBUS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDBUS_LIBRARY
QT_QTDBUS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDBUS_LIBRARY_DEBUG
QT_QTDBUS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDBUS_LIBRARY_RELEASE
QT_QTDBUS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDECLARATIVE_INCLUDE_DIR
QT_QTDECLARATIVE_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY
QT_QTDECLARATIVE_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_DEBUG
QT_QTDECLARATIVE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDECLARATIVE_LIBRARY_RELEASE
QT_QTDECLARATIVE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR
QT_QTDESIGNERCOMPONENTS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY
QT_QTDESIGNERCOMPONENTS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG
QT_QTDESIGNERCOMPONENTS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE
QT_QTDESIGNERCOMPONENTS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNER_INCLUDE_DIR
QT_QTDESIGNER_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY
QT_QTDESIGNER_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_DEBUG
QT_QTDESIGNER_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTDESIGNER_LIBRARY_RELEASE
QT_QTDESIGNER_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTGUI_INCLUDE_DIR
QT_QTGUI_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTGUI_LIBRARY
QT_QTGUI_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTGUI_LIBRARY_DEBUG
QT_QTGUI_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTGUI_LIBRARY_RELEASE
QT_QTGUI_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTHELP_INCLUDE_DIR
QT_QTHELP_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTHELP_LIBRARY
QT_QTHELP_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTHELP_LIBRARY_DEBUG
QT_QTHELP_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTHELP_LIBRARY_RELEASE
QT_QTHELP_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTMULTIMEDIA_INCLUDE_DIR
QT_QTMULTIMEDIA_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY
QT_QTMULTIMEDIA_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_DEBUG
QT_QTMULTIMEDIA_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTMULTIMEDIA_LIBRARY_RELEASE
QT_QTMULTIMEDIA_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNETWORK_INCLUDE_DIR
QT_QTNETWORK_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNETWORK_LIBRARY
QT_QTNETWORK_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_DEBUG
QT_QTNETWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNETWORK_LIBRARY_RELEASE
QT_QTNETWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNSPLUGIN_INCLUDE_DIR
QT_QTNSPLUGIN_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY
QT_QTNSPLUGIN_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_DEBUG
QT_QTNSPLUGIN_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTNSPLUGIN_LIBRARY_RELEASE
QT_QTNSPLUGIN_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTOPENGL_INCLUDE_DIR
QT_QTOPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTOPENGL_LIBRARY
QT_QTOPENGL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_DEBUG
QT_QTOPENGL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTOPENGL_LIBRARY_RELEASE
QT_QTOPENGL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPTTOOLS_INCLUDE_DIR
QT_QTSCRIPTTOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY
QT_QTSCRIPTTOOLS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_DEBUG
QT_QTSCRIPTTOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPTTOOLS_LIBRARY_RELEASE
QT_QTSCRIPTTOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPT_INCLUDE_DIR
QT_QTSCRIPT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY
QT_QTSCRIPT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_DEBUG
QT_QTSCRIPT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSCRIPT_LIBRARY_RELEASE
QT_QTSCRIPT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSQL_INCLUDE_DIR
QT_QTSQL_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSQL_LIBRARY
QT_QTSQL_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSQL_LIBRARY_DEBUG
QT_QTSQL_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSQL_LIBRARY_RELEASE
QT_QTSQL_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSVG_INCLUDE_DIR
QT_QTSVG_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSVG_LIBRARY
QT_QTSVG_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSVG_LIBRARY_DEBUG
QT_QTSVG_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTSVG_LIBRARY_RELEASE
QT_QTSVG_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTTEST_INCLUDE_DIR
QT_QTTEST_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTTEST_LIBRARY
QT_QTTEST_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTTEST_LIBRARY_DEBUG
QT_QTTEST_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTTEST_LIBRARY_RELEASE
QT_QTTEST_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTUITOOLS_INCLUDE_DIR
QT_QTUITOOLS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY
QT_QTUITOOLS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_DEBUG
QT_QTUITOOLS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTUITOOLS_LIBRARY_RELEASE
QT_QTUITOOLS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTWEBKIT_INCLUDE_DIR
QT_QTWEBKIT_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY
QT_QTWEBKIT_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_DEBUG
QT_QTWEBKIT_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTWEBKIT_LIBRARY_RELEASE
QT_QTWEBKIT_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXMLPATTERNS_INCLUDE_DIR
QT_QTXMLPATTERNS_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY
QT_QTXMLPATTERNS_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_DEBUG
QT_QTXMLPATTERNS_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXMLPATTERNS_LIBRARY_RELEASE
QT_QTXMLPATTERNS_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXML_INCLUDE_DIR
QT_QTXML_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXML_LIBRARY
QT_QTXML_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXML_LIBRARY_DEBUG
QT_QTXML_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_QTXML_LIBRARY_RELEASE
QT_QTXML_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_RCC_EXECUTABLE
QT_RCC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_TRANSLATIONS_DIR
QT_TRANSLATIONS_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_UIC3_EXECUTABLE
QT_UIC3_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_UIC_EXECUTABLE
QT_UIC_EXECUTABLE-ADVANCED:INTERNAL=1
//ADVANCED property for variable: QT_USE_FRAMEWORKS
QT_USE_FRAMEWORKS-ADVANCED:INTERNAL=1
QT_USE_FRAMEWORKS:INTERNAL=ON
//Have symbol Q_WS_MAC
Q_WS_MAC:INTERNAL=1
//Have symbol Q_WS_QWS
Q_WS_QWS:INTERNAL=
//Have symbol Q_WS_WIN
Q_WS_WIN:INTERNAL=
//Have symbol Q_WS_X11
Q_WS_X11:INTERNAL=
//ADVANCED property for variable: TIFF_INCLUDE_DIR
TIFF_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: TIFF_LIBRARY
TIFF_LIBRARY-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_INCLUDE_DIR
ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1
//ADVANCED property for variable: ZLIB_LIBRARY
ZLIB_LIBRARY-ADVANCED:INTERNAL=1
//Result of TEST_BIG_ENDIAN
is_big_endian:INTERNAL=0

comment:34 Changed 13 years ago by michaelld (Michael Dickens)

You have Qt installed into /Library/Frameworks ... so, can you do me one favor before you delete it (assuming you want to on both accounts)? Edit the lprof Portfile & add "--trace" after the string "${qt_cmake_defines}" so that it reads "${qt_cmake_defines} --trace" (with the space between). Then clean & do the install again; this time the log file will be -really- big. Copy it to your desktop & compress it, then attach that to this ticket -- there's a button near the top of this ticket labeled "Attach File" ... just follow that page. If you can't find a way to attach the file, and it's within a few MB, can you email it to me @ michaelld@…? I'm looking through the FindQt4.cmake file to try to figure out why CMake does this mixed finding -- you're not the only one to report this issue, just the only one for lprof :)

Changed 13 years ago by m.kalisky@…

Attachment: main.log.zip added

comment:35 Changed 13 years ago by m.kalisky@…

So - did as you said and even managed to attach the log file (zipped for the size) :-)

I do not fully understand exactly which part of the Qt should I remove from /Library/Frameworks ... There are about 15 directories that belong to Qt. It sounds to me like removing them would require to reinstall the Qt what would probably go the same way as before what would not make sense, so I would kindly ask you for more detailed description on the removing of the Qt .. .. thanks

comment:36 Changed 13 years ago by michaelld (Michael Dickens)

Thank you for the logfile; I'll look through it & see what I can make out. I'm making progress on the CMake Qt4 file too, so I'm getting an idea of what to change to make finding Qt4 work more robustly.

MacPorts installs Qt4 (via qt4-mac) into ${prefix}, which by default (and in your and my cases) is "/opt/local". If you do "find /opt/local/lib -name "*Qt*.dylib" -type f" you'll get back a laundry list of installed Qt libraries. If you now look in /Library/Frameworks (e.g., "ls -ld /Library/Frameworks/*Qt* /Library/Frameworks/*honon*") you'll see a similar list, but in this case just top-level directories (frameworks) instead of actual libraries. If you compare and contrast the lists, you should find that they contain about the same members (e.g., libQtCore.X.dylib -> QtCore). Hence, you can safely do "sudo rm -rf /Library/Frameworks/*Qt* /Library/Frameworks/*honon*" to get rid of that (old?) install of Qt without impacting those installed by MacPorts.

Now, it is possible that you require that Qt install for something else, in which case you don't want to delete it. Only you know the answer to this question :)

comment:37 Changed 13 years ago by michaelld (Michael Dickens)

I've found a way for both versions of Qt to be installed and for MacPorts to use just its version; it involves modifying the 'cmake' port (which installs the Qt4 Find cmake script that needs to be corrected). Not sure if/when it will be added, but there is hope :)

comment:38 Changed 13 years ago by m.kalisky@…

So I understand that once you would manage to update the cmake port that I should not get Qt stuff in the /Library/Frameworks any longer during Qt installation via port.

I also understood that for me to successfully install the lprof you need first to change the CMake QT4 file. So if I would now just remove the "/Library/Frameworks/*Qt* /Library/Frameworks/*honon*" parts it would change anything on my installation problems.

So now I will be waiting for your updates while keeping my fingers crossed :-)

thanks

comment:39 Changed 13 years ago by bernard@…

kalisky: As Michaell said, if you really need LProf then delete any Qt you have installed in /Library/Frameworks/. Then the LProf port should compile. The alternative is to wait for the workaround that michaell mentions but that could take time.

comment:40 Changed 13 years ago by m.kalisky@…

OK, I see.

So - I have removed all the Qt related parts from /Library/Frameworks/ as described above. I have uninstalled & cleaned the lprof and tried to install it ...

... AND IT WORKED !!! - and it also runs !!!

thank you very much Michael & Bernard. Now I can finally try to produce a calibration file for my Microtek F1 (I have had bad luck with SilverFast so far).

comment:41 Changed 13 years ago by bernard@…

Good to hear. I'll update the SourceForge LProf website with the news.

Notes: Remember that Qt has a few quirks. One of the main ones is that it will crash if you load a tiff file with alpha channel (the infrared dust channel from your scanner for instance). Remove any alpha channel before loading it in LProf. Beside that, I'm quite happy with the profiles I've obtained for a Nikon LS 5000. I use 33 CLUT (better quality but larger icc file).

comment:42 Changed 13 years ago by michaelld (Michael Dickens)

Resolution: fixed
Status: newclosed

I'm happy to hear lprof is now working for y'all! I'm going to close this ticket as "fixed" since, really, the issue of it has been addressed. That said, I'll still pursue the change to the Qt4 cmake script since it seems important.

BTW> If you installed the Qt4 that's in /Library/Frameworks via Nokia's pre-compiled PKG, then you can uninstall it via:

sudo /Developer/Tools/uninstall-qt.py

and that will remove every single file that was installed but not those files you've added nor your local personal projects.

comment:43 Changed 13 years ago by bernard@…

and thank's a lot michaelld. The time you spend on this is even more appreciated knowing that you don't even use LProf.

comment:44 Changed 13 years ago by michaelld (Michael Dickens)

You're welcome! Glad that we worked out the issues, and learned some things to boot!

Note: See TracTickets for help on using tickets.