<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Creating HDR images in Ubuntu with Luminance (QTPFSGUI)</title>
	<atom:link href="http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/feed/" rel="self" type="application/rss+xml" />
	<link>http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/</link>
	<description>Olaf&#039;s blog on software development and life</description>
	<lastBuildDate>Wed, 09 Nov 2011 20:27:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ingolf</title>
		<link>http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/comment-page-1/#comment-13571</link>
		<dc:creator>Ingolf</dc:creator>
		<pubDate>Fri, 04 Mar 2011 21:01:26 +0000</pubDate>
		<guid isPermaLink="false">https://olafsblog.sysbsb.de/?p=79#comment-13571</guid>
		<description>Hey Olaf,

sorry, I didn&#039;t know this is public. I fixed the problem by following instructions in this link: http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820

I am posting this because I think it will be important for anyone who tries to install luminance on ubuntu.

Best,
Ingolf</description>
		<content:encoded><![CDATA[<p>Hey Olaf,</p>
<p>sorry, I didn&#8217;t know this is public. I fixed the problem by following instructions in this link: <a href="http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820" rel="nofollow">http://sourceforge.net/tracker/index.php?func=detail&amp;aid=3142173&amp;group_id=183831&amp;atid=906820</a></p>
<p>I am posting this because I think it will be important for anyone who tries to install luminance on ubuntu.</p>
<p>Best,<br />
Ingolf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ingolf</title>
		<link>http://olafsblog.sysbsb.de/creating-hdr-images-in-ubuntu-with-luminance-qtpfsgui/comment-page-1/#comment-13568</link>
		<dc:creator>Ingolf</dc:creator>
		<pubDate>Fri, 04 Mar 2011 20:32:17 +0000</pubDate>
		<guid isPermaLink="false">https://olafsblog.sysbsb.de/?p=79#comment-13568</guid>
		<description>Hello Olaf,

When I try qmake then libraw-dev was not found and it did not seem to be in the standard repositories (synaptic did not find it for me) so I downloaded and installed it from packages.ubuntu.com/maverick/libraw-dev

qmake works withoug error message, but when I make I get the following error msg. I tried make clean and make again, but it would still produce the same error. Do you know what to do?

I am impatiently looking forward to using luminance :-)

Best,
Ingolf


ingolf@golf:~/bin/luminance/luminance-hdr-2.0.2-pre1$ make
g++ -c -pipe -ffast-math -msse -fomit-frame-pointer -g3 -fopenmp -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG_OUTPUT -DHAVE_FFTW3F -DI18NDIR=\&quot;/usr/local/share/luminance-hdr/i18n\&quot; -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -Isrc -I/usr/include/exiv2 -I/usr/include/OpenEXR -I/usr/include -I/usr/include/gsl -I/usr/include/libraw -Igenerated_moc -Igenerated_uic -o generated_obj/pfsinraw.o src/Fileformat/pfsinraw.cpp
src/Fileformat/pfsinraw.cpp: In function ‘pfs::Frame* readRawIntoPfsFrame(const char*, const char*, LuminanceOptions*, bool)’:
src/Fileformat/pfsinraw.cpp:177: error: ‘dcraw_clear_mem’ is not a member of ‘LibRaw’
make: *** [generated_obj/pfsinraw.o] Error 1</description>
		<content:encoded><![CDATA[<p>Hello Olaf,</p>
<p>When I try qmake then libraw-dev was not found and it did not seem to be in the standard repositories (synaptic did not find it for me) so I downloaded and installed it from packages.ubuntu.com/maverick/libraw-dev</p>
<p>qmake works withoug error message, but when I make I get the following error msg. I tried make clean and make again, but it would still produce the same error. Do you know what to do?</p>
<p>I am impatiently looking forward to using luminance <img src='http://olafsblog.sysbsb.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best,<br />
Ingolf</p>
<p>ingolf@golf:~/bin/luminance/luminance-hdr-2.0.2-pre1$ make<br />
g++ -c -pipe -ffast-math -msse -fomit-frame-pointer -g3 -fopenmp -O2 -D_REENTRANT -Wall -W -DQT_NO_DEBUG_OUTPUT -DHAVE_FFTW3F -DI18NDIR=\&#8221;/usr/local/share/luminance-hdr/i18n\&#8221; -DQT_NO_DEBUG -DQT_WEBKIT_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit -I/usr/include/qt4 -Isrc -I/usr/include/exiv2 -I/usr/include/OpenEXR -I/usr/include -I/usr/include/gsl -I/usr/include/libraw -Igenerated_moc -Igenerated_uic -o generated_obj/pfsinraw.o src/Fileformat/pfsinraw.cpp<br />
src/Fileformat/pfsinraw.cpp: In function ‘pfs::Frame* readRawIntoPfsFrame(const char*, const char*, LuminanceOptions*, bool)’:<br />
src/Fileformat/pfsinraw.cpp:177: error: ‘dcraw_clear_mem’ is not a member of ‘LibRaw’<br />
make: *** [generated_obj/pfsinraw.o] Error 1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

