Alan W. Irwin wrote:
> 
> Both plplotjavacJNI.java and PLGraphicsIN.java are files that are generated
> by swig.  I just checked, and plplotjavacJNI.java generated on my Ubuntu
> Dapper system with swig-1.3.27 has no type PLGraphicsIn for any of the
> arguments.  For example, in replacement for the above line it uses the
> following:
> 
> public final static native void PLGraphicsIn_type_set(long jarg1, int jarg2);
> 
> so there is no generated circular dependency with the Ubuntu Dapper version
> of swig.
> 
> 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?  If you get the same error with latest vanilla swig, let me know, and
> I will try and reproduce it here, see if we have to change our swig
> configuration for that version, etc.  (IIRC, once or possibly twice before,
> the swig 1.3.x series introduced an incompatible change that required
> changing our swig configuration, but this hasn't happened for a long time.)
> 
> If you cannot reproduce the issue with the latest vanilla swig, then agitate
> with fedora to use that version rather than the one they have adopted.

Well, the version of swig in Fedora development is pretty much vanilla 
1.3.31.  There are a couple patches but the only seem to touch python 
importing and __x86_64__/__i386__ defines.

-- 
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