2005-11-30 12:15:22 UTC
Is there any possibility to run this combination? I tried the following things but couldn't succeed:
1. I tried to update via this page --> No build for x86_64
2. I've downloaded the source for Beta 4, compiled it successfully (but I was only able to link it dynamically because while linking statically the linker throws some errors) and autoupdated Eclipse with the generated zip file --> Starting eclipse -ws fox ends in a ClassNotFoundException.
3. I pulled the source from CVS this morning and tried to compile. First error that occured was in src/core/org/eclipse/swt/CustomTable.java where traverse doesn't return a boolean value, after fixing and recompiling an error occured in src/.../custom.cpp which I'm not able to fix. Maybe it is important, that I'm using Debian Sid AMD64 and the libfox1.4-dev package.
So my question, is there a version in the CVS which I can pull, which a.) compiles and b.) works with Eclipse 3.1.1?