[Camino-users] Error compiling Camino (ubunu linux)
Hall, Matt
matt.hall at ucl.ac.uk
Wed Jul 11 01:43:17 PDT 2018
Hi,
This is the second time someone has mentioned this problem. It was caused by the CORBA package being removed from newer Java distributions. The import wasn't being used for anything so I've removed it completely and am now getting a clean compile.
If anyone's having this problem, update to the latest version of Camino from the repository either using
git pull
or just download the newest version. Then follow the installation instructions as normal.
Cheers,
Matt.
From: camino-users-bounces at www.nitrc.org [mailto:camino-users-bounces at www.nitrc.org] On Behalf Of Jansen, J.M.
Sent: 10 July 2018 11:01
To: 'camino-users at www.nitrc.org' <camino-users at www.nitrc.org>
Subject: [Camino-users] Error compiling Camino (ubunu linux)
Dear Experts,
I'm new to Camino, and relatively new to linux in general, but I have an issue when running the "make" command. I have downloaded and "unzipped" the camino file in a folder named camino under my Home directory. Any help is greatly appreciated!
Kind regards,
Jochem
When running:
Cd
Cd camino
Make
I receive the following error:
javac -J-Xmx500M -classpath . apps/AddNoise.java
./simulation/geometry/substrates/SquashyInflammationSubstrate.java:22: error: package org.omg.CORBA.portable is not visible
import org.omg.CORBA.portable.OutputStream;
^
(package org.omg.CORBA.portable is declared in module java.corba, which is not in the module graph)
Note: ./misc/SphericalPoints.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
Makefile:20: recipe for target 'apps/AddNoise.class' failed
make: *** [apps/AddNoise.class] Error 1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.nitrc.org/pipermail/camino-users/attachments/20180711/50feb457/attachment.html>
More information about the Camino-users
mailing list