Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] updating Spawner native code

Hi All,
In bug 248071 I would like to update the PTY and Spawner classes in org.eclipse.cdt.core.  The bug fix involves changes in the native methods (including method signatures) in the pty and spawner libraries.  How can I go about making this change in the native code if I don't have access to all the platforms on which these libraries are built (these include QNX, linux.ia64, etc)?  Do I have to have libraries built for all the platforms before I can commit the fix?
-Pawel

Back to the top