<?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: phoneME Advanced on OSX Intel</title>
	<atom:link href="http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/feed/" rel="self" type="application/rss+xml" />
	<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel</link>
	<description>Dies und Das und Jenes</description>
	<lastBuildDate>Sat, 19 Jun 2010 15:48:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Konstantin Läufer</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-91</link>
		<dc:creator>Konstantin Läufer</dc:creator>
		<pubDate>Fri, 13 Nov 2009 19:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-91</guid>
		<description>Seit Snow Leopard 10.6.2 mußte ich in cdc/build/darwin-x86-mac/GNUmakefile -m32 zu diesen Einstellungen hinzufügen:

ASM_ARCH_FLAGS          = -m32 -march=i686
CC_ARCH_FLAGS           = -m32 -march=i686

LINK_ARCH_FLAGS         = -m32</description>
		<content:encoded><![CDATA[<p>Seit Snow Leopard 10.6.2 mußte ich in cdc/build/darwin-x86-mac/GNUmakefile -m32 zu diesen Einstellungen hinzufügen:</p>
<p>ASM_ARCH_FLAGS          = -m32 -march=i686<br />
CC_ARCH_FLAGS           = -m32 -march=i686</p>
<p>LINK_ARCH_FLAGS         = -m32</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-11</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Wed, 25 Jun 2008 08:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-11</guid>
		<description>Läuft jetzt. Vielen Dank für die Hilfe.</description>
		<content:encoded><![CDATA[<p>Läuft jetzt. Vielen Dank für die Hilfe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tisoft_media</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-10</link>
		<dc:creator>tisoft_media</dc:creator>
		<pubDate>Wed, 25 Jun 2008 06:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-10</guid>
		<description>Ich habe meine von http://xquartz.macosforge.org/trac/wiki

Das ist eine etwas neuere als die, die Apple mitliefert. Daran könnte es natürlich liegen.</description>
		<content:encoded><![CDATA[<p>Ich habe meine von <a href="http://xquartz.macosforge.org/trac/wiki" rel="nofollow">http://xquartz.macosforge.org/trac/wiki</a></p>
<p>Das ist eine etwas neuere als die, die Apple mitliefert. Daran könnte es natürlich liegen.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-9</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Wed, 25 Jun 2008 06:17:38 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-9</guid>
		<description>Hi auch. Bin ein Stück weiter gekommen. Ein Debug-Build fördert dann (unter anderem) folgende Meldung des Linkers zutage...
dlopen(/Users/sascha/Development/src/java/phoneme/phoneme_advanced-mr2-dev-b76/cdc/build/darwin-x86-mac/lib/libqtawt_g.so, 1): Library not loaded: /usr/X11/lib/libXrandr.2.dylib
  Referenced from: /sw/lib/qt3/lib/libqt-mt.3.dylib
  Reason: Incompatible library version: libqt-mt.3.dylib requires version 4.0.0 or later, but libXrandr.2.dylib provides version 3.0.0

Wie mir scheint ist meine X11 Installation zu alt. Woher kommt denn deine?</description>
		<content:encoded><![CDATA[<p>Hi auch. Bin ein Stück weiter gekommen. Ein Debug-Build fördert dann (unter anderem) folgende Meldung des Linkers zutage&#8230;<br />
dlopen(/Users/sascha/Development/src/java/phoneme/phoneme_advanced-mr2-dev-b76/cdc/build/darwin-x86-mac/lib/libqtawt_g.so, 1): Library not loaded: /usr/X11/lib/libXrandr.2.dylib<br />
  Referenced from: /sw/lib/qt3/lib/libqt-mt.3.dylib<br />
  Reason: Incompatible library version: libqt-mt.3.dylib requires version 4.0.0 or later, but libXrandr.2.dylib provides version 3.0.0</p>
<p>Wie mir scheint ist meine X11 Installation zu alt. Woher kommt denn deine?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tisoft_media</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-8</link>
		<dc:creator>tisoft_media</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-8</guid>
		<description>Nachtrag:

Folgende Libraries werden von cvm auf meinem Mac genutzt:

/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/bin/cvm
/usr/X11/lib/libXau.6.dylib
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/libqtawt.so
/usr/X11/lib/libGL.1.2.dylib
/usr/X11/lib/libXmu.6.dylib
/usr/X11/lib/libXrender.1.dylib
/usr/X11/lib/libXrandr.2.dylib
/usr/X11/lib/libXcursor.1.dylib
/usr/X11/lib/libXinerama.1.dylib
/usr/X11/lib/libXft.2.dylib
/sw/lib/freetype219/lib/libfreetype.6.3.10.dylib
/usr/X11/lib/libfontconfig.1.3.0.dylib
/usr/X11/lib/libXext.6.dylib
/usr/X11/lib/libX11.6.dylib
/usr/X11/lib/libSM.6.dylib
/usr/X11/lib/libICE.6.dylib
/usr/lib/libXplugin.1.dylib
/usr/X11/lib/libXdmcp.6.dylib
/usr/X11/lib/libXt.6.dylib
/usr/X11/lib/libXfixes.3.dylib
/usr/lib/libexpat.1.5.0.dylib
/sw/lib/qt3/lib/libqt-mt.3.3.8.dylib
/usr/X11/lib/libfreetype.6.3.16.dylib
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/libawtjpeg.so
/usr/lib/dyld
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/personal.jar
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/democlasses.jar

Evtl. fehlt dir da was?</description>
		<content:encoded><![CDATA[<p>Nachtrag:</p>
<p>Folgende Libraries werden von cvm auf meinem Mac genutzt:</p>
<p>/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/bin/cvm<br />
/usr/X11/lib/libXau.6.dylib<br />
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/libqtawt.so<br />
/usr/X11/lib/libGL.1.2.dylib<br />
/usr/X11/lib/libXmu.6.dylib<br />
/usr/X11/lib/libXrender.1.dylib<br />
/usr/X11/lib/libXrandr.2.dylib<br />
/usr/X11/lib/libXcursor.1.dylib<br />
/usr/X11/lib/libXinerama.1.dylib<br />
/usr/X11/lib/libXft.2.dylib<br />
/sw/lib/freetype219/lib/libfreetype.6.3.10.dylib<br />
/usr/X11/lib/libfontconfig.1.3.0.dylib<br />
/usr/X11/lib/libXext.6.dylib<br />
/usr/X11/lib/libX11.6.dylib<br />
/usr/X11/lib/libSM.6.dylib<br />
/usr/X11/lib/libICE.6.dylib<br />
/usr/lib/libXplugin.1.dylib<br />
/usr/X11/lib/libXdmcp.6.dylib<br />
/usr/X11/lib/libXt.6.dylib<br />
/usr/X11/lib/libXfixes.3.dylib<br />
/usr/lib/libexpat.1.5.0.dylib<br />
/sw/lib/qt3/lib/libqt-mt.3.3.8.dylib<br />
/usr/X11/lib/libfreetype.6.3.16.dylib<br />
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/libawtjpeg.so<br />
/usr/lib/dyld<br />
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/lib/personal.jar<br />
/Users/markus/Downloads/phoneme-cdc-personal-darwin-x86-qt3-x11-bin/democlasses.jar</p>
<p>Evtl. fehlt dir da was?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tisoft_media</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-7</link>
		<dc:creator>tisoft_media</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-7</guid>
		<description>Hallo Sascha,

Benutzt du Tiger oder Leopard? Ich habs auf Leopard compiliert.

Kannst du mal den kompletten Stacktrace posten?</description>
		<content:encoded><![CDATA[<p>Hallo Sascha,</p>
<p>Benutzt du Tiger oder Leopard? Ich habs auf Leopard compiliert.</p>
<p>Kannst du mal den kompletten Stacktrace posten?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha</title>
		<link>http://markus.heberling.net/lang/de/2008/04/25/phoneme-advanced-on-osx-intel/comment-page-1/#comment-6</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://markus.heberling.net/?p=17&amp;lang=de#comment-6</guid>
		<description>Habs ausprobiert und heraus kommt ein UnsatisfiedLinkError. In der Meldung steht der Pfad zu libqtawt.so. X11 (Apple) und qt3 (via fink) sind vorhanden. Irgendeine Idee, was da fehlt?</description>
		<content:encoded><![CDATA[<p>Habs ausprobiert und heraus kommt ein UnsatisfiedLinkError. In der Meldung steht der Pfad zu libqtawt.so. X11 (Apple) und qt3 (via fink) sind vorhanden. Irgendeine Idee, was da fehlt?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
