<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Compiling_Under_MacOS_X</id>
	<title>Compiling Under MacOS X - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Compiling_Under_MacOS_X"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Compiling_Under_MacOS_X&amp;action=history"/>
	<updated>2026-04-13T14:01:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Compiling_Under_MacOS_X&amp;diff=60&amp;oldid=prev</id>
		<title>Christian: CompilingUnderMacOSX moved to Compiling Under MacOS X</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Compiling_Under_MacOS_X&amp;diff=60&amp;oldid=prev"/>
		<updated>2008-10-27T09:45:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php/CompilingUnderMacOSX&quot; class=&quot;mw-redirect&quot; title=&quot;CompilingUnderMacOSX&quot;&gt;CompilingUnderMacOSX&lt;/a&gt; moved to &lt;a href=&quot;/index.php/Compiling_Under_MacOS_X&quot; title=&quot;Compiling Under MacOS X&quot;&gt;Compiling Under MacOS X&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 09:45, 27 October 2008&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
	<entry>
		<id>https://bfwiki.tellefsen.net//index.php?title=Compiling_Under_MacOS_X&amp;diff=12&amp;oldid=prev</id>
		<title>Christian: New page: === Compiling the latest snapshots under Mac OS X===  ====The following steps apply to:==== * MacOS 10.2.8 and higher * Fink 0.15.0 and higher * Fink rsync (recommanded) or Fink cvs * ...</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Compiling_Under_MacOS_X&amp;diff=12&amp;oldid=prev"/>
		<updated>2008-10-26T20:00:40Z</updated>

		<summary type="html">&lt;p&gt;New page: === Compiling the latest snapshots under Mac OS X===  ====The following steps apply to:==== * &lt;a href=&quot;/index.php?title=MacOS&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;MacOS (page does not exist)&quot;&gt;MacOS&lt;/a&gt; 10.2.8 and higher * Fink 0.15.0 and higher * Fink rsync (recommanded) or Fink cvs * ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Compiling the latest snapshots under Mac OS X===&lt;br /&gt;
