[MacPorts] #13839: Minicom fails to build on 10.5.1
MacPorts
trac at macosforge.org
Thu Jan 10 12:33:41 PST 2008
#13839: Minicom fails to build on 10.5.1
--------------------------------+-------------------------------------------
Reporter: jpollock1 at mac.com | Owner: macports-tickets at lists.macosforge.org
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.6.0
Resolution: | Keywords:
--------------------------------+-------------------------------------------
Comment (by pruchai at hotmail.com):
I am having the same issue, but i got it resolved by going into
{{{
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_comms_minicom/work/minicom-2.1
}}}
and changing
line 65 in
{{{
src/window.c
}}}
from
{{{
static char *BC, *CR, *NL;
}}}
to
{{{
static char *CR, *NL;
}}}
and re-running
{{{
port install minicom
}}}
that worked like a charm
Have to add that this is not a MacPorts related issue, as it also present
in upstream.
Also, i can not take credit for this fix, because i found it
[http://209.85.173.104/search?q=cache:rIjXV-
FFnbYJ:problemboard.com/bio/%3Fm%3D200508+/usr/include/termcap.h:59:+error:+previous+declaration+of+%E2%80%98BC%E2%80%99+was+here&hl=en&ct=clnk&cd=2&gl=us
here]
--
Ticket URL: <http://trac.macosforge.org/projects/macports/ticket/13839#comment:2>
MacPorts </projects/macports>
Ports system for Mac OS
More information about the macports-tickets
mailing list