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 2006/06/17 21:59:30 UTC

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

     [ http://issues.apache.org/jira/browse/HARMONY-534?page=all ]
     
Mark Hindess resolved HARMONY-534:
----------------------------------

    Resolution: Fixed

Applied in r415051.


> 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
>     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.
-
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