You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mark Hindess (JIRA)" <ji...@apache.org> on 2007/10/17 10:25:50 UTC

[jira] Closed: (HARMONY-534) Minor compile/consistency fixes for HARMONY-528 X11/Xft on linux

     [ https://issues.apache.org/jira/browse/HARMONY-534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Hindess closed HARMONY-534.
--------------------------------


> Minor compile/consistency fixes for HARMONY-528 X11/Xft on linux
> ----------------------------------------------------------------
>
>                 Key: HARMONY-534
>                 URL: https://issues.apache.org/jira/browse/HARMONY-534
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Mark Hindess
>            Assignee: 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.
-
You can reply to this email to add a comment to the issue online.