<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
I just noticed you're compiling fomus 0.1.12, which is old and doesn't have the iostreams fix...&nbsp; Have you tried compiling fomus 0.1.15 with the distro's boost libraries and headers?&nbsp; 0.1.15 has bug fixes and should work fine with recent versions of Grace (you shouldn't have to recompile Grace).&nbsp; If you stick with 0.1.12 then you'll have to have two versions of Boost on your system to run an old version of the software.<BR>
<BR>
If you are compiling against a local Boost install, make sure bjam installed the header files in the right place (it likes to place them in a directory that looks something like /usr/local/include/boost/boost_1_39 and they actually need to be in /usr/local/include/boost).&nbsp; The configure script might also be confused if you have two versions of boost on your system, I have to try and compile against a local boost install to see what it's trying to do and how to make it find the right libraries.<BR>
<BR>
-David<BR>
<BR>
On Fri, 2011-03-18 at 14:29 -0400, Bill Sack wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
i'm trying a local install of boost 1.39
did ./bootstrap and ./bjam install
this is the output of ./configure in fomus

checking for boostlib &gt;= 1.35... yes
checking whether the Boost::System library is available... yes
checking for -l... no
checking whether the Boost::Filesystem library is available... yes
configure: error: Could not link against  !

am i missing some part of installing boost? or missing a configure flag?

