elliotf / heekscnc

Automatically exported from code.google.com/p/heekscnc
Other
1 stars 0 forks source link

Can't install HeeksCNC in Ubuntu 11.04 64-bit #318

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install dependencies (everything ok)
2. Install HeeksCAD (everything ok)
3. Try to install HeeksCNC using the script from 
http://code.google.com/p/heekscad/wiki/BuildWithCmakeOnUbuntu:

#Get the HeeksCNC files from the SVN repository, build, and install
cd ~/HeeksCAD/
svn checkout http://heekscnc.googlecode.com/svn/trunk/ HeeksCNC
cd ~/HeeksCAD/HeeksCNC/
cmake .
make package
sudo dpkg -i heekscnc_beta*.deb  #only one .deb to install, but the filename 
may change 

What is the expected output? What do you see instead?
When I make the "cmake ." command I get the following: 

CMake Warning at CMakeLists.txt:24 (find_package):
  Could not find module FindOCE.cmake or a configuration file for package
  OCE.

  Adjust CMAKE_MODULE_PATH to find FindOCE.cmake or set OCE_DIR to the
  directory containing a CMake configuration file for OCE.  The file will
  have one of the following names:

    OCEConfig.cmake
    oce-config.cmake

CMake Error: The following variables are used in this project, but they are set 
to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake 
files:
HeeksCadDir
   used as include directory in directory /home/msaleiro/HeeksCAD/HeeksCNC/src

-- Configuring incomplete, errors occurred!

4. I also tried to install using the amd64 deb package and ubuntu rejected the 
package saying it is an aunsafe packages and after forcing the install some 
errors occur.

5. I also tried installing the old way, by setting the path variable but when i 
execute "make" I get the following: 

make: *** No rule to make target 
`/home/msaleiro/HeeksCAD/interface/PropertyString.h', needed by `HeeksCNC.o'.  
Stop.

What version of the product are you using? On what operating system?
I'm using Linux Ubuntu 11.04 with cmake 2.8.5 and also tried with cmake 2.8.3. 
The heekscnc version is 0.18.0. I made the same installation procedure in a 
i386 architecture running ubuntu 10.04 RTAI ( the emc2 version ) and everything 
went ok.

Please provide any additional information below.
All the dependencies, the extra libraries and heekscad installed ok. Heekscnc 
didn't.

Original issue reported on code.google.com by mariosal...@gmail.com on 19 Jul 2011 at 12:09

GoogleCodeExporter commented 8 years ago
I figured what was missing. The pycam and python wxgtk2.8 were missing. After 
installing this two packages everything went ok and I managed to install it. 

Original comment by mariosal...@gmail.com on 20 Jul 2011 at 12:50

GoogleCodeExporter commented 8 years ago
HeeksCNC doesn't use pycam anymore. It uses OpenCAMLib instead.

Original comment by danhe...@gmail.com on 20 Jul 2011 at 12:57

GoogleCodeExporter commented 8 years ago
Oh.. then the problem was probably due to the python wxgtk2.8 package. I 
installed both of them and only tried to reinstall HeeksCNC after that. Thx for 
the info and congratulations for your work on heekscad\heekscnc :) 

Original comment by mariosal...@gmail.com on 20 Jul 2011 at 1:53

GoogleCodeExporter commented 8 years ago
fantastic, i've tried installing on 3 systems all different releases, 10.4, 
10.10?, and 11.0464 and get this same error on all, and no mention other than 
this. what is a solution.... installing wxgtk doesnt help.

Original comment by fritzgut...@gmail.com on 10 Sep 2011 at 4:12

GoogleCodeExporter commented 8 years ago
This worked perfectly on a fresh install of 11.04 x64 today.  I copied and 
pasted the script under "A script for easy install" @ 
http://code.google.com/p/heekscad/wiki/BuildWithCmakeOnUbuntu and ran it as 
root.  It installed all of the dependencies, checked out the latest git source, 
built it, and installed it.

Original comment by rcf...@gmail.com on 10 Oct 2011 at 4:20

GoogleCodeExporter commented 8 years ago
I can build and install HeeksCAD. I can build HeeksCNC but when I try to 
install the package it fails giving me:

dpkg: error processing heekscnc_beta-0.18.0_amd64.deb (--install):
 trying to overwrite '/usr/lib/heekscnc/area_funcs.py', which is also in package heekscnc0 0:0.14.1-svn1122
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
 heekscnc_beta-0.18.0_amd64.deb

Original comment by hermit_...@hotmail.com on 12 Oct 2011 at 3:00

GoogleCodeExporter commented 8 years ago
I am removing old issues

Original comment by danhe...@gmail.com on 10 May 2012 at 2:46