[porting-issues] [Issue 51243] jni.h availablity

2005-07-26 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User rene changed the following:

  What|Old value |New value

Status|NEW   |RESOLVED

Resolution|  |WONTFIX





--- Additional comments from [EMAIL PROTECTED] Tue Jul 26 07:48:31 -0700 
2005 ---
same here. - WONTFIX  

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-07-14 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243





--- Additional comments from [EMAIL PROTECTED] Thu Jul 14 21:03:28 -0700 
2005 ---
cmc:
do you mean we don't have to mix gcc4 and gcc3 anymore?
if so, it is very nice and I can mark this issue as wontfix.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-07-11 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User cmc changed the following:

  What|Old value |New value

   Assigned to|cmc   |maho





--- Additional comments from [EMAIL PROTECTED] Mon Jul 11 07:29:31 -0700 
2005 ---
cmc-maho: I'm not going to do this myself as I don't have this mix and match
type of configuration. It's all gcc4 + gcj4 here.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-28 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User cmc changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=27534) maybe useful





--- Additional comments from [EMAIL PROTECTED] Tue Jun 28 00:53:51 -0700 
2005 ---
Created an attachment (id=27534)
maybe useful


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-28 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243





--- Additional comments from [EMAIL PROTECTED] Tue Jun 28 00:57:43 -0700 
2005 ---
maybe an approach like this is useful, use the print-search-dirs of gcj to find
where its relevent include/lib dirs are. 

It should be possibly to then compare the output of these to the ones from gcc,
if they are different then we know that it's a gcc of one version mixed with a
gcj of another version so a variable with the extra include dir and lib dir of
gcj could be exported into set_soenv.in. On the presence of this variable the
extra paths could be appended to SOLARINC and SOLARLIB, 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-27 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243





--- Additional comments from [EMAIL PROTECTED] Mon Jun 27 01:18:16 -0700 
2005 ---
and is 
configure --with-java=gij
--with-java-home=/usr/local/lib/gcc/i386-portbld-freebsd5.4/4.1.0
any use to use ?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-27 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243





--- Additional comments from [EMAIL PROTECTED] Mon Jun 27 18:11:44 -0700 
2005 ---
cmc:
thanks. but no :(
checking jni.h usability... no
checking jni.h presence... no
checking for jni.h... no
configure: error: jni.h could not be found. Mismatch between gcc and libgcj or
libgcj-devel missing?

this is due to JAVA_HOME is setted to /usr/local/ because gcj is /usr/local/bin
configure:6891: checking for gij
configure:6909: found /usr/local/bin/gij
configure:6921: result: /usr/local/bin/gij
configure:6948: checking the installed JDK
configure:6976: result: checked (gcj)
configure:6978: WARNING: EXPERIMENTAL: gij/gcj is not a full JDK replacement -
some projects will fail to compile
configure:7016: checking for gcj
configure:7034: found /usr/local/bin/gcj
configure:7046: result: /usr/local/bin/gcj
configure:7077: checking for javadoc
configure:7095: found /usr/local/bin/javadoc
configure:7107: result: /usr/local/bin/javadoc
configure:7225: checking jni.h usability
configure:7237: ccache gcc-ooo -c -O -pipe  -I/usr/local/include  conftest.c 5
conftest.c:47:17: jni.h: No such file or directory
configure:7243: $? = 1

problems here are:
o we use gcc 3.4.1 + enumfix as a compiler
o we use gcj/gij from gcc-4.1 snapshot
o if we mix these compilers, for example for FreeBSD, we install
  different include files, libraries, etc.
o c++-java bridge should know where is jni.h and libgnuawt etc.
 (to link against them with gcc-3.4.1)

So we need several --with flags to let them know where relevant
files.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-26 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User maho changed the following:

  What|Old value |New value

   Attachment is patch|  |Created an attachment
  |  |(id=27506) we would like
  |  |to specify explicity the
  |  |path to jni.h





--- Additional comments from [EMAIL PROTECTED] Sun Jun 26 22:15:42 -0700 
2005 ---
Created an attachment (id=27506)
we would like to specify explicity the path to jni.h


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-26 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User maho changed the following:

  What|Old value |New value

   Assigned to|mh|cmc





--- Additional comments from [EMAIL PROTECTED] Sun Jun 26 22:17:38 -0700 
2005 ---
currently for FreeBSD 5.4-RELEASE with gcc-4.1 snapshot
from ports, we install jni.h
to /usr/local/lib/gcc/i386-portbld-freebsd5.4/4.1.0/include/jni.h

% ls /usr/local/lib/gcc/i386-portbld-freebsd5.4/4.1.0/include/jni.h
/usr/local/lib/gcc/i386-portbld-freebsd5.4/4.1.0/include/jni.h

assigned to cmc. thanks!


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[porting-issues] [Issue 51243] jni.h availablity

2005-06-26 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51243


User maho changed the following:

  What|Old value |New value

Issue type|DEFECT|ENHANCEMENT

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Sun Jun 26 22:18:03 -0700 
2005 ---
.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]