You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Anton Luht <an...@gmail.com> on 2006/06/15 15:32:42 UTC

[build] AWT, Java2D and SWING contribution

Good day,

I've come across several issues while building this contribution and
would like to share this experience:

1. line 197 (directory layout section)
       \---cms
       |    |
       |    +--- icc34.h
       |    +--- lcms.h
       |    +--- lcms114.lib and/or liblcms.ia32 and/or liblcms.ipf
line 300:
   9. Copy ./include/icc34.h and ./include/lcms.h to the
<EXTERNAL_LIBS_DIR>/lcms directory.

the correct dir is lcms

2. line 174 :
 <EXTRACT_DIR>/Harmony/depends/build
line 209:
Further in the document, <EXTERNAL_LIBS_DIR> denotes the directory
<EXTRACT_DIR>/Harmony/depends/build.

The build searches for libs in another place:

copylib.win:

BUILD FAILED
C:\temp\Harmony-SVN\Harmony\modules\awt\make\build.xml:320: The following error
occurred while executing this line:
C:\temp\Harmony-SVN\Harmony\modules\awt\make\native\common\gl.xml:97: Warning: C
ould not find file C:\temp\Harmony-SVN\Harmony\depends\libs\build\png\libpng.lib
 to copy.

3. Build copies files to Harmony\deploy\jre dir while all other .jar
and .dll files are  in Harmony\deploy\jdk\jre

4. Don't forget to add misc.jar to bootclasspath.properties , for
example add to the end of file:

bootclasspath.38=misc.jar

-- 
Regards,
Anton Luht,
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [build] AWT, Java2D and SWING contribution

Posted by Alexey Petrenko <al...@gmail.com>.
2006/6/15, Anton Luht <an...@gmail.com>:
> 2. line 174 :
>  <EXTRACT_DIR>/Harmony/depends/build
> line 209:
> Further in the document, <EXTERNAL_LIBS_DIR> denotes the directory
> <EXTRACT_DIR>/Harmony/depends/build.
>
> The build searches for libs in another place:
>
> copylib.win:
>
> BUILD FAILED
> C:\temp\Harmony-SVN\Harmony\modules\awt\make\build.xml:320: The following error
> occurred while executing this line:
> C:\temp\Harmony-SVN\Harmony\modules\awt\make\native\common\gl.xml:97: Warning: C
> ould not find file C:\temp\Harmony-SVN\Harmony\depends\libs\build\png\libpng.lib
>  to copy.
Create a JIRA issue, please.

-- 
Alexey A. Petrenko
Intel Middleware Products Division

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org


Re: [build] AWT, Java2D and SWING contribution

Posted by Geir Magnusson Jr <ge...@pobox.com>.
Anton, the token in brackets (like "[build]") for this message should be
[classlib] as it pertains to the classlib...

Thanks for being diligent and using it though :)

geir


Anton Luht wrote:
> Good day,
> 
> I've come across several issues while building this contribution and
> would like to share this experience:
> 
> 1. line 197 (directory layout section)
>       \---cms
>       |    |
>       |    +--- icc34.h
>       |    +--- lcms.h
>       |    +--- lcms114.lib and/or liblcms.ia32 and/or liblcms.ipf
> line 300:
>   9. Copy ./include/icc34.h and ./include/lcms.h to the
> <EXTERNAL_LIBS_DIR>/lcms directory.
> 
> the correct dir is lcms
> 
> 2. line 174 :
> <EXTRACT_DIR>/Harmony/depends/build
> line 209:
> Further in the document, <EXTERNAL_LIBS_DIR> denotes the directory
> <EXTRACT_DIR>/Harmony/depends/build.
> 
> The build searches for libs in another place:
> 
> copylib.win:
> 
> BUILD FAILED
> C:\temp\Harmony-SVN\Harmony\modules\awt\make\build.xml:320: The
> following error
> occurred while executing this line:
> C:\temp\Harmony-SVN\Harmony\modules\awt\make\native\common\gl.xml:97:
> Warning: C
> ould not find file
> C:\temp\Harmony-SVN\Harmony\depends\libs\build\png\libpng.lib
> to copy.
> 
> 3. Build copies files to Harmony\deploy\jre dir while all other .jar
> and .dll files are  in Harmony\deploy\jdk\jre
> 
> 4. Don't forget to add misc.jar to bootclasspath.properties , for
> example add to the end of file:
> 
> bootclasspath.38=misc.jar
> 

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org
For additional commands, e-mail: harmony-dev-help@incubator.apache.org