&lt;br /&gt;
====The following steps apply to:====&lt;br /&gt;
* [[MacOS]] 10.2.8 and higher&lt;br /&gt;
* Fink 0.15.0 and higher&lt;br /&gt;
* Fink rsync (recommanded) or Fink cvs&lt;br /&gt;
* either gcc 3.1 or gcc 3.3&lt;br /&gt;
&lt;br /&gt;
====Steps to perform:====&lt;br /&gt;
1. Download the tarball from [http://bluefish.openoffice.nl/download.html], section Development Snapshots.&lt;br /&gt;
&lt;br /&gt;
2. Don&amp;#039;t let ~[[StuffItExpander]] expand it.&lt;br /&gt;
&lt;br /&gt;
3. Copy it to /sw/src::&lt;br /&gt;
 Open the Terminal&amp;lt;br&amp;gt;&lt;br /&gt;
 Type: &amp;lt;code&amp;gt;sudo cp &amp;lt;/code&amp;gt;(don&amp;#039;t forget a space after cp)&amp;lt;br&amp;gt;&lt;br /&gt;
 Drag the new downloaded file to the terminal&amp;lt;br&amp;gt;&lt;br /&gt;
 Type:  &amp;lt;code&amp;gt;/sw/src&amp;lt;/code&amp;gt; (don&amp;#039;t forget a space before /sw)&amp;lt;br&amp;gt;&lt;br /&gt;
 Press enter&amp;lt;br&amp;gt;&lt;br /&gt;
 Enter your password at the prompt&lt;br /&gt;
&lt;br /&gt;
4. Check you gcc version with::&lt;br /&gt;
 &amp;lt;code&amp;gt;gcc --v&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. Copy Fink&amp;#039;s bluefish.info and Fink&amp;#039;s bluefish.patch files to your local tree with::&lt;br /&gt;
 First create a local tree if it does not exist:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;mkdir -p /sw/fink/10.2/local/main/finkinfo/&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 or (you&amp;#039;re on Panther):&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;mkdir -p /sw/fink/10.3/local/main/finkinfo/&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 If you use gcc 3.1:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp /sw/fink/10.2/unstable/main/finkinfo/editors/bluefish.* /sw/fink/10.2/local/main/finkinfo/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 If you use gcc 3.3 (be aware not to split the line):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp /sw/fink/10.2-gcc3.3/unstable/main/finkinfo/editors/bluefish.* /sw/fink/10.2/local/main/finkinfo/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 If you have only a 10.3 tree (you&amp;#039;re on Panther):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp /sw/fink/10.3/unstable/main/finkinfo/editors/bluefish.* /sw/fink/10.3/local/main/finkinfo/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
6. Compute the MD5 checksum for the snapshot with::&lt;br /&gt;
 &amp;lt;code&amp;gt;md5 /sw/src/nameofthebluefishtarball&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
7. Edit the info file with::&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/fink/10.2/local/main/finkinfo/bluefish.info&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 or (you&amp;#039;re on Panther):&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/fink/10.3/local/main/finkinfo/bluefish.info&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 1 - Change the Version: line to match the date in the tarball&amp;#039;s name, i.e. if the name of the tarball is bluefish-2003-10-16.tar.bz2, change it to:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;Version: 2003-10-16&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 2 - Change the Source-MD5: line to have the new computed MD5 checksum.&lt;br /&gt;
&lt;br /&gt;
 3 - Check if you have a ~[[SourceDirectory]] line:&lt;br /&gt;
&lt;br /&gt;
 If you have one, change it to: &amp;lt;code&amp;gt;~[[SourceDirectory]]: bluefish-gtk2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 If you don&amp;#039;t have one, add a new line just after the Source-MD5 line, and type: &amp;lt;code&amp;gt;~[[SourceDirectory]]: bluefish-gtk2&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
8. Edit the patch info file with::&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/fink/10.2/local/main/finkinfo/bluefish.patch&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 or&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/fink/10.3/local/main/finkinfo/bluefish.patch&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Change the first two lines to have the date of the tarball&amp;#039;s name in them, i.e. if the name of the tarball is bluefish-2003-10-16.tar.bz2, change them to:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;code&amp;gt;--- bluefish-2003-10-16/configure&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;+++ bluefish-2003-10-16-patched/configure&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
9. Check you Fink configuration with::&lt;br /&gt;
 &amp;lt;code&amp;gt;cat /sw/etc/fink.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 The Trees: line should match the following:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Trees: local/main unstable/main unstable/crypto stable/main stable/crypto local/bootstrap&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 If this is not the case, open the file with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/etc/fink.conf&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 and change the line accordingly.&lt;br /&gt;
&lt;br /&gt;
9bis. (Only for bluefish version &amp;lt; 0.12) Remove any gnome-vfs2-ssl librairies as long as their versions are lower than 2.2::&lt;br /&gt;
 Check the version with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink list -t -i gnome&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Remove the offending librairies (if any) with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink remove gnome-vfs2-ssl gnome-vfs2-ssl-dev gnome-vfs2-ssl-shlibs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
10. Run::&lt;br /&gt;
 For version &amp;lt; 0.13:&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink install bluefish&amp;lt;/code&amp;gt; if this is the first time you install bluefish.&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink update bluefish&amp;lt;/code&amp;gt; if you already have bluefish installed.&amp;lt;br&amp;gt;&lt;br /&gt;
 For version &amp;gt;= 0.13:&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink install bluefish-gnome2&amp;lt;/code&amp;gt; if this is the first time you install bluefish and you have GNOME2 installed.&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink update bluefish-gnome2&amp;lt;/code&amp;gt; if you already have bluefish and GNOME2 installed.&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink install bluefish&amp;lt;/code&amp;gt; if this is the first time you install bluefish and you did not install GNOME2.&amp;lt;br&amp;gt;&lt;br /&gt;
  &amp;lt;code&amp;gt;fink update bluefish&amp;lt;/code&amp;gt; if you already have bluefish installed and you did not install GNOME2.&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
</feed>