|
From: Scott C. <ced...@gm...> - 2005-06-28 14:25:24
|
Hi Robert,
This is a bug that has been fixed in the CVS version of the
software. We're planning to release the fixed version shortly, but
until then you have two options:
1. Check out the latest CVS version and use that. (You can find
instructions on how to obtain this version by following the "CVS
Repository" link near the bottom of the Infomap SourceForge project
info page (http://sourceforge.net/projects/infomap-nlp/) and reading
the section entitled "Anonymous CVS Access".)
2. Edit the svd/svdinterface/myutils.c file. Go to line 167 in
myutils.c, and remove the obsolete line where "malloc" is declared,
right at the beginning of the myutils() function. After that
everything should work.
Please let me know if this works out for you. I'll try to get
the new release out by the end of the week, if you'd rather wait for
that.
=20
Scott
On 6/27/05, Robert Batesole <ha...@be...> wrote:
> Making all in svdinterface=20
>=20
> myutils.c: In function `mymalloc':=20
>=20
> myutils.c:167: error: conflicting types for 'malloc'=20
>=20
> make[3]: *** [myutils.o] Error 1=20
>=20
> make[3]: Leaving directory `/tmp/infomap-nlp-0.8.5/svd/svdinterface'=20
>
|