Hi,

Did anyone succeeded in getting gwt working on FreeBSD ?

FreeBSD 8-Current i386
diablo-jdk-1.6.0.07.02 Java Development Kit 1.6.0_07.02 (installed
from fbsd 7 package)
linux_base-fc-4_14
gwt-linux-1.6.4

Building
=====

gwtc:
     [java] Compiling module com.google.gwt.sample.hello.Hello
     [java] #
     [java] # An unexpected error has been detected by Java Runtime
Environment:
     [java] #
     [java] #  SIGSEGV (0xb) at pc=0x284c303d, pid=51832,
tid=0x28f1e240
     [java] #
     [java] # Java VM: Diablo Java HotSpot(TM) Server VM (10.0-b23
mixed mode bsd-x86)
     [java] # Problematic frame:
     [java] # V  [libjvm.so+0x1c303d]
     [java] #
     [java] # An error report file with more information is saved as:
     [java] # /usr/home/rabbit/Documents/workspace/gwt-linux-1.6.4/
samples/Hello/hs_err_pid51832.log
     [java] #
     [java] # Please submit bug reports to [email protected]
     [java] # The crash happened outside the Java Virtual Machine in
native code.
     [java] # See problematic frame for where to report the bug.
     [java] #


Launching hosted mode with ant hosted
=========================
hosted:
     [java] Exception in thread "main"
java.lang.UnsatisfiedLinkError: /usr/home/rabbit/Documents/workspace/
gwt-linux-1.6.4/libswt-pi-gtk-3235.so: Shared object "libc.so.6" not
found, required by "libswt-pi-gtk-3235.so"

1 First attempt : linking /usr/compat/linux/lib/libc.so.6 and /usr/
compat/linux/lib/ld-linux.so.2 to /lib

hosted:
     [java] #
     [java] # An unexpected error has been detected by Java Runtime
Environment:
     [java] #
     [java] #  SIGSEGV (0xb) at pc=0x41436b41, pid=44686,
tid=0x28235280
     [java] #
     [java] # Java VM: Diablo Java HotSpot(TM) Server VM (10.0-b23
mixed mode bsd-x86)
     [java] # Problematic frame:
     [java] # C  [libc.so.6+0xc0b41]  setxattr+0x61
     [java] #
     [java] # An error report file with more information is saved as:
     [java] # /usr/home/rabbit/Documents/workspace/gwt-linux-1.6.4/
samples/Hello/hs_err_pid44686.log
     [java] #
     [java] # Please submit bug reports to [email protected]
     [java] # The crash happened outside the Java Virtual Machine in
native code.
     [java] # See problematic frame for where to report the bug.
     [java] #

2. Second attempt: Replacing libswt-gtk-3235.so and libswt-pi-
gtk-3235.so by native libswt-pi-gtk-3449.so libswt-gtk-3449.so

hosted:
     [java] Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.eclipse.swt.internal.gtk.OS.PTR_sizeof()I
     [java]     at org.eclipse.swt.internal.gtk.OS.PTR_sizeof(Native
Method)
     [java]     at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:
475)
     [java]     at org.eclipse.swt.internal.Converter.wcsToMbcs
(Converter.java:63)
     [java]     at org.eclipse.swt.internal.Converter.wcsToMbcs
(Converter.java:54)
     [java]     at org.eclipse.swt.widgets.Display.<clinit>
(Display.java:126)
     [java]     at com.google.gwt.dev.SwtHostedModeBase.<clinit>
(SwtHostedModeBase.java:82)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to