This is the mail archive of the java-patches@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]

[freestyler-tk] errors when building "org-eclipse-swt-lin32-jni-2-132"


Hi Community,

at first REALLY MUCH THX for GNU, gcj, SWT and especially Erik for the
freestyler-toolkit (it's exactly what i need)

... cause i'm a programmer myself, i know, that appreciation and
feedback is the best reward you can recieve - ... this is my part.

--

so, let me tell you about my problem:

I just stepped over this fabulous fs-tk just few weeks ago (searching
for gcj + swt-combining), so i downloaded and started to get something
built.

Compiling commandline-apps were no problem but compiling a GUI-program
(SWT) brought some problems.
After some hours of mostly try'n'error (shame on me ;-) ) there ist (i
think) just one problem left:

i successfully compiled "org-eclipse-swt-lin32-2-132" to
"liborg-eclipse-swt-lin32-2-132.a", but i recieved errors when compiling
"org-eclipse-swt-win32-jni-2-132"


---- dump start ----

...
out> [script]   compiling C/C++ source swt.c
(org-eclipse-swt-lin32-jni-2-132)
err>In file included from
org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c:17:
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/struc
ts.h:62: error: syntax error before '*' token
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/struc
ts.h:62: error: syntax error before "GtkCombo"
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/struc
ts.h:62: warning: data definition has no type or storage class
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/struc
ts.h:63: error: syntax error before "GtkCombo"
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c:
In function
`Java_org_eclipse_swt_internal_gtk_OS_gtk_1combo_1disable_1activate':
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2365: error: `GtkCombo' undeclared (first use in this function)
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2365: error: (Each undeclared identifier is reported only once
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2365: error: for each function it appears in.)
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2365: error: syntax error before ')' token
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c:
In function
`Java_org_eclipse_swt_internal_gtk_OS_gtk_1combo_1set_1case_1sensitive':
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2385: error: `GtkCombo' undeclared (first use in this function)
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2385: error: syntax error before ')' token
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c:
In function
`Java_org_eclipse_swt_internal_gtk_OS_gtk_1combo_1set_1popdown_1strings
':
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2395: error: `GtkCombo' undeclared (first use in this function)
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:2395: error: syntax error before ')' token
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c:
In function
`Java_org_eclipse_swt_internal_gtk_OS_memmove__Lorg_eclipse_swt_interna
l_gtk_GtkCombo_2I':
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:6155: error: `GtkCombo' undeclared (first use in this function)
err>org-eclipse-swt-lin32-jni-2-132/src/org.eclipse.swt-lin32-jni/swt.c
:6155: error: syntax error before ')' token
...

---- dump end ----



hope somebody can help me (even if it's just, that he emails his
"liborg-eclipse-swt-lin32-jni-2-132.a")


markus schnalke
Meillo  r e t u r n s


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