Alan W. Irwin wrote:
> 
> So my guess is you have run into a problem with the version of swig that
> Fedora has adopted.  Just in case Fedora have made some bad patches to the
> latest swig (1.3.31) or are using a bad earlier version, could you try to
> replicate the problem with vanilla swig downloaded directly from the swig
> site? 

Looks like swig 1.3.29 works and 1.3.30 does not.

I'm not sure I'm the best person to follow up on this as I've never used 
swig before.

It does start to make these changes:

-  public final static native void PLGraphicsIn_type_set(long jarg1, int 
jarg2);
+  public final static native void PLGraphicsIn_type_set(long jarg1, 
PLGraphicsIn jarg1_, int jarg2);

It seems to be covered in the swig manual in:

20.4.3.4 The premature garbage collection prevention parameter for proxy 
class marshalling

Manual/Java.html#java_pgcpp

Can be suppressed with -nopgcpp, which I may try to use for the time 
being.  Suggestions for how to pass this argument?

-- 
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  [EMAIL PROTECTED]
Boulder, CO 80301              http://www.cora.nwra.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to