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: Is gcj from gcc 3.3 required to build libswt.so for gcj - SWT integration?


Kevin,

>Is the actual name of your file "org.eclipse.swt.custom.StyledText.java"?

No, obviously not. Sorry about the misunderstanding. I just read the top of
your message and not the actual command line you used to compile this.

I have run into similar situations. I believe that this is a bug which has to do with
how gcj stores its filenames internally and doesn't match them up properly:

./org/eclipse/swt/custom/StyledText.java != org/eclipse/swt/custom/StyledText.java

I am running into this with my MingW experiments, where / and \ variations confuse
the compiler too.

-- Mohan
http://www.thisiscool.com/
http://www.animalsong.org/





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