[Cs-dev] unimportant problem
Date | 2014-11-30 16:06 |
From | jpff |
Subject | [Cs-dev] unimportant problem |
when I build csound it always halts (second time)[*] on Building JAVA package csnd6.jar cd /home/jpff/Sourceforge/csound/New/csound6/interfaces && cmake -E make_directory ./csnd6 cd /home/jpff/Sourceforge/csound/New/csound6/interfaces && /usr/bin/javac *.java -source 1.6 -target 1.6 -d . /bin/sh: /usr/bin/javac: No such file or directory interfaces/CMakeFiles/_jcsound6.dir/build.make:107: recipe for target 'lib_jcsound6.so' failed make[2]: *** [lib_jcsound6.so] Error 127 make[2]: Leaving directory '/home/jpff/Sourceforge/csound/New/csound6' CMakeFiles/Makefile2:1780: recipe for target 'interfaces/CMakeFiles/_jcsound6.dir/all' failed make[1]: *** [interfaces/CMakeFiles/_jcsound6.dir/all] Error 2 make[1]: Leaving directory '/home/jpff/Sourceforge/csound/New/csound6' Makefile:150: recipe for target 'all' failed make: *** [all] Error 2 I do not care much as I do not use java but it breaks the scripts. If I go make again it works. What package do I have missing? On Linux 64bit; searching no one provides javac ==John ff [*] First break is because someone deletes libstk.so and I have to copy it back ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2014-11-30 16:10 |
From | Justin Smith |
Subject | Re: [Cs-dev] unimportant problem |
Attachments | None None |
javac is part of the jdk, any jdk package should work On Sun, Nov 30, 2014 at 8:06 AM, jpff <jpff@codemist.co.uk> wrote: when I build csound it always halts (second time)[*] on |
Date | 2014-11-30 16:17 |
From | jpff |
Subject | Re: [Cs-dev] unimportant problem |
Attachments | None None |
I have java-1_7_0-openjdk installed but no javac; perhaps I need the -devel package as well? On Sun, 30 Nov 2014, Justin Smith wrote: > javac is part of the jdk, any jdk package should work > > On Sun, Nov 30, 2014 at 8:06 AM, jpff |
Date | 2014-11-30 16:46 |
From | Michael Gogins |
Subject | Re: [Cs-dev] unimportant problem |
Attachments | None None |
I think so. Mike ----------------------------------------------------- Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Sun, Nov 30, 2014 at 11:17 AM, jpff <jpff@codemist.co.uk> wrote: I have java-1_7_0-openjdk installed but no javac; perhaps I need the -devel package as well? |