This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]