<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Christian&#039;s Weblog in English</title>
	<atom:link href="http://cldoten.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cldoten.wordpress.com</link>
	<description>Using Free and Open Source Software</description>
	<lastBuildDate>Sun, 09 Oct 2011 17:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cldoten.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Christian&#039;s Weblog in English</title>
		<link>http://cldoten.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cldoten.wordpress.com/osd.xml" title="Christian&#039;s Weblog in English" />
	<atom:link rel='hub' href='http://cldoten.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Building Boost.Python 1.42 for QNX 6.4.1</title>
		<link>http://cldoten.wordpress.com/2010/06/08/building-boost-python-1-42-for-qnx-6-4-1/</link>
		<comments>http://cldoten.wordpress.com/2010/06/08/building-boost-python-1-42-for-qnx-6-4-1/#comments</comments>
		<pubDate>Tue, 08 Jun 2010 16:55:03 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[Boost]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[library]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=190</guid>
		<description><![CDATA[Building the Boost C++ libraries (http://boost.org/) for QNX is pretty straight forward. The build can be executed as described in the Boost documentation. I have performed the build of Boost 1.42 using QNX 6.4.1 installed in a virtual machine. But there was a little tweak required to build the Boost.Python library. The problem is that [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=190&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Building the Boost C++ libraries (<a title="http://boost.org/" href="http://boost.org/">http://boost.org/</a>) for QNX is pretty straight forward. The build can be executed as described in the Boost documentation. I have performed the build of Boost 1.42 using QNX 6.4.1 installed in a virtual machine.</p>
<p>But there was a little tweak required to build the Boost.Python library. The problem is that python is located in /usr/qnx641/<strong>host</strong>/qnx6/x86/usr/bin/python but the required Python include files like Python.h are located in /usr/qnx641/<strong>target</strong>/qnx6/usr/include/python2.5. This setup is confusing the automatic detection of the include files used in the build process.</p>
<p>This can be fixed by providing the right include path, e.g by adding the following line to the file &lt;boost_src_dir&gt;/project-config.jam:</p>
<p>using python : 2.5 : /usr/qnx641/host/qnx6/x86/usr/bin/python : /usr/qnx641/target/qnx6/usr/include/python2.5 ;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/190/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/190/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/190/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=190&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2010/06/08/building-boost-python-1-42-for-qnx-6-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>subversion (svn) client to old &#8211; how to update on a Ubuntu 8.04 (hardy) powered LPIA system</title>
		<link>http://cldoten.wordpress.com/2009/08/19/subversion-svn-client-to-old-how-to-update-on-a-ubuntu-8-04-hardy-powered-lpia-system/</link>
		<comments>http://cldoten.wordpress.com/2009/08/19/subversion-svn-client-to-old-how-to-update-on-a-ubuntu-8-04-hardy-powered-lpia-system/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 10:57:41 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Dell Mini 9]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[LPIA]]></category>
		<category><![CDATA[subversion]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=183</guid>
		<description><![CDATA[When getting the error message that your subversion (svn) client is to old, e.g like this one in German: $ svn info svn: Der Client ist zu alt, um mit der Arbeitskopie ».« zusammen zu arbeiten; bitte besorgen Sie einen neueren Subversion-Client Get the following  LPIA binaries for the Dell Mini 9  from lpia build [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=183&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>When getting the error message that your subversion (svn) client is to old, e.g like this one in German:</p>
<pre>
$ svn info
svn: Der Client ist zu alt, um mit der Arbeitskopie ».« zusammen zu arbeiten;
bitte besorgen Sie einen neueren Subversion-Client
</pre>
<p><span id="more-183"></span><br />
Get the following  LPIA binaries for the Dell Mini 9  from</p>
<p><a href="https://launchpad.net/ubuntu/+source/subversion/1.5.1dfsg1-1ubuntu2%7Ehardy2/+build/730912">lpia build of subversion 1.5.1dfsg1-1ubuntu2~hardy2 in ubuntu hardy BACKPORTS</a></p>
<ul class="download">
<li> <a href="https://launchpad.net/ubuntu/+source/subversion/1.5.1dfsg1-1ubuntu2%7Ehardy2/+build/730912/+files/libsvn1_1.5.1dfsg1-1ubuntu2%7Ehardy2_lpia.deb">libsvn1_1.5.1dfsg1-1ubuntu2~hardy2_lpia.deb</a><br />
(680.4 KiB)</li>
<li><a href="https://launchpad.net/ubuntu/+source/subversion/1.5.1dfsg1-1ubuntu2%7Ehardy2/+build/730912/+files/subversion_1.5.1dfsg1-1ubuntu2%7Ehardy2_lpia.deb">subversion_1.5.1dfsg1-1ubuntu2~hardy2_lpia.deb</a><br />
(1.2 MiB)</li>
</ul>
<p>Install the downloaded files using this command:</p>
<pre>
$ sudo dpkg -i libsvn1_1.5.1dfsg1-1ubuntu2~hardy2_lpia.deb subversion_1.5.1dfsg1-1ubuntu2~hardy2_lpia.deb
</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=183&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2009/08/19/subversion-svn-client-to-old-how-to-update-on-a-ubuntu-8-04-hardy-powered-lpia-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>Updating Java6 from u6 to u14 on Ubuntu powered Dell Mini 9</title>
		<link>http://cldoten.wordpress.com/2009/08/12/update-java-6-from-u6-to-u14-for-dell-mini-9-ubuntu/</link>
		<comments>http://cldoten.wordpress.com/2009/08/12/update-java-6-from-u6-to-u14-for-dell-mini-9-ubuntu/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 20:50:24 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Dell Mini 9]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Full Screen Application]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Java6]]></category>
		<category><![CDATA[Mini 9]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=171</guid>
		<description><![CDATA[Sometimes a newer Java6 version must be installed, e.g. to get support of full screen applications. But updates for the Dell Mini 9 are not issued as regular as required to solve this problem. Therefore I have decided to install the required packages by hand using packages compiled for other Ubuntu Hardy powered LPIA systems. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=171&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Sometimes a newer Java6 version must be installed, e.g. to get support of full screen applications. But updates for the Dell Mini 9 are not issued as regular as required to solve this problem. Therefore I have decided to install the required packages by hand using packages compiled for other Ubuntu Hardy powered LPIA systems.<br />
<span id="more-171"></span><br />
To find the relevant package start with the overview page of the Ubuntu Java team: <a href="https://launchpad.net/ubuntu/+source/sun-java6">“sun-java6” package in Ubuntu</a> (<a href="https://launchpad.net/ubuntu/+source/sun-java6">https://launchpad.net/ubuntu/+source/sun-java6</a>). At the time of this writing the latest version for Hardy (Ubuntu 8.04) was <a href="https://launchpad.net/ubuntu/hardy/+source/sun-java6/6-14-0ubuntu1.8.04">6-14-0ubuntu1.8.04</a> (<a href="https://launchpad.net/ubuntu/hardy/+source/sun-java6/6-14-0ubuntu1.8.04">https://launchpad.net/ubuntu/hardy/+source/sun-java6/6-14-0ubuntu1.8.04</a>).</p>
<p>On the right side of the page are links to successfully performed builds for LPIA. This final page (<a href="https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045">https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045</a>) contains links to the packages to download:</p>
<ul class="download">
<li> <a href="https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045/+files/sun-java6-bin_6-14-0ubuntu1.8.04_lpia.deb">sun-java6-bin_6-14-0ubuntu1.8.04_lpia.deb</a><br />
(27.7 MiB)</li>
<li> <a href="https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045/+files/sun-java6-demo_6-14-0ubuntu1.8.04_lpia.deb">sun-java6-demo_6-14-0ubuntu1.8.04_lpia.deb</a><br />
(11.6 MiB)</li>
<li> <a href="https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045/+files/sun-java6-jdk_6-14-0ubuntu1.8.04_lpia.deb">sun-java6-jdk_6-14-0ubuntu1.8.04_lpia.deb</a><br />
(17.7 MiB)</li>
<li> <a href="https://launchpad.net/ubuntu/+source/sun-java6/6-14-0ubuntu1.8.04/+build/1103045/+files/sun-java6-plugin_6-14-0ubuntu1.8.04_lpia.deb">sun-java6-plugin_6-14-0ubuntu1.8.04_lpia.deb</a><br />
(1.9 KiB)</li>
<li><a href="http://launchpadlibrarian.net/28624676/sun-java6-jre_6-14-0ubuntu1.8.04_all.deb">sun-java6-jre_6-14-0ubuntu1.8.04_all.deb</a><br />
(6.1 MiB)<br />
(from page <a href="https://launchpad.net/ubuntu/hardy/lpia/sun-java6-jre/6-14-0ubuntu1.8.04">https://launchpad.net/ubuntu/hardy/lpia/sun-java6-jre/6-14-0ubuntu1.8.04</a>)</li>
</ul>
<p>The last mentioned JRE package can be found on <a href="https://launchpad.net/ubuntu/hardy/lpia/sun-java6-jre">Binary Package &#8220;sun-java6-jre&#8221; in The Hardy Heron for lpia (lpia)</a>. I do not know why the packages are located on different web pages and not on a single one.</p>
<p>Install the files directly using gdebi or after downloading with this command in a single line:</p>
<pre>sudo dpkg -i  sun-java6-jre_6-14-0ubuntu1.8.04_all.deb
     sun-java6-bin_6-14-0ubuntu1.8.04_lpia.deb
     sun-java6-plugin_6-14-0ubuntu1.8.04_lpia.deb
     sun-java6-jdk_6-14-0ubuntu1.8.04_lpia.deb</pre>
<p>Now even Fullscreen Java Applications should work as expected. I&#8217;ve tested the example from <a href="http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html">http://java.sun.com/docs/books/tutorial/extra/fullscreen/index.html</a> and it really shows a full screen application.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/171/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/171/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/171/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=171&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2009/08/12/update-java-6-from-u6-to-u14-for-dell-mini-9-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>VS2008: Fixing the Warning PDB &#8216;vc90.pdb&#8217; not found</title>
		<link>http://cldoten.wordpress.com/2009/07/01/vs2008-fixing-the-warning-pdb-vc90-pdb-not-found/</link>
		<comments>http://cldoten.wordpress.com/2009/07/01/vs2008-fixing-the-warning-pdb-vc90-pdb-not-found/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 17:08:25 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Porting]]></category>
		<category><![CDATA[vs2008]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=152</guid>
		<description><![CDATA[Using separate build libraries lead to the following message of the Visual Studio 2008 linker: warning LNK4099: PDB 'vc90.pdb' was not found with ... The problem is that the object files embeds the path to the PDB file. The following steps extracts the object file from the library and shows the embedded path. C:\&#62;lib /list [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=152&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using separate build libraries lead to the following message of the Visual Studio 2008 linker:</p>
<pre>warning LNK4099: PDB 'vc90.pdb' was not found with ...</pre>
<p>The problem is that the object files embeds the path to the PDB file. The following steps extracts the object file from the library and shows the embedded path.</p>
<pre><span id="more-152"></span>C:\&gt;lib /list al.lib
Microsoft (R) Library Manager Version 9.00.30729.01
...
.\Debug\alIP_Winsock.obj
...

C:\&gt;lib /extract:.\Debug\alIP_Winsock.obj al.lib
Microsoft (R) Library Manager Version 9.00.30729.01

C:\&gt;dir *.obj
...
30.06.2009  13:53            48.195 alIP_Winsock.obj
...

C:\&gt;dumpbin /section:.debug$T /rawdata  alIP_Winsock.obj
Microsoft (R) COFF/PE Dumper Version 9.00.30729.01
...
Dump of file alIP_Winsock.obj
...
RAW DATA #3E
00000000: 04 00 00 00 6E 00 15 15 D1 E3 36 F9 6E D3 E4 4E  ....n...Ñã6ùnÓäN
00000010: 92 D2 08 70 C2 43 72 F6 01 00 00 00 63 3A 5C 5F  .Ò.pÂCrö....c:\_
...
00000030: 6F 61 5C 63 6F 64 65 5C 64 70 77 73 63 6F 72 65  oa\code\dpwscore
00000040: 2D 32 2E 31 2E 30 5C 70 6C 61 74 66 6F 72 6D 5C  -2.1.0\platform\
00000050: 76 73 32 30 30 38 5C 77 69 6E 33 32 5C 61 6C 5C  vs2008\win32\al\
00000060: 61 6C 5C 64 65 62 75 67 5C 76 63 39 30 2E 70 64  al\debug\vc90.pd
00000070: 62 00 F2 F1                                      b.òñ
...</pre>
<p>Fixing this problem is done by setting the Program Database File for the object file and the library to the same setting.</p>
<p>Here are the location in the VS2008 Project Properties:</p>
<p><strong>Project Configuration Properties -&gt; C/C++ -&gt; Output Files<br />
Program Database File</strong></p>
<p>This name, e.g. $(IntDir)\vc90.pdb, is embedded into the object file and it should be the same as the one in</p>
<p><strong>Project Configuration Properties -&gt; Linker -&gt; Debugging<br />
Generate Program Database File</strong></p>
<p>This is, e.g. $(TargetDir)$(TargetName).pdb</p>
<p>Now the object file contain the path where the library is located, too.</p>
<pre>...
RAW DATA #3E
00000000: 04 00 00 00 56 00 15 15 3E 7B 32 F1 12 86 51 48  ....V...&gt;{2ñ..QH
00000010: 97 34 6B AC 14 85 20 C2 01 00 00 00 63 3A 5C 5F  .4k¬.. Â....c:\_
...
00000030: 6F 61 5C 63 6F 64 65 5C 74 6F 6F 6C 73 5C 64 70  oa\code\tools\dp
00000040: 77 73 63 6F 72 65 62 75 69 6C 64 5C 64 65 62 75  wscorebuild\debu
00000050: 67 5C 61 6C 2E 70 64 62 00 F3 F2 F1              g\al.pdb.óòñ
...</pre>
<p>Here are the Properties as used within a VS C++ Project file (.vcproj) or Property file (.vsprops):</p>
<p>&lt;Tool<br />
Name=&#8221;VCCLCompilerTool&#8221;<br />
ProgramDataBaseFileName=&#8221;$(TargetDir)$(TargetName).pdb&#8221;<br />
/&gt;<br />
&lt;Tool<br />
Name=&#8221;VCLinkerTool&#8221;<br />
ProgramDatabaseFile=&#8221;$(TargetDir)$(TargetName).pdb&#8221;<br />
/&gt;</p>
<div id="_mcePaste" style="overflow:hidden;position:absolute;left:-10000px;top:606px;width:1px;height:1px;">
<pre>&lt;br /&gt;  &lt;Tool&lt;br /&gt;    Name="VCCLCompilerTool"&lt;br /&gt;    ProgramDataBaseFileName="$(TargetDir)$(TargetName).pdb"&lt;br /&gt;  /&gt;&lt;br /&gt;  &lt;Tool&lt;br /&gt;    Name="VCLinkerTool"&lt;br /&gt;    ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"&lt;br /&gt;  /&gt;&lt;br /&gt;</pre>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=152&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2009/07/01/vs2008-fixing-the-warning-pdb-vc90-pdb-not-found/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>Loading a Python module fails with the message &#8220;unknown symbol&#8221;</title>
		<link>http://cldoten.wordpress.com/2008/08/28/loading-python-module-fails-with-message-unknown-symbol/</link>
		<comments>http://cldoten.wordpress.com/2008/08/28/loading-python-module-fails-with-message-unknown-symbol/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:50:57 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[dll]]></category>
		<category><![CDATA[dlopen]]></category>
		<category><![CDATA[dynamic library]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[ld]]></category>
		<category><![CDATA[linker]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[so]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=110</guid>
		<description><![CDATA[Using the import statement of Python to load a self build module sometimes fails. In my personal experience most of the time the problem was due to unresolved symbols in my .so modules. For QNX and many other POSIX compatible systems like GNU/Linux Python uses dlopen to load the dynamic libraries aka modules. To have [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=110&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using the import statement of Python to load a self build module sometimes fails. In my personal experience most of the time the problem was due to unresolved symbols in my .so modules. For QNX and many other POSIX compatible systems like GNU/Linux Python uses <a href="http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html">dlopen</a> to load the dynamic libraries aka modules.</p>
<p><span id="more-110"></span>To have a deeper look at this issue it may help to start Python in more verbose mode using the option -v:</p>
<p>python -vv</p>
<p>The printed messages are listing different attempts to load the required module with different names in different locations. Finally dlopen is called with the .so file named module.so. Afterwards the names of the unknown symbols are shown. An unknown symbol is a reference to a function or method that should be available at runtime but the loading mechanism can not find the required resource.</p>
<p>On QNX some more information about the loading process of dlopen are available. To enable these information use</p>
<p>export DL_DEBUG=1</p>
<p>from the shell or from Python</p>
<p>os.environ['DL_DEBUG'] = &#8217;1&#8242;</p>
<p>to get a more verbose dlopen.</p>
<p>To have a look at the specific dynamic .so module it is possible to use the linker ld. Use the option -M or &#8211;print-map to print a link map. More options are available from the manual of ld, e.g. the one for GNU ld of the <a href="http://www.gnu.org/software/binutils/">binutils</a> package is available from <a href="http://sourceware.org/binutils/docs/ld/index.html">http://sourceware.org/binutils/docs/ld/index.html</a>.</p>
<p>To ensure that that a dynamic module has no undefined symbols the linker option &#8211;no-allow-shlib-undefined may be used. Depending on the build process it may be possible to add the following line to the Makefile:</p>
<p>LDFLAGS+=-Wl,&#8211;no-allow-shlib-undefined</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/110/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/110/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/110/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/110/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/110/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=110&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/28/loading-python-module-fails-with-message-unknown-symbol/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>PyDev &#8211; One of my favorite plugins for Eclipse</title>
		<link>http://cldoten.wordpress.com/2008/08/28/pydev-one-of-my-favorite-plugins-for-eclipse/</link>
		<comments>http://cldoten.wordpress.com/2008/08/28/pydev-one-of-my-favorite-plugins-for-eclipse/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:46:19 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[lint]]></category>
		<category><![CDATA[perspective]]></category>
		<category><![CDATA[PyDev]]></category>
		<category><![CDATA[pylint]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=62</guid>
		<description><![CDATA[While programming in Python I use most of the time the Python perspective provided by the PyDev plug in for Eclipse. PyDev is the abbreviation of Python Development Environment and available from http://pydev.sourceforge.net/index.html. This post outlines the steps installing PyDev and the Python lint pylint. A convenient way to install PyDev is using this update [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=62&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While programming in Python I use most of the time the Python perspective provided by the PyDev plug in for Eclipse. PyDev is the abbreviation of Python Development Environment and available from <a href="http://pydev.sourceforge.net/index.html">http://pydev.sourceforge.net/index.html</a>. This post outlines the steps installing PyDev and the Python lint pylint.</p>
<p><span id="more-62"></span></p>
<p>A convenient way to <strong>install PyDev</strong> is using this update site from the Eclipse update manager: <a href="http://pydev.sourceforge.net/updates/">http://pydev.sourceforge.net/updates/</a></p>
<p>After selecting the PyDev perspective inside Eclipse the first step would be to set the path to the python executable in <strong>Window-&gt;Preferences-&gt;PyDev</strong>. For downloading and installing Python more information is available from <a href="http://python.org">http://python.org</a>.</p>
<p>To ensure a better quality of the python programs it is advisable to add <strong>pylint </strong>from <a href="http://www.logilab.org/857">http://www.logilab.org/857</a>. These are the required step for installation:</p>
<p>First install <strong>EasyInstall </strong>from <a href="http://peak.telecommunity.com/DevCenter/EasyInstall">http://peak.telecommunity.com/DevCenter/EasyInstall</a> by downloading and executing <a class="reference" href="http://peak.telecommunity.com/dist/ez_setup.py">ez_setup.py</a> , e.g. in a cmd.exe window:</p>
<pre>&gt; <strong>python ez_setup.py</strong>
Downloading http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c8-py2.5.egg
Processing setuptools-0.6c8-py2.5.egg
Copying setuptools-0.6c8-py2.5.egg to c:\programme\python\2.5\lib\site-packages
Adding setuptools 0.6c8 to easy-install.pth file
Installing easy_install-script.py script to C:\Programme\python\2.5\Scripts
Installing easy_install.exe script to C:\Programme\python\2.5\Scripts
Installing easy_install-2.5-script.py script to C:\Programme\python\2.5\Scripts
Installing easy_install-2.5.exe script to C:\Programme\python\2.5\Scripts

Installed c:\programme\python\2.5\lib\site-packages\setuptools-0.6c8-py2.5.egg
Processing dependencies for setuptools==0.6c8
Finished processing dependencies for setuptools==0.6c8</pre>
<p>Do not miss to add a path to the Scripts subdirectory of python where the easy_install.exe is located.</p>
<p>Then install pylint as it is mentioned on <a href="http://www.logilab.org/card/pylint_easyinstall">http://www.logilab.org/card/pylint_easyinstall</a>:</p>
<pre>&gt; <strong>easy_install <a class="reference" href="http://release.ingeniweb.com/third-party-dist/logilab.installer-0.1.tgz">http://release.ingeniweb.com/third-party-dist/logilab.installer-0.1.tgz</a></strong>
Downloading http://release.ingeniweb.com/third-party-dist/logilab.installer-0.1.tgz
Processing logilab.installer-0.1.tgz
Running logilab.installer\setup.py -q bdist_egg --dist-dir c:\temp\easy_install-mzyl5s\logilab.installer\
egg-dist-tmp-nbegf0
Adding logilab.installer 0.1dev to easy-install.pth file

Installed c:\programme\python\2.5\lib\site-packages\logilab.installer-0.1dev-py2.5.egg
Processing dependencies for logilab.installer==0.1dev
Searching for pylint==0.14
Reading http://pypi.python.org/simple/pylint/
Reading http://www.logilab.org/project/name/pylint
Reading http://www.logilab.org/projects/pylint
Best match: pylint 0.14.0
Downloading ftp://ftp.logilab.fr/pub/pylint/pylint-0.14.0.tar.gz
Processing pylint-0.14.0.tar.gz
Running pylint-0.14.0\setup.py -q bdist_egg --dist-dir c:\temp\easy_install-ztwn3u\pylint-0.14.0\egg-dist
-tmp-vng8y2
.....</pre>
<p>The last step is to add <strong>pylint.bat</strong> to the Pydev preference, e.g. as C:\Programme\python\2.5\Scripts\pylint.bat in my setup. Invoking pylint.bat from within Eclipse leads to a &#8220;SyntaxError: invalid syntax&#8221; message in the first line. Remove the first line with the @echo off and everything works like a charm.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/62/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/62/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=62&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/28/pydev-one-of-my-favorite-plugins-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>Debugger is failing to start with a time out</title>
		<link>http://cldoten.wordpress.com/2008/08/28/debugger-is-failing-to-start-with-a-time-out/</link>
		<comments>http://cldoten.wordpress.com/2008/08/28/debugger-is-failing-to-start-with-a-time-out/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 17:09:04 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[gdb]]></category>
		<category><![CDATA[IDE]]></category>
		<category><![CDATA[Momentics]]></category>
		<category><![CDATA[qconn]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=100</guid>
		<description><![CDATA[In case you get only this information in the view of Eclipse or Momentics IDE named Debug: Thread[0] 1 &#60;symbol is not available&#62; The corresponding source is displayed as: No source available for &#8220;&#8221; [View Disassembly ...] The launch of the target is terminated by a time out. If you are hit by the above [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=100&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In case you get only this information in the view of Eclipse or Momentics IDE named Debug:</p>
<p>Thread[0] 1 &lt;symbol is not available&gt;</p>
<p>The corresponding source is displayed as:</p>
<p>No source available for &#8220;&#8221;</p>
<p>[View Disassembly ...]</p>
<p>The launch of the target is terminated by a time out.</p>
<p><span id="more-100"></span>If you are hit by the above scenario, check the following things:</p>
<ol>
<li>Executable for the target is compiled for Debugging, e.g. -g is used for the gcc/qcc. Clean the project when changing the build options.</li>
<li>If you are using Momentics IDE Tau, verify that you are using the latest qconn and the latest gdb. As described on <a href="http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/Builds_Tau_Integration">http://community.qnx.com/sf/wiki/do/viewPage/projects.ide/wiki/Builds_Tau_Integration</a> you get the latest qconn from <a href="http://community.qnx.com/sf/frs/do/downloadFile/projects.ide/frs.ide_integration_builds.momentics_632_patch_for_profiler/frs1426?dl=1">http://community.qnx.com/sf/frs/do/downloadFile/projects.ide/frs.ide_integration_builds.momentics_632_patch_for_profiler/frs1426?dl=1</a>.</li>
<li>The latest GDB version for QNX is as described on the Wiki <a href="http://community.qnx.com/sf/projects/toolchain">http://community.qnx.com/sf/projects/toolchain</a> available from <a href="http://community.qnx.com/sf/frs/do/listReleases/projects.toolchain/frs.gdb">http://community.qnx.com/sf/frs/do/listReleases/projects.toolchain/frs.gdb</a>.</li>
</ol>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/100/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/100/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/100/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/100/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/100/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=100&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/28/debugger-is-failing-to-start-with-a-time-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>TFPT reports: Unable to determine the workspace.</title>
		<link>http://cldoten.wordpress.com/2008/08/14/tfpt-reports-unable-to-determine-the-workspace/</link>
		<comments>http://cldoten.wordpress.com/2008/08/14/tfpt-reports-unable-to-determine-the-workspace/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 20:37:13 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[TFPT]]></category>
		<category><![CDATA[TFVC]]></category>
		<category><![CDATA[VS2005]]></category>
		<category><![CDATA[vs2008]]></category>
		<category><![CDATA[workspace]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=66</guid>
		<description><![CDATA[Using TFPT from Microsoft Team Foundation PowerTools December 2006 with this or a similar command &#62; TFPT.exe /online fails with the message Unable to determine the workspace. If this is the case for a workspace created with Visual Studio 2008 try to change the workspace from Visual Studio 2005. Even only changing the comment was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=66&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Using TFPT from Microsoft Team Foundation PowerTools December 2006 with this or a similar command</p>
<pre>&gt; TFPT.exe /online</pre>
<p>fails with the message</p>
<pre>Unable to determine the workspace.</pre>
<p>If this is the case for a workspace created with Visual Studio 2008 try to change the workspace from Visual Studio 2005. Even only changing the comment was sufficient in my case. After this change everything works again from TPFT and VS 2008, too.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/66/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/66/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=66&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/14/tfpt-reports-unable-to-determine-the-workspace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>Adding Mylyn and PyDev to QNX Momentics IDE</title>
		<link>http://cldoten.wordpress.com/2008/08/14/adding-mylyn-to-qnx-momentics-ide/</link>
		<comments>http://cldoten.wordpress.com/2008/08/14/adding-mylyn-to-qnx-momentics-ide/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 19:24:05 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[QNX]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Momentics]]></category>
		<category><![CDATA[Mylyn]]></category>
		<category><![CDATA[PyDev]]></category>
		<category><![CDATA[task oriented development]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=67</guid>
		<description><![CDATA[A useful extension to Eclipse and therefore QNX Momentics is Mylyn (http://www.eclipse.org/mylyn/). It helps to organize your actual task in the perfect way. Give it a try! To install it add for IDE 4.5 (Tau) the Eclipse 3.3 update site to Help-&#62;Software Updates-&#62;Find and install&#8230; . Select the radio button named &#8220;Search for new features [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=67&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A useful extension to Eclipse and therefore QNX Momentics is Mylyn (<a href="http://www.eclipse.org/mylyn/">http://www.eclipse.org/mylyn/</a>). It helps to organize your actual task in the perfect way. Give it a try!</p>
<p>To install it add for IDE 4.5 (Tau) the Eclipse 3.3 update site to Help-&gt;Software Updates-&gt;Find and install&#8230; . Select the radio button named &#8220;Search for new features to install&#8221; and click Next. Then it is possible to add a &#8220;New Remote Site&#8230;&#8221;.</p>
<p>For most distributions of Eclipse, there should already be a &#8220;Europa Discovery Site&#8221; defined in the Update Manager. Otherwise you can add the following URL as a remote update site in the update manager.</p>
<p><code>http://download.eclipse.org/releases/europa/</code></p>
<p>See <a href="http://help.eclipse.org/help32/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-34.htm">Eclipse Help</a> for general information about using Update Manager.</p>
<p>To get the latest version of Mylyn you may add the Mylyn update site, too. This is the necessary URL:</p>
<p>http://download.eclipse.org/tools/mylyn/update/e3.3</p>
<p>Next important extension is <a href="http://pydev.sourceforge.net">PyDev</a> (<a href="http://pydev.sourceforge.net">http://pydev.sourceforge.net</a>). This is the URL for the remote update site:</p>
<p>http://pydev.sourceforge.net/updates/</p>
<p><span><br />
</span></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/67/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/67/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=67&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/14/adding-mylyn-to-qnx-momentics-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
		<item>
		<title>Often used pkgsrc commands</title>
		<link>http://cldoten.wordpress.com/2008/08/14/often-used-pkgsrc-commands/</link>
		<comments>http://cldoten.wordpress.com/2008/08/14/often-used-pkgsrc-commands/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 18:58:43 +0000</pubDate>
		<dc:creator>Christian</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[bmake]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[pkgsrc]]></category>
		<category><![CDATA[QNX]]></category>
		<category><![CDATA[target]]></category>

		<guid isPermaLink="false">http://cldoten.wordpress.com/?p=68</guid>
		<description><![CDATA[This my memo where I store the commands I&#8217;m using when building packages with pkgsrc (http://www.netbsd.org/docs/software/packages.html). Determining the package dependencies: $ bmake show-depends-pkgpath Finding build references to a given package, e.g. libdrm: $ egrep &#8216;libdrm&#124;xf86driproto&#8217; */*/buildlink3.mk All the available targets are documented in The pkgsrc make target reference &#8211; NetBSD Wiki. This is used to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=68&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This my memo where I store the commands I&#8217;m using when building packages with <a href="http://www.netbsd.org/docs/software/packages.html">pkgsrc</a> (<a href="http://www.netbsd.org/docs/software/packages.html">http://www.netbsd.org/docs/software/packages.html</a>).</p>
<p>Determining the package dependencies:<br />
$ bmake <strong>show-depends-pkgpath</strong></p>
<p>Finding <strong>build references</strong> to a given package, e.g. libdrm:<br />
$ egrep &#8216;libdrm|xf86driproto&#8217; */*/buildlink3.mk</p>
<p>All the <strong>available targets</strong> are documented in <a href="http://wiki.netbsd.se/The_pkgsrc_make_target_reference">The pkgsrc make target reference &#8211; NetBSD Wiki.</a></p>
<p>This is used to <strong>rebuild </strong>a patched package:<br />
bmake distinfo &amp;&amp; bmake clean &amp;&amp; bmake build</p>
<p>The following <strong>builds and install</strong> the package:<br />
bmake distinfo &amp;&amp; bmake clean &amp;&amp; bmake package</p>
<p>QNX specific issues are discussed in the forum <a href="http://community.qnx.com/sf/discussion/do/listTopics/projects.pkgsrc/discussion.general">http://community.qnx.com/sf/discussion/do/listTopics/projects.pkgsrc/discussion.general</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/cldoten.wordpress.com/68/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/cldoten.wordpress.com/68/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cldoten.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cldoten.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cldoten.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cldoten.wordpress.com&amp;blog=2185653&amp;post=68&amp;subd=cldoten&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cldoten.wordpress.com/2008/08/14/often-used-pkgsrc-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d88e54e23cac2b0d5655a8058567a1e4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Christian</media:title>
		</media:content>
	</item>
	</channel>
</rss>
