Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] looking into SWT 3.0 M8 for native compilation with GCJ


Hi Erik,

The answer to that one is: you need to go to the plugins/org.eclipse.swt/bin/library folder. Eclipse aggregates all the files from the various source folders to the bin directory.

Chris

platform-swt-dev-admin@xxxxxxxxxxx wrote on 04/16/2004 01:43:57 PM:

>
>
> >>> I would like to try it but somehow I'm not sure where to start. Is there
> >>> a standalone source archive of SWT available or do I have to download
> >>> the _whole_ Eclipse source?
>
> I've downloaded the whole bloody lot.
>
> By the way, I'm running into serious trouble getting this stuff to compile.
>
> plugins/org.eclipse.swt/Eclipse SWT PI/gtk/library
>
> (1) for a starters, the x permission bits are not set on build.sh build64.sh.
>
> (2) executing build.sh yields:
>
> make: *** No rule to make target `callback.c', needed by `callback.o'.  Stop.
>
> callback.c is not located in plugins/org.eclipse.swt/Eclipse SWT
> PI/gtk/library.
>
> I wonder, is this really supposed to work?
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev

Back to the top