[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: java-1.2.6 uninstallable on debian/stable
From: |
Michael Goffioul |
Subject: |
Re: java-1.2.6 uninstallable on debian/stable |
Date: |
Thu, 21 May 2009 15:54:27 +0100 |
Looking at the code, this is octave-3.1.x new API. So you can't compile the java
package with octave-3.0.x (although it's rather easy to patch: see
http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/extra/java/src/__java__.cc?r1=5080&r2=5371)
Michael.
On Thu, May 21, 2009 at 3:12 PM, Miroslaw Kwasniak
<address@hidden> wrote:
> java-1.2.5 installs without problem but java-1.2.6 gives compile errors:
>
> g++ -c -I/usr/include -I/usr/lib/jvm/java-6-sun-1.6.0.12/include
> -I/usr/lib/jvm/java-6-sun-1.6.0.12/include/linux -fPIC
> -I/usr/include/octave-3.0.1 -I/usr/include/octave-3.0.1/octave -mieee-fp -O2
> -g -I/usr/lib/jvm/java-6-sun-1.6.0.12/include
> -I/usr/lib/jvm/java-6-sun-1.6.0.12/include/linux -DHAVE_OCTAVE_30
> -DJAVAPKG_BUILD -DJAVA_ARCH=\"i386\"
> -DJAVA_HOME=\"/usr/lib/jvm/java-6-sun-1.6.0.12\" __java__.cc -o __java__.o
>
> __java__.cc: In function 'std::string get_module_path(const std::string&,
> bool)':
> __java__.cc:226: error: no match for call to '(std::string) ()'
>
> Full log for configure+make in attachment.
>
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://www-old.cae.wisc.edu/mailman/listinfo/help-octave
>
>
- Re: jhandles with debian, (continued)
- Re: jhandles with debian, Michael Goffioul, 2009/05/21
- Re: jhandles with debian, Oz Nahum, 2009/05/21
- Re: jhandles with debian, Michael Goffioul, 2009/05/21
- Re: jhandles with debian, Oz Nahum, 2009/05/21
- Re: jhandles with debian, Michael Goffioul, 2009/05/21
- Re: jhandles with debian, Oz Nahum, 2009/05/23
- Re: jhandles with debian, Michael Goffioul, 2009/05/23
- Re: jhandles with debian, Oz Nahum, 2009/05/23
- Re: jhandles with debian, Miroslaw Kwasniak, 2009/05/21
java-1.2.6 uninstallable on debian/stable, Miroslaw Kwasniak, 2009/05/21
- Re: java-1.2.6 uninstallable on debian/stable,
Michael Goffioul <=