<?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=Enabling_Aspell_Under_MacOSX</id>
	<title>Enabling Aspell Under MacOSX - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://bfwiki.tellefsen.net//index.php?action=history&amp;feed=atom&amp;title=Enabling_Aspell_Under_MacOSX"/>
	<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Enabling_Aspell_Under_MacOSX&amp;action=history"/>
	<updated>2026-05-23T19:20:46Z</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=Enabling_Aspell_Under_MacOSX&amp;diff=19&amp;oldid=prev</id>
		<title>Christian: New page: === Enabling Aspell under Mac OS XCompiling===  ====The following steps apply to:==== * MacOS 10.3 and higher * Fink 0.17.0 and higher * Fink rsync (recommanded) or Fink cvs * gcc 3.3 ...</title>
		<link rel="alternate" type="text/html" href="https://bfwiki.tellefsen.net//index.php?title=Enabling_Aspell_Under_MacOSX&amp;diff=19&amp;oldid=prev"/>
		<updated>2008-10-26T20:23:11Z</updated>

		<summary type="html">&lt;p&gt;New page: === Enabling Aspell under Mac OS XCompiling===  ====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.3 and higher * Fink 0.17.0 and higher * Fink rsync (recommanded) or Fink cvs * gcc 3.3 ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== Enabling Aspell under Mac OS XCompiling===&lt;br /&gt;
