[MacPorts] #23678: kdelibs4 4.4.0 - build fails
MacPorts
noreply at macports.org
Mon Feb 15 00:24:29 PST 2010
#23678: kdelibs4 4.4.0 - build fails
-----------------------------------+----------------------------------------
Reporter: doug@… | Owner: snc@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 1.8.2
Keywords: | Port: kdelibs4
-----------------------------------+----------------------------------------
Comment(by djackan@…):
I might be wrong here but take a look at this if you:
cd
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_kde_kdelibs4/work/kdelibs-4.4.0/kimgio/
pico jp2.cpp
and look at line 38 you see this:
{{{
//unfortunately this is declared as static in JasPer libraries
static jas_stream_t *jas_stream_create()
{
jas_stream_t *stream;
if (!(stream = (jas_stream_t*)jas_malloc(sizeof(jas_stream_t)))) {
}}}
I don't understand code at all really but where you see the first two
asterisks shouldn't it actually be:
{{{
static jas_stream_t* jas_stream_create()
{
jas_stream_t* stream;
}}}
Now Like I said I don't understand any of this very well but given that
it's in the working directory isn't that temporary and these corrections
have to be made somewhere else? Anyway that might give you a lead on the
cpp:38 error looks like the asterisk was just accidentally moved forward
one space. Hope this is of some use to someone that actually knows what
they are doing.
--
Ticket URL: <http://trac.macports.org/ticket/23678#comment:5>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list