emc.hh -- hal_priv.hh --- etc etc not find
- Aciera
- Offline
- Administrator
- Posts: 4015
- Thank you received: 1731
I just realized that I also have a 2.10 rip installation on that machine. So you are probably right and the deb installation does not come with the c source files. Kind of makes sense I guess.
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
./configure --with-realtime=uspace --enable-non-distributable=yes --disable-build-documentation-translation
but have these error too ...
./config.status --file=../docs/man/man1/linuxcnc.1:../docs/src/man/man1/linuxcnc.1.in
config.status: creating ../docs/man/man1/linuxcnc.1
a2x -v --doctype manpage \
--format manpage \
--destination-dir `dirname ../docs/man/man1/5axisgui.1` \
--xsltproc-opts="--nonet" \
-a mansource=LinuxCNC \
-a manmanual='LinuxCNC Documentation' \
../docs/src/man/man1/5axisgui.1.adoc
/bin/bash: line 1: a2x: command not found
make: *** [../docs/src/Submakefile:1002: ../docs/man/man1/5axisgui.1] Error 127
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
you made me feel shocked... I'm not 30 anymore but I didn't remember about the /linuxcnc folder... I thought I had problems with my memory and the scorching heat that is here these days.OOps, my appologies.
I just realized that I also have a 2.10 rip installation on that machine. So you are probably right and the deb installation does not come with the c source files. Kind of makes sense I guess.
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4015
- Thank you received: 1731
Regarding the error you may want to try:
sudo apt install asciidoc
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
Yea, my memory is certainly not what it once was and I cannot blame the heat. The only excuse I have is that I almost exclusively use rip installs.
Regarding the error you may want to try:
sudo apt install asciidoc
haarrgg ... not use
dpkg-checkbuilddeps ....
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
git clone https://github.com/LinuxCNC/linuxcnc.git linuxcnc-source-dir
Cloning into 'linuxcnc-source-dir'...
remote: Enumerating objects: 308517, done.
remote: Counting objects: 100% (1482/1482), done.
remote: Compressing objects: 100% (693/693), done.
remote: Total 308517 (delta 856), reused 1326 (delta 768), pack-reused 307035
Receiving objects: 100% (308517/308517), 595.81 MiB | 21.89 MiB/s, done.
fatal: serious inflate inconsistency
fatal: fetch-pack: invalid index-pack output
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
About other error ... running dpkg-checkbuilddeps command discover a list of unistalled libs (why if LMDE 6 have on package manager linuxcnc and linuxcnc-ethercat ???? .... mistery of life).
Any how now I have all lib needed istalled and visible from my c++ heather file. Hope it works now as aspect.
Thaks to all ....
Please Log in or Create an account to join the conversation.
- Aciera
- Offline
- Administrator
- Posts: 4015
- Thank you received: 1731
About other error ... running dpkg-checkbuilddeps command discover a list of unistalled libs (why if LMDE 6 have on package manager linuxcnc and linuxcnc-ethercat ???? .... mistery of life).
The package installer only installs the runtime dependencies.
Since you are _building_ LinuxCNC you need the build dependencies.
Please Log in or Create an account to join the conversation.
- bkt
- Topic Author
- Offline
- Platinum Member
- Posts: 1199
- Thank you received: 103
.... any how just discover pakage installer never install libnml or lnml .... and these is not undertand because in my knowelge lnml is necessary for a working Linuxcnc ...... so why is not present in package intallation of linuxcnc.deb of lmde6 ? perhaps is possible these? or simply it change name?
in lcnc 2.9.0 and 2.9.1 lnml was locate in /usr/include/linuxcnc ..... but not find these folder now .... why? Where are locate now? nautilus not find it ....
Please Log in or Create an account to join the conversation.
- rodw
- Offline
- Platinum Member
- Posts: 10795
- Thank you received: 3556
if working from source follow my video
If you can connect apt to Debian 13 Trixie you will have access to 2.9.3 in the Debian repositories
Life is so much easier if you stick to Debian
Please Log in or Create an account to join the conversation.