Changes between Initial Version and Version 1 of Ticket #19951


Ignore:
Timestamp:
Jun 15, 2009, 3:47:50 PM (15 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19951

    • Property Owner changed from macports-tickets@… to blair@…
  • Ticket #19951 – Description

    initial v1  
    33  several versions of the jdk are installed on my computer and jni.h is available. But it is not in the include path, so the following command fails:
    44
     5{{{
    56/bin/sh ./libtool --mode=compile /usr/bin/gcc-4.0 -c -I. -I../dist/.. -I/opt/local/include -O2  -fno-strict-aliasing ../dist/../libdb_java/db_java_wrap.c /usr/bin/gcc-4.0 -c -I. -I../dist/.. -I/opt/local/include -O2 -fno-strict-aliasing ../dist/../libdb_java/db_java_wrap.c  -fno-common -DPIC -o .libs/db_java_wrap.o
    67
     
    910../dist/../libdb_java/db_java_wrap.c:147: error: syntax error before '*' token
    1011[...]
     12}}}
    1113
    1214My hotfix was to remove the line --enable-java from the ports file.