<?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: obex-data-server 0.4.1</title>
	<atom:link href="http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/feed/" rel="self" type="application/rss+xml" />
	<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/</link>
	<description></description>
	<lastBuildDate>Mon, 05 Apr 2010 14:20:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: JK Wood</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1921</link>
		<dc:creator>JK Wood</dc:creator>
		<pubDate>Thu, 30 Oct 2008 17:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1921</guid>
		<description>It worked!  Thanks for that, and thanks to Fred for finding a solution!  Maybe now I can use Bluetooth on KDE4 again.</description>
		<content:encoded><![CDATA[<p>It worked!  Thanks for that, and thanks to Fred for finding a solution!  Maybe now I can use Bluetooth on KDE4 again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1918</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 30 Oct 2008 15:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1918</guid>
		<description>Fixed this in svn. Check if it works for you.</description>
		<content:encoded><![CDATA[<p>Fixed this in svn. Check if it works for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1899</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Oct 2008 22:45:41 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1899</guid>
		<description>Yup, you&#039;re right about this. Yet my CentOS box only has Wand.pc (my Gentoo box has MagickWand.pc and Wand.pc). So I&#039;ll probably go with Wand.pc since it is identical to MagickWand.pc anyway.</description>
		<content:encoded><![CDATA[<p>Yup, you&#8217;re right about this. Yet my CentOS box only has Wand.pc (my Gentoo box has MagickWand.pc and Wand.pc). So I&#8217;ll probably go with Wand.pc since it is identical to MagickWand.pc anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Emmott</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1898</link>
		<dc:creator>Fred Emmott</dc:creator>
		<pubDate>Wed, 29 Oct 2008 22:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1898</guid>
		<description>The above is on Slamd64 current, with ImageMagick 6.4.3.

The upstream ImageMagick.pc.in (ImageMagick-6.4.3/magick/ImageMagick.pc.in) only has:

Libs: -L${libdir} -lMagickCore

I won&#039;t be changing this from upstream.

I&#039;d suggest the alternative (ImageMagick-upstream-compatible) patch, to your software:

&lt;code&gt;
diff -u a/configure.in b/configure.in
--- a/configure.in      2008-10-25 19:48:43.000000000 +0100
+++ b/configure.in      2008-10-29 22:00:53.000000000 +0000
@@ -35,7 +35,7 @@
                                [bip_enable=${enableval}], [bip_enable=auto])

 if test &quot;$bip_enable&quot; = &quot;auto&quot; &#124;&#124; test &quot;$bip_enable&quot; = &quot;magick&quot;; then
-       PKG_CHECK_MODULES(BIP, gthread-2.0 ImageMagick &gt;= $IMAGEMAGICK_REQUIRED,
+       PKG_CHECK_MODULES(BIP, gthread-2.0 MagickWand &gt;= $IMAGEMAGICK_REQUIRED,
                          [bip_found=yes], [bip_found=no])
        if test &quot;$bip_found&quot; = &quot;yes&quot; ; then
                AC_DEFINE(USE_IMAGEMAGICK, [], [We have ImageMagick support])
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>The above is on Slamd64 current, with ImageMagick 6.4.3.</p>
<p>The upstream ImageMagick.pc.in (ImageMagick-6.4.3/magick/ImageMagick.pc.in) only has:</p>
<p>Libs: -L${libdir} -lMagickCore</p>
<p>I won&#8217;t be changing this from upstream.</p>
<p>I&#8217;d suggest the alternative (ImageMagick-upstream-compatible) patch, to your software:</p>
<p><code><br />
diff -u a/configure.in b/configure.in<br />
--- a/configure.in      2008-10-25 19:48:43.000000000 +0100<br />
+++ b/configure.in      2008-10-29 22:00:53.000000000 +0000<br />
@@ -35,7 +35,7 @@<br />
                                [bip_enable=${enableval}], [bip_enable=auto])</p>
<p> if test "$bip_enable" = "auto" || test "$bip_enable" = "magick"; then<br />
-       PKG_CHECK_MODULES(BIP, gthread-2.0 ImageMagick &gt;= $IMAGEMAGICK_REQUIRED,<br />
+       PKG_CHECK_MODULES(BIP, gthread-2.0 MagickWand &gt;= $IMAGEMAGICK_REQUIRED,<br />
                          [bip_found=yes], [bip_found=no])<br />
        if test "$bip_found" = "yes" ; then<br />
                AC_DEFINE(USE_IMAGEMAGICK, [], [We have ImageMagick support])<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1888</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Oct 2008 09:12:27 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1888</guid>
		<description>For some reason it seems to be linking against MagickCore instead of Wand and Magick. You have several options at this point:
1) See what&#039;s inside /usr/lib/pkgconfig/ImageMagick.pc and fix the Libs: line to smth like &#039;-lWand -lMagick&#039;.That&#039;s the bad way obviously. Better file a bug report for your distro to fix this. BTW, what distro and ImageMagick version are you using?
2) Disable the use of ImageMagick in ods. See how to use --enable-bip configure option here: http://wiki.muiline.com/obex-data-server/building</description>
		<content:encoded><![CDATA[<p>For some reason it seems to be linking against MagickCore instead of Wand and Magick. You have several options at this point:<br />
1) See what&#8217;s inside /usr/lib/pkgconfig/ImageMagick.pc and fix the Libs: line to smth like &#8216;-lWand -lMagick&#8217;.That&#8217;s the bad way obviously. Better file a bug report for your distro to fix this. BTW, what distro and ImageMagick version are you using?<br />
2) Disable the use of ImageMagick in ods. See how to use &#8211;enable-bip configure option here: <a href="http://wiki.muiline.com/obex-data-server/building" rel="nofollow">http://wiki.muiline.com/obex-data-server/building</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JK Wood</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1880</link>
		<dc:creator>JK Wood</dc:creator>
		<pubDate>Wed, 29 Oct 2008 03:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1880</guid>
		<description>I\&#039;m trying to build this on Slamd64 -current, and running into issues with the make.  Specifically:

&lt;code&gt;
gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ImageMagick -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -O2 -fPIC  -L/lib64 -L/usr/lib64 -o obex-data-server ods-bluez.o ods-capabilities.o ods-common.o ods-error.o ods-folder-listing.o ods-imaging-helpers.o ods-main.o ods-manager.o ods-marshal.o ods-obex.o ods-server.o ods-server-session.o ods-session.o -lgobject-2.0 -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0 -lMagickCore -ldbus-glib-1 -lgobject-2.0 -lglib-2.0 -ldbus-1 -lbluetooth -lopenobex -lbluetooth                                                                                                                  
ods-imaging-helpers.o: In function `ods_imaging_resize_image\&#039;:                                                                                              
ods-imaging-helpers.c:(.text+0x2f9): undefined reference to `MagickWandGenesis\&#039;                                                                             
ods-imaging-helpers.c:(.text+0x2fe): undefined reference to `NewMagickWand\&#039;                                                                                 
ods-imaging-helpers.c:(.text+0x310): undefined reference to `MagickReadImage\&#039;                                                                               
ods-imaging-helpers.c:(.text+0x31c): undefined reference to `DestroyMagickWand\&#039;                                                                             
ods-imaging-helpers.c:(.text+0x321): undefined reference to `MagickWandTerminus\&#039;                                                                            
ods-imaging-helpers.c:(.text+0x387): undefined reference to `MagickGetImageFormat\&#039;
ods-imaging-helpers.c:(.text+0x394): undefined reference to `MagickGetImageWidth\&#039;
ods-imaging-helpers.c:(.text+0x39f): undefined reference to `MagickGetImageHeight\&#039;
ods-imaging-helpers.c:(.text+0x482): undefined reference to `MagickWriteImage\&#039;
ods-imaging-helpers.c:(.text+0x4c7): undefined reference to `MagickThumbnailImage\&#039;
ods-imaging-helpers.c:(.text+0x521): undefined reference to `MagickSetImageFormat\&#039;
ods-imaging-helpers.c:(.text+0x543): undefined reference to `NewMagickWand\&#039;
ods-imaging-helpers.c:(.text+0x54b): undefined reference to `NewPixelWand\&#039;
ods-imaging-helpers.c:(.text+0x55d): undefined reference to `PixelSetColor\&#039;
ods-imaging-helpers.c:(.text+0x572): undefined reference to `MagickNewImage\&#039;
ods-imaging-helpers.c:(.text+0x589): undefined reference to `DestroyPixelWand\&#039;
ods-imaging-helpers.c:(.text+0x59a): undefined reference to `DestroyMagickWand\&#039;
ods-imaging-helpers.c:(.text+0x5e6): undefined reference to `MagickCropImage\&#039;
ods-imaging-helpers.c:(.text+0x630): undefined reference to `MagickCompositeImage\&#039;
ods-imaging-helpers.c:(.text+0x63a): undefined reference to `DestroyMagickWand\&#039;
ods-imaging-helpers.o: In function `ods_imaging_get_image_info\&#039;:
ods-imaging-helpers.c:(.text+0xebe): undefined reference to `MagickWandGenesis\&#039;
ods-imaging-helpers.c:(.text+0xec3): undefined reference to `NewMagickWand\&#039;
ods-imaging-helpers.c:(.text+0xed2): undefined reference to `MagickReadImage\&#039;
ods-imaging-helpers.c:(.text+0xede): undefined reference to `DestroyMagickWand\&#039;
ods-imaging-helpers.c:(.text+0xee3): undefined reference to `MagickWandTerminus\&#039;
ods-imaging-helpers.c:(.text+0xf1a): undefined reference to `MagickGetImageWidth\&#039;
ods-imaging-helpers.c:(.text+0xf26): undefined reference to `MagickGetImageHeight\&#039;
ods-imaging-helpers.c:(.text+0xf32): undefined reference to `MagickGetImageFormat\&#039;
collect2: ld returned 1 exit status
make[3]: *** [obex-data-server] Error 1
make[3]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1/src\&#039;
make[2]: *** [all] Error 2
make[2]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1/src\&#039;
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1\&#039;
make: *** [all] Error 2
&lt;/code&gt;

Any thoughts?</description>
		<content:encoded><![CDATA[<p>I\&#8217;m trying to build this on Slamd64 -current, and running into issues with the make.  Specifically:</p>
<p>&lt;code&gt;<br />
gcc -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/ImageMagick -I/usr/include/dbus-1.0 -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include  -O2 -fPIC  -L/lib64 -L/usr/lib64 -o obex-data-server ods-bluez.o ods-capabilities.o ods-common.o ods-error.o ods-folder-listing.o ods-imaging-helpers.o ods-main.o ods-manager.o ods-marshal.o ods-obex.o ods-server.o ods-server-session.o ods-session.o -lgobject-2.0 -lglib-2.0 -pthread -lgthread-2.0 -lrt -lglib-2.0 -lMagickCore -ldbus-glib-1 -lgobject-2.0 -lglib-2.0 -ldbus-1 -lbluetooth -lopenobex -lbluetooth<br />
ods-imaging-helpers.o: In function `ods_imaging_resize_image\&#8217;:<br />
ods-imaging-helpers.c:(.text+0&#215;2f9): undefined reference to `MagickWandGenesis\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;2fe): undefined reference to `NewMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;310): undefined reference to `MagickReadImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;31c): undefined reference to `DestroyMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;321): undefined reference to `MagickWandTerminus\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;387): undefined reference to `MagickGetImageFormat\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;394): undefined reference to `MagickGetImageWidth\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;39f): undefined reference to `MagickGetImageHeight\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;482): undefined reference to `MagickWriteImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;4c7): undefined reference to `MagickThumbnailImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;521): undefined reference to `MagickSetImageFormat\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;543): undefined reference to `NewMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;54b): undefined reference to `NewPixelWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;55d): undefined reference to `PixelSetColor\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;572): undefined reference to `MagickNewImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;589): undefined reference to `DestroyPixelWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;59a): undefined reference to `DestroyMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;5e6): undefined reference to `MagickCropImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;630): undefined reference to `MagickCompositeImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0&#215;63a): undefined reference to `DestroyMagickWand\&#8217;<br />
ods-imaging-helpers.o: In function `ods_imaging_get_image_info\&#8217;:<br />
ods-imaging-helpers.c:(.text+0xebe): undefined reference to `MagickWandGenesis\&#8217;<br />
ods-imaging-helpers.c:(.text+0xec3): undefined reference to `NewMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0xed2): undefined reference to `MagickReadImage\&#8217;<br />
ods-imaging-helpers.c:(.text+0xede): undefined reference to `DestroyMagickWand\&#8217;<br />
ods-imaging-helpers.c:(.text+0xee3): undefined reference to `MagickWandTerminus\&#8217;<br />
ods-imaging-helpers.c:(.text+0xf1a): undefined reference to `MagickGetImageWidth\&#8217;<br />
ods-imaging-helpers.c:(.text+0xf26): undefined reference to `MagickGetImageHeight\&#8217;<br />
ods-imaging-helpers.c:(.text+0xf32): undefined reference to `MagickGetImageFormat\&#8217;<br />
collect2: ld returned 1 exit status<br />
make[3]: *** [obex-data-server] Error 1<br />
make[3]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1/src\&#8217;<br />
make[2]: *** [all] Error 2<br />
make[2]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1/src\&#8217;<br />
make[1]: *** [all-recursive] Error 1<br />
make[1]: Leaving directory `/tmp/SBo/obex-data-server-0.4.1\&#8217;<br />
make: *** [all] Error 2<br />
&lt;/code&gt;</p>
<p>Any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1814</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Oct 2008 23:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1814</guid>
		<description>I just checked and these functions are available in bluez-libs 3.34 and newer. I will update Bluez dependency checking for the next ods release.</description>
		<content:encoded><![CDATA[<p>I just checked and these functions are available in bluez-libs 3.34 and newer. I will update Bluez dependency checking for the next ods release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1813</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 25 Oct 2008 23:28:50 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1813</guid>
		<description>If you are using bluez-libs 3.x, make sure that it has sdp_extract_seqtype_safe and sdp_extract_pdu_safe functions. The easiest way is to upgrade to 3.36 (last release from 3.x series). 

Cheers,
Tadas</description>
		<content:encoded><![CDATA[<p>If you are using bluez-libs 3.x, make sure that it has sdp_extract_seqtype_safe and sdp_extract_pdu_safe functions. The easiest way is to upgrade to 3.36 (last release from 3.x series). </p>
<p>Cheers,<br />
Tadas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fos</title>
		<link>http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/comment-page-1/#comment-1812</link>
		<dc:creator>fos</dc:creator>
		<pubDate>Sat, 25 Oct 2008 23:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://tadas.dailyda.com/blog/2008/10/25/obex-data-server-041/#comment-1812</guid>
		<description>I got this error trying to compile it on a slackware 12.1:
error: too many arguments to function &#039;sdp_extract_seqtype&#039;
warning: passing argument 2 of &#039;sdp_extract_pdu&#039; makes pointer from integer without a cast                                                 
error: too many arguments to function &#039;sdp_extract_pdu&#039;</description>
		<content:encoded><![CDATA[<p>I got this error trying to compile it on a slackware 12.1:<br />
error: too many arguments to function &#8217;sdp_extract_seqtype&#8217;<br />
warning: passing argument 2 of &#8217;sdp_extract_pdu&#8217; makes pointer from integer without a cast<br />
error: too many arguments to function &#8217;sdp_extract_pdu&#8217;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
