<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>pnotepad.org forums Tag: build - Recent Topics</title>
		<link>http://pnotepad.org/forums/tags/build</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 01:23:15 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/tags/build/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>How to compile multiple files - one project (superjacent)</title>
			<link>http://pnotepad.org/forums/topic/322#post-1153</link>
			<pubDate>Thu, 17 Jan 2008 00:48:02 +0000</pubDate>
			<dc:creator>superjacent</dc:creator>
			<guid isPermaLink="false">1153@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;How somebody can help.   I'm learning C++ and have been using Programmer's Notepad to compile single file programs.   Now I've moved onto to multiple file programs.   How do I link &#38;#38; compile multiple (.cpp) files from within Programmer's Notepad?&#60;/p&#62;
&#60;p&#62;Any advice would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Compiling with Visual Studio 2008 (kuukkeli)</title>
			<link>http://pnotepad.org/forums/topic/430#post-1514</link>
			<pubDate>Mon, 30 Jun 2008 08:34:28 +0000</pubDate>
			<dc:creator>kuukkeli</dc:creator>
			<guid isPermaLink="false">1514@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I've decided to learn some C/C++ (I know the very basics but as Python has always been enough for my own projects I've been stuck with those rudimentary skills for years). As PN is both interesting and rather small project I'm trying to use it as some sort of a learning environment. I just need couple of answers first:&#60;/p&#62;
&#60;p&#62;1. Installing Boost has far too many options to my taste (I'm using the Windows installer provided by 'boostpro computing'). Which of the compiled library variants are needed to compile PN? Which of them I should install?&#60;/p&#62;
&#60;p&#62;2. Besides linking WTL and Boost is there anything special to do before trying to compile PN?&#60;/p&#62;
&#60;p&#62;3. PN sources have some Visual Studio project files which are (if I'm correct) for older version than 2008. Does using VS2008 cause any issues because of that?&#60;/p&#62;
&#60;p&#62;And please, don't expect much contributions from me in a long time - I'm sure I'll be challenged enough by merely getting the current sources compiled :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>How to &#34;make all&#039; and &#039;make program&#039; with one shortcut? (Electro986)</title>
			<link>http://pnotepad.org/forums/topic/331#post-1178</link>
			<pubDate>Fri, 08 Feb 2008 15:37:24 +0000</pubDate>
			<dc:creator>Electro986</dc:creator>
			<guid isPermaLink="false">1178@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I searched and didn't find anything...although I'm not really sure what this woulud be called.&#60;/p&#62;
&#60;p&#62;Right now I press CTRL-X to invoke to tool 'make all' and then CTRL-B to invoke 'make program'.  I'm lazy and would like to only press CTRL-X and have PN do both in sequence.&#60;/p&#62;
&#60;p&#62;How can I setup PN to do this?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Can build PN with free tools?  (mingw, visual studio express) (jumpfroggy)</title>
			<link>http://pnotepad.org/forums/topic/190#post-680</link>
			<pubDate>Fri, 30 Mar 2007 22:52:34 +0000</pubDate>
			<dc:creator>jumpfroggy</dc:creator>
			<guid isPermaLink="false">680@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I did read the developer page, and I know the answer is probably no... that being said, is there any support for building PN with mingw?&#60;/p&#62;
&#60;p&#62;I'm trying to find an open source text editor that works well, but that I can contribute to as well.  I do C++ development in my spare time and I'd love to dig into a text editor.  That being said, it wont be possible for me unless there's a free toolset (mingw, VS express, etc) available.&#60;/p&#62;
&#60;p&#62;Programmers Notepad looks really clean (tried out Notepad++, had lots of features but was really messy).  I'd really like to use it, but just wanted to make sure there's a future in it too.&#60;/p&#62;
&#60;p&#62;Thanks!  Sorry if this has been answered before (searched, couldn't find anything)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>&#34;Make clean&#34; and &#34;Make all&#34; (joly)</title>
			<link>http://pnotepad.org/forums/topic/152#post-556</link>
			<pubDate>Wed, 20 Dec 2006 14:57:57 +0000</pubDate>
			<dc:creator>joly</dc:creator>
			<guid isPermaLink="false">556@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I used to make my softwares with programmer notepad. (Version 2.0.5.18)&#60;br /&#62;
Now, with the version 2.0.6.1, I would like to recompile my softwares after some modifications and I cannot find the &#34;Make clean&#34; and &#34;Make all&#34; functions.&#60;br /&#62;
Could anyone help me or explain me wy I haven't these features.&#60;br /&#62;
I want to use the compiled files on AVR studio 4 (Atmel) to program my microcontrollers.&#60;/p&#62;
&#60;p&#62;Thanx for any advice&#60;/p&#62;
&#60;p&#62;Yves
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Some build files missing (RoryM)</title>
			<link>http://pnotepad.org/forums/topic/113#post-388</link>
			<pubDate>Thu, 28 Sep 2006 21:26:36 +0000</pubDate>
			<dc:creator>RoryM</dc:creator>
			<guid isPermaLink="false">388@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;I'm attempting to build PN from source.&#60;/p&#62;
&#60;p&#62;The following include files are not found, can you point me in the right direction.  I'm building with VS2005.&#60;/p&#62;
&#60;p&#62;pypn\stdafx.h&#60;br /&#62;
  #include &#38;lt;boost/shared_ptr.hpp&#38;gt;&#60;br /&#62;
  #include &#38;lt;boost/python.hpp&#38;gt;
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
