Hi,

I'm trying to build trunk on Windows. I followed the instructions from

    http://code.google.com/webtoolkit/makinggwtbetter.html#compiling

The 1st error I got was:

    gwt\common.ant.xml:276: Unable to launch command: svn info

So I installed the Cygwin port of svn and added it's path to $PATH.
Now I get this:

linux:
compile:
    [mkdir] Created dir: C:\Documents and Settings\tfga\workspace\gwt
\build\out\dev\linux\bin
[gwt.javac] Compiling 11 source files to C:\Documents and Settings\tfga
\workspace\gwt\build\out\dev\linux\bin
[gwt.javac] C:\Documents and Settings\tfga\workspace\gwt\dev\linux\src
\org\eclipse\swt\browser\Browser.java:620: reference to LONG is
ambiguous, both class org.eclipse.swt.internal.gtk.LONG in
org.eclipse.swt.internal.gtk and class org.eclipse.swt.internal.LONG
in org.eclipse.swt.internal match
[gwt.javac]                     getDisplay().setData(ADD_WIDGET_KEY, new 
Object[] {new
LONG(mozillaHandle), this});
[gwt.javac]
^
[gwt.javac] C:\Documents and Settings\tfga\workspace\gwt\dev\linux\src
\org\eclipse\swt\browser\Browser.java:1340: reference to LONG is
ambiguous, both class org.eclipse.swt.internal.gtk.LONG in
org.eclipse.swt.internal.gtk and class org.eclipse.swt.internal.LONG
in org.eclipse.swt.internal match
[gwt.javac]     display.setData(ADD_WIDGET_KEY, new Object[] {new LONG
(mozillaHandle), null});
[gwt.javac]                                                       ^
[gwt.javac] 2 errors

Why is it running the "linux" target if I'm using Windows? Do I have
to install the windows native port of svn? And what about these
compilation errors?

Regards,
Thiago

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to