<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I've been trying to install SAC on my Fedora 11 box (kernel
2.6.29.6-217.2.8.fc11.x86_64), but I've run into a compilation problem:<br>
<br>
When I do a no-option configure, then type "make", I get:<br>
<br>
<blockquote><tt>&gt;make<br>
Making all in libedit<br>
make[1]: Entering directory `/usr/local/build/libedit'<br>
make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `/usr/local/build/libedit'<br>
Making all in utils<br>
make[1]: Entering directory `/usr/local/build/utils'<br>
make[1]: Nothing to be done for `all'.<br>
make[1]: Leaving directory `/usr/local/build/utils'<br>
Making all in src<br>
make[1]: Entering directory `/usr/local/build/src'<br>
gcc -DHAVE_CONFIG_H -I. -I../../sac-101.3b/src -I../inc&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
-I../../sac-101.3b/inc -I../libedit/include&nbsp; -c -o bbs/setbbv.o
../../sac-101.3b/src/bbs/setbbv.c<br>
In file included from ../../sac-101.3b/src/bbs/setbbv.c:12:<br>
../../sac-101.3b/inc/co.h:40: error: conflicting types for &#8216;getline&#8217;<br>
/usr/include/stdio.h:653: note: previous declaration of &#8216;getline&#8217; was
here<br>
make[1]: *** [bbs/setbbv.o] Error 1<br>
make[1]: Leaving directory `/usr/local/build/src'<br>
make: *** [all-recursive] Error 1</tt><br>
  <br>
</blockquote>
Any suggestions?&nbsp;&nbsp; <br>
<blockquote><br>
</blockquote>
Also, by the way, the "Readme.buildsac" that comes with the source code
shows this as a configuration option:<br>
<br>
&nbsp;&nbsp; --enable-matlab=/path/to/matlab&nbsp;&nbsp;&nbsp;&nbsp; Where to find Matlab and its&nbsp;
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; libraries.&nbsp; As of version 101.2, Matlab is only
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; available if requested.&nbsp; See CHANGES (2008-04-01)
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; for further details.<br>
<br>
<br>
I gather from looking at the configure script, that this flag should be
"--with-matlab=/path/to/matlab"<br>
<br>
Right now, however, I'm trying just to get SAC to work without matlab.&nbsp;&nbsp;
<br>
<br>
Thanks.&nbsp; I'm happy to e-mail the full output of "configure" if that
would be helpful.<br>
<br>
-Derek Schutt<br>
<br>
</body>
</html>