machinekit / EMCApplication

Machinekit Featured Application for Enhanced Motion Controller from LinuxCNC
GNU General Public License v2.0
14 stars 11 forks source link

Report errors when compiling and installing #16

Open jack9603301 opened 2 years ago

jack9603301 commented 2 years ago

The issue tracker is not a support forum

The LinuxCNC issue tracker is to report bugs in the software. If you have a question about how to use the software, use one of the other methods detailed on our community support page: http://linuxcnc.org/community/

(delete this section before submitting your bug report)

Here are the steps I follow to reproduce the issue:

After compiling MACHINEKIT-HAL, execute the following commands:

curl -1sLf \
  'https://dl.cloudsmith.io/public/machinekit/machinekit/cfg/setup/bash.deb.sh' \
  | sudo -E bash
curl -1sLf \
  'https://dl.cloudsmith.io/public/machinekit/machinekit-hal/cfg/setup/bash.deb.sh' \
  | sudo -E bash
git clone https://github.com/machinekit/emcapplication.git
cd emcapplication
sudo apt install build-essential fakeroot devscripts python apt-cudf
sudo apt-mark hold machinekit-hal
cd src
./autogen.sh
./configure --with-python=python3
make

Report the following errors:

Compiling emc/usr_intf/halui.cc
make: *** No rule to make target '../lib/liblinuxcnculapi.so.0', needed by '../bin/halui'.  Stop.

This is what I expected to happen:

Compile normally

This is what happened instead:

Report the following errors:

Compiling emc/usr_intf/halui.cc
make: *** No rule to make target '../lib/liblinuxcnculapi.so.0', needed by '../bin/halui'.  Stop.

Information about my hardware and software:

ps: Manually install Machinekit HAL+machineKit EMCApplication