&lt;br /&gt;
====The following steps apply to:====&lt;br /&gt;
* [[MacOS]] 10.3 and higher&lt;br /&gt;
* Fink 0.17.0 and higher&lt;br /&gt;
* Fink rsync (recommanded) or Fink cvs&lt;br /&gt;
* gcc 3.3&lt;br /&gt;
&lt;br /&gt;
As of version 1.0.5 of bluefish, those steps are no more necessary.&lt;br /&gt;
Just install aspell from fink and the desired dictionaries.&lt;br /&gt;
&lt;br /&gt;
====Steps to perform:====&lt;br /&gt;
1. Installing aspell version 0.5.4:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Get aspell from http://aspell.sourceforge.net/ (avoid Safari, since it discards the gz part of the file)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Copy the source file into /sw/src:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp thedirectorywhereyoudownloadaspell/aspell-0.50.4.1.tar.gz /sw/src/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Calculate the md5 sum:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;md5 /sw/src/aspell-0.50.4.1.tar.gz&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Create a local directory if it does not exist:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo 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;
 Copy the info file into local directory:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp /sw/fink/10.3/unstable/main/finkinfo/text/aspell.info /sw/fink/10.3/local/main/finkinfo/&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Change the info file:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo pico /sw/fink/10.3/local/main/finkinfo/aspell.info&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 The following lines should be:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Version: 0.50.4.1&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Revision: 11&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Source-MD5: the sum you&amp;#039;ve computed previously&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;~[[CompileScript]]: (./configure %c; make)&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Remove &amp;lt;code&amp;gt;--disabled-shared&amp;lt;/code&amp;gt; from the ~[[ConfigureParams]] line&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Add the following lines after ~[[InstallScript]] (use tab to indent the lines):&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;verbatim&amp;gt;&lt;br /&gt;
  [[SplitOff]]: &amp;lt;&amp;lt;&lt;br /&gt;
     Package: %N-shlibs&lt;br /&gt;
     Files: lib/lib&amp;#039;&amp;#039;&amp;#039;spell&amp;#039;&amp;#039;&amp;#039;.dylib&lt;br /&gt;
     Shlibs: %p/lib/lib*spell.15.0.2.dylib 7.0.0 %n (&amp;gt;= 0.50.4.1-1)&lt;br /&gt;
     [[DocFiles]]: COPYING* README&lt;br /&gt;
  &amp;lt;&amp;lt;&lt;br /&gt;
  [[SplitOff]]2: &amp;lt;&amp;lt;&lt;br /&gt;
     Package: %N-dev&lt;br /&gt;
     Depends: %N (&amp;gt;= %v-%r)&lt;br /&gt;
     [[BuildDependsOnly]]: True&lt;br /&gt;
     Files: include lib/lib&amp;#039;&amp;#039;&amp;#039;spell.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
     [[DocFiles]]: COPYING* README&lt;br /&gt;
  &amp;lt;&amp;lt;&lt;br /&gt;
 &amp;lt;/verbatim&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Install aspell with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink install aspell&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Install aspell-dev and aspell-shlibs with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink install aspell-dev aspell-shlibs&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Install the dictionary you want with (here German one):&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink install aspell-de&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Installing bluefish version 0.12:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Download the tarball from [http://bluefish.openoffice.nl/download.html], section Development Snapshots.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Copy it to /sw/src:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp thedirectorywhereyoudownloadthetarball/nameofthetarball /sw/src/&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Copy Fink&amp;#039;s bluefish.info and Fink&amp;#039;s bluefish.patch files to your local tree with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;sudo cp /sw/fink/10.1-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;
 Compute the MD5 checksum for the snapshot with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;md5 /sw/src/nameofthebluefishtarball&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Edit the info file with:&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;
 The following lines should be:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Version: 0.12&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;Revision: 12&amp;lt;/code&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Change aspell to aspell-dev in the [[BuildDepends]] line.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Change the patch file as follows:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;verbatim&amp;gt;&lt;br /&gt;
  diff -Naur bluefish-0.12-old/configure bluefish-0.12/configure&lt;br /&gt;
  --- bluefish-0.12-old/configure Mon Dec  1 18:55:36 2003&lt;br /&gt;
  +++ bluefish-0.12/configure     Mon Dec  1 18:58:53 2003&lt;br /&gt;
  @@ -3738,7 +3738,7 @@&lt;br /&gt;
     echo $ECHO&amp;#039;&amp;#039;N \&amp;quot;(cached) $ECHO&amp;#039;&amp;#039;C\&amp;quot; &amp;gt;&amp;amp;6&lt;br /&gt;
   else&lt;br /&gt;
     ac&amp;#039;&amp;#039;check&amp;#039;&amp;#039;lib&amp;#039;&amp;#039;save&amp;#039;&amp;#039;LIBS=$LIBS&lt;br /&gt;
  -LIBS=\&amp;quot;-laspell  $LIBS\&amp;quot;&lt;br /&gt;
  +LIBS=\&amp;quot;-laspell -lstdc++ $LIBS\&amp;quot;&lt;br /&gt;
   cat &amp;gt;conftest.$ac&amp;#039;&amp;#039;ext &amp;lt;&amp;lt;&amp;#039;&amp;#039;ACEOF&lt;br /&gt;
   /&amp;#039;&amp;#039;&amp;#039; confdefs.h.  &amp;#039;&amp;#039;&amp;#039;/&lt;br /&gt;
   _ACEOF&lt;br /&gt;
  @@ -3797,7 +3797,7 @@&lt;br /&gt;
   echo \&amp;quot;$as&amp;#039;&amp;#039;me:$LINENO: result: $ac&amp;#039;&amp;#039;cv&amp;#039;&amp;#039;lib&amp;#039;&amp;#039;aspell&amp;#039;&amp;#039;new&amp;#039;&amp;#039;aspell_config\&amp;quot; &amp;gt;&amp;amp;5&lt;br /&gt;
   echo \&amp;quot;${ECHO&amp;#039;&amp;#039;T}$ac&amp;#039;&amp;#039;cv&amp;#039;&amp;#039;lib&amp;#039;&amp;#039;aspell&amp;#039;&amp;#039;new&amp;#039;&amp;#039;aspell_config\&amp;quot; &amp;gt;&amp;amp;6&lt;br /&gt;
   if test $ac&amp;#039;&amp;#039;cv&amp;#039;&amp;#039;lib&amp;#039;&amp;#039;aspell&amp;#039;&amp;#039;new&amp;#039;&amp;#039;aspell&amp;#039;&amp;#039;config = yes; then&lt;br /&gt;
  -  LIBS=\&amp;quot;$LIBS -laspell\&amp;quot;&lt;br /&gt;
  +  LIBS=\&amp;quot;$LIBS -laspell -lstdc++\&amp;quot;&lt;br /&gt;
                  cat &amp;gt;&amp;gt;confdefs.h &amp;lt;&amp;lt;\_ACEOF&lt;br /&gt;
   #define HAVE_LIBASPELL 1&lt;br /&gt;
   _ACEOF&lt;br /&gt;
 &amp;lt;/verbatim&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Remove bluefish if it already exists:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink remove bluefish&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Install bluefish with:&amp;lt;br&amp;gt;&lt;br /&gt;
 &amp;lt;code&amp;gt;fink install bluefish&amp;lt;/code&amp;gt;&lt;/div&gt;</summary>
		<author><name>Christian</name></author>
	</entry>
</feed>