On Fri, Mar 18, 2011 at 1:25 PM, David Psenicka &lt;<A HREF="mailto:dpsenick@gmail.com">dpsenick@gmail.com</A>&gt; wrote:
&gt; The error message has to do with Boost's iostream library which changed
&gt; quite a bit with version 1.44 (including the API, which would cause an
&gt; undefined symbol error if fomus is linking with the wrong library
&gt; version)...&nbsp; I think recompiling with the correct Boost library headers
&gt; should fix the problem.&nbsp; The recent fomus release should compile with Boost
&gt; versions before or after 1.44 (though I haven't tested 1.46 yet).&nbsp; I'll try
&gt; compiling with boost 1.44 on my machine and see if I run into any problems.
&gt;
&gt; -David
&gt;
&gt; On Fri, 2011-03-18 at 10:18 -0500, Heinrich Taube wrote:
&gt;
&gt; sorry its not working for you. i forwarded your message to david
&gt; psenicka, perhaps he has some idea.
&gt; fwiw  im using boost_1_45_0/  . i know that boost_1_39_0/ also worked
&gt; for me. its probably not that hard to uninstall/reinstall boost it
&gt; that is actually the issue.
&gt;
&gt;
&gt; On Mar 18, 2011, at 10:04 AM, Bill Sack wrote:
&gt;
&gt;&gt; i did try the new beta - everything seems to work great except fomus.
&gt;&gt; i've done a bit more googling and discovered that this is a
&gt;&gt; longstanding (since 12/10) unresolved problem with fomus and f14 -
&gt;&gt; there's a message on the planetccrma list about it that i somehow
&gt;&gt; overlooked when it was current.
&gt;&gt;
&gt;&gt; the issue has nothing to do with Grace or cm at all - i get the same
&gt;&gt; error message trying to run one of the fomus examples in the
&gt;&gt; documentation (i.e.: outside of cm).
&gt;&gt;
&gt;&gt; i still suspect that it has something to do with the version of boost
&gt;&gt; but i don't have the patience to downgrade and recompile right now.
&gt;&gt;
&gt;&gt; b
&gt;&gt;
&gt;&gt; On Thu, Mar 17, 2011 at 4:36 PM, Heinrich Taube &lt;<A HREF="mailto:taube@uiuc.edu">taube@uiuc.edu</A>&gt;
&gt;&gt; wrote:
&gt;&gt;&gt; i just tested fomus 0.1.15 in all the betas I can (osx win32 and
&gt;&gt;&gt; ubuntu)
&gt;&gt;&gt; using the complex &quot;prime harmonics&quot; example at the end of the
&gt;&gt;&gt; example file
&gt;&gt;&gt; you get by selecting:
&gt;&gt;&gt;         Help&gt;Examples&gt;Scheme&gt;Fomus
&gt;&gt;&gt;
&gt;&gt;&gt; the example ran eveywhere (really fast on osx and ubuntu!),
&gt;&gt;&gt; although on
&gt;&gt;&gt; ubuntu i did not get the pdf viewer opening automatically with the
&gt;&gt;&gt; computed
&gt;&gt;&gt; score.
&gt;&gt;&gt;
&gt;&gt;&gt; so im not sure what the issue on your fedora, are you using the
&gt;&gt;&gt; fedora beta1
&gt;&gt;&gt; i made today?
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt; On Mar 17, 2011, at 1:08 PM, Bill Sack wrote:
&gt;&gt;&gt;
&gt;&gt;&gt;&gt; i built fomus 1.15 here too and got the same crash when trying the
&gt;&gt;&gt;&gt; example. i wonder if this has something to do with the version of
&gt;&gt;&gt;&gt; boost that's packaged for f14?
&gt;&gt;&gt;&gt; looks like 1.39 on f 12
&gt;&gt;&gt;&gt; and 1.44 on f14
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; maybe i'll try a locally downgraded version of boost and see what
&gt;&gt;&gt;&gt; happens.
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; do i need to do something about the lock file or not? maybe i could
&gt;&gt;&gt;&gt;&gt; disable
&gt;&gt;&gt;&gt;&gt; this on linux , but running two version of grace probably isnt a
&gt;&gt;&gt;&gt;&gt; good
&gt;&gt;&gt;&gt;&gt; idea
&gt;&gt;&gt;&gt;&gt; as they will both write to the preference file...
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt; would it be hard to have a message echoed to the shell if there's a
&gt;&gt;&gt;&gt; permission issue or some other conflict with the lockfile?
&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt; On Mar 17, 2011, at 8:56 AM, Bill Sack wrote:
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; hello again,
&gt;&gt;&gt;&gt;&gt;&gt; i'm trying to get Fomus going with Grace on fedora 14. i've
&gt;&gt;&gt;&gt;&gt;&gt; tried the
&gt;&gt;&gt;&gt;&gt;&gt; planetccrma packages (cm-grace and fomus), and i've tried a
&gt;&gt;&gt;&gt;&gt;&gt; locally
&gt;&gt;&gt;&gt;&gt;&gt; compiled version of fomus-1.12. In both cases the programs show
&gt;&gt;&gt;&gt;&gt;&gt; up in
&gt;&gt;&gt;&gt;&gt;&gt; the Grace splash screen, but evaluating any of the examples
&gt;&gt;&gt;&gt;&gt;&gt; crashes
&gt;&gt;&gt;&gt;&gt;&gt; Grace with this error echoed:
&gt;&gt;&gt;&gt;&gt;&gt; /usr/bin/Grace: symbol lookup error: /usr/lib/fomus/lilyout.so:
&gt;&gt;&gt;&gt;&gt;&gt; undefined symbol: _ZN5boost9iostreams22file_descriptor_sourceC1Eib
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; i found an earlier message on this list from D. Phillips with
&gt;&gt;&gt;&gt;&gt;&gt; the same
&gt;&gt;&gt;&gt;&gt;&gt; error report, though in his case the problem was apparently
&gt;&gt;&gt;&gt;&gt;&gt; resolved
&gt;&gt;&gt;&gt;&gt;&gt; with a reinstall - no such luck in my case.
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; thanking you in advance,
&gt;&gt;&gt;&gt;&gt;&gt; b
&gt;&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________
&gt;&gt;&gt;&gt;&gt;&gt; Cmdist mailing list
&gt;&gt;&gt;&gt;&gt;&gt; <A HREF="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</A>
&gt;&gt;&gt;&gt;&gt;&gt; <A HREF="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</A>
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;&gt;
&gt;&gt;
&gt;&gt; _______________________________________________
&gt;&gt; Cmdist mailing list
&gt;&gt; <A HREF="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</A>
&gt;&gt; <A HREF="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</A>
&gt;
&gt; _______________________________________________
&gt; Cmdist mailing list
&gt; <A HREF="mailto:Cmdist@ccrma.stanford.edu">Cmdist@ccrma.stanford.edu</A>
&gt; <A HREF="http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist">http://ccrma-mail.stanford.edu/mailman/listinfo/cmdist</A>
&gt;
&gt;
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>