Package Details: camotics 1.3.0-2

Git Clone URL: https://aur.archlinux.org/camotics.git (read-only, click to copy)
Package Base: camotics
Description: 3-axis NC machining simulation software
Upstream URL: https://camotics.org/
Keywords: CAM simulation
Licenses: GPL2
Submitter: jstamant
Maintainer: hpmachining
Last Packager: hpmachining
Votes: 5
Popularity: 0.57
First Submitted: 2017-02-09 01:10 (UTC)
Last Updated: 2024-10-09 23:53 (UTC)

Required by (0)

Sources (1)

Latest Comments

1 2 3 4 Next › Last »

lgomesf commented on 2024-10-10 14:27 (UTC)

Thanks

hpmachining commented on 2024-10-09 23:56 (UTC)

camotics and cbang packages are both updated now to use the v8 version 13 and c++20

lgomesf commented on 2024-10-09 18:45 (UTC) (edited on 2024-10-09 18:46 (UTC) by lgomesf)

I compiled it using your PKGBUILD, I tried to change it as minimal as possible, I didn't do the test without V8-R. the with_tpl=0 disable TPL

hpmachining commented on 2024-10-09 16:34 (UTC)

Thank you Igomesf. If your build runs without error, this looks like a good work-around until I get the cbang build sorted out to use the latest v8. I guess the TPL support is the only thing that V8 is needed for. I didn't realize that. I wonder if you disable tpl if you can also remove v8-r from the dependencies?

If your curious, the problem with cbang not using the latest v8 when it builds is because the latest(v13) v8 requires c++20. But changing the cbang build to c++20 is causing other errors that I need to sort out.

lgomesf commented on 2024-10-09 15:46 (UTC)

I changed
Line 34
CBANG_HOME=/opt/cbang scons cxxstd="c++17" linkflags="$LDFLAGS"
for
CBANG_HOME=/opt/cbang scons cxxstd="c++17" linkflags="$LDFLAGS" with_tpl=0


and line 39
CBANG_HOME=/opt/cbang scons cxxstd="c++17 install install_prefix="$pkgdir/usr"
for
CBANG_HOME=/opt/cbang scons cxxstd="c++17" with_tpl=0 install install_prefix="$pkgdir/usr"
and worked

lgomesf commented on 2024-10-09 10:21 (UTC)

Thank you very much for the quick response.

hpmachining commented on 2024-10-08 20:54 (UTC)

I just rebuilt cbang and see there is an issue with the latest version of v8 that I need to sort out. I'm guessing it was introduced when v8 went from 12 to 13. I know 12.7.171 worked. You can check out that version of the v8-r PKGBUILD and rebuild if you want to get up and running while I sort it out. You will need to remove the newer version and make sure yay isn't using it.

lgomesf commented on 2024-10-08 20:10 (UTC)

v8-r 13.1.137-1 , cbang 1.8.0-4
In another attempt, I first built cband and V8-R, I had the same error installing with makepkg.

hpmachining commented on 2024-10-08 20:04 (UTC)

I don't use yay, so I don't know all that happens when you type that command. The error message you are getting is because when cbang was built, it did not find the v8 installation. Did yay build v8-r before building cbang? Or did you already have a version of v8-r installed? That is why I wanted to know what version of v8-r you are using. I will try to rebuild everything tonight using standard makepkg method and see if there is an issue with the latest v8 and cbang.

lgomesf commented on 2024-10-08 19:48 (UTC)

cbang 1.8.0-4 from AUR
https://aur.archlinux.org/packages/cbang
That it installs when camotics compiling

yay -S camotics