in reply to Re^2: Windows PDL complie issue
in thread Windows PDL complie issue
And pptr is of type void*, a nonstandard feature that gcc allows, but apparently equivalent topptr+pdl->dimincs[pdl->ndims-1-plevel]* i * pdl_howbig(pdl->datatype)
. Make sure to edit pdlcore.c.PL (it might not be a bad idea to alert the PDL folks).((char*)pptr)+pdl->dimincs[pdl->ndims-1-plevel]* i * pdl_howbig(pdl->d +atatype)
While you're at it, you might need to add `echo exit 0 >pdl` unless -e 'pdl'; before exit in pdl.pl (man what a mess).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Windows PDL complie issue
by hokie (Monk) on Aug 19, 2005 at 14:27 UTC | |
by PodMaster (Abbot) on Aug 19, 2005 at 20:09 UTC | |
Re^4: Windows PDL complie issue
by Anonymous Monk on Apr 16, 2012 at 14:18 UTC | |
by Anonymous Monk on Apr 16, 2012 at 14:31 UTC |