This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Compiling SWT+SwingWT
>>>>> "Robin" == Robin Rawson-Tetley <enquiries@sheltermanager.homeip.net> writes:
Robin> I did try this, and I got:
Robin> jc1: error: unrecognized option`-fjini'
You've got a typo, you want "-fjni".
Robin> lib/libswt.so: undefined reference to
Robin> `org::eclipse::swt::internal::gtk::OS::gtk_window_move(int, int, int)
Yeah, -fjni is almost certainly the fix.
These are the SWT native methods.
Tom