[ http://issues.apache.org/jira/browse/HARMONY-534?page=all ]
Mark Hindess updated HARMONY-534:
---------------------------------
Attachment: trivial.harmony.528.compile.fixes.diff
Patch with minor fixes for linux.
> Minor compile/consistency fixes for HARMONY-528 X11/Xft on linux
> ----------------------------------------------------------------
>
> Key: HARMONY-534
> URL: http://issues.apache.org/jira/browse/HARMONY-534
> Project: Harmony
> Type: Improvement
> Components: Classlib
> Reporter: Mark Hindess
> Priority: Trivial
> Attachments: trivial.harmony.528.compile.fixes.diff
>
> I had a couple of very minor issues compiling the awt/swing contributions from HARMONY-528
on Linux.
> The first was because of an include path include /X11 on the end and a corresponding
#include also including 'X11/' at the beginning. I removed '/X11 from the end of the include
path.
> The second was because of a missing -I/usr/X11R6/include. On investigating this, I saw
that -I/usr/X11R6/include/X11/Xft was on the include path, but it is more typical - i.e. as
documented in the man page - to place the X11/Xft part of the path in the #include. So I
removed the X11/Xft from the include path entry and added it to the include. This then fixed
the second issue.
> I will attach a patch for these shortly.
> I also had a couple of problems that I think might have been due to semi-colons in strings
as path separators on linux which should really be colons - e.g. misc/make/build.xml, line
198. But I just worked around those by setting both harmony.path and jni_h.path on the ant
command line.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|