Gmoccapy - A new screen for linuxcnc
02 Mar 2014 23:56 #44318
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Yes of coarse it is required. There is s lot of files that is being moved or deleted and the complete make proses will sort out all that for you automatically. Also if you do not compile you will not have the latest binaries in the correct places.
Do This every time:
git pull
cd /src
./autogen.sh
./configure
make
sudo make setuid
Do This every time:
git pull
cd /src
./autogen.sh
./configure
make
sudo make setuid
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
02 Mar 2014 23:59 #44319
by hobride
Replied by hobride on topic Gmoccapy - A new screen for linuxcnc
ok thanks,
i will try this
i will try this
Please Log in or Create an account to join the conversation.
03 Mar 2014 00:01 #44321
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
I just pushed two new fixes, so actual version is 1.0.3
Norbert
Norbert
Please Log in or Create an account to join the conversation.
03 Mar 2014 01:02 #44324
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Hi Norbert
I just did a fresh pull and the version is showing 0.9.9.8.1. Is there a catch somewhere ?
I just did a fresh pull and the version is showing 0.9.9.8.1. Is there a catch somewhere ?
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
03 Mar 2014 01:18 #44327
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Hallo Marius,
I just pushed 1.04, so you should find that version,
see here :
I just pushed 1.04, so you should find that version,
see here :
Please Log in or Create an account to join the conversation.
03 Mar 2014 01:18 #44328
by newbynobi
Replied by newbynobi on topic Gmoccapy - A new screen for linuxcnc
Hallo Marius,
I just pushed 1.04, so you should find that version,
see here :
Git Master Repo
Norbert
I just pushed 1.04, so you should find that version,
see here :
Git Master Repo
Norbert
Please Log in or Create an account to join the conversation.
03 Mar 2014 02:18 #44332
by hobride
Replied by hobride on topic Gmoccapy - A new screen for linuxcnc
hello all,
i get it now, it works fine. thanks again.
and i see the right version number 1.0.4
i get it now, it works fine. thanks again.
and i see the right version number 1.0.4
Please Log in or Create an account to join the conversation.
03 Mar 2014 02:48 - 03 Mar 2014 02:50 #44333
by aralel
Replied by aralel on topic Gmoccapy - A new screen for linuxcnc
Hi guys.
At start i wanna tell you, my english is not very good ;p
I'm new with linux and linux cnc.
I have already installed up to date gmoccapy but have a problem to connect it with my maschine becose i don't know how to configure parports or import setup from linuxcnc 2.5.3 stepconf :/
Please if u can tell me step by step how to do it.
Thank's for responce
i send you terminal log from start gmoccapy
"linuxcnc" is the name of my computer
At start i wanna tell you, my english is not very good ;p
I'm new with linux and linux cnc.
I have already installed up to date gmoccapy but have a problem to connect it with my maschine becose i don't know how to configure parports or import setup from linuxcnc 2.5.3 stepconf :/
Please if u can tell me step by step how to do it.
Thank's for responce
i send you terminal log from start gmoccapy
"linuxcnc" is the name of my computer
Last edit: 03 Mar 2014 02:50 by aralel. Reason: try to add file
Please Log in or Create an account to join the conversation.
03 Mar 2014 03:29 #44335
by mariusl
Regards
Marius
www.bluearccnc.com
Replied by mariusl on topic Gmoccapy - A new screen for linuxcnc
Hi Norbert
I am trying to do a pull but get this error now.
I am trying to do a pull but get this error now.
From git://git.linuxcnc.org/git/linuxcnc
0a70d3f..ce3f0ec master -> origin/master
Updating 7897a27..ce3f0ec
error: Untracked working tree file 'lib/python/stepconf/__init__.py' would be overwritten by merge. Aborting
Regards
Marius
www.bluearccnc.com
Please Log in or Create an account to join the conversation.
03 Mar 2014 03:45 #44336
by cmorley
Replied by cmorley on topic Gmoccapy - A new screen for linuxcnc
as a work around :
git reset --hard origin/master
Warning this will delete any customizations of the tracked source code.
It resets your repo to whatever linuxcnc's master is.
Chris M
git reset --hard origin/master
Warning this will delete any customizations of the tracked source code.
It resets your repo to whatever linuxcnc's master is.
Chris M
Please Log in or Create an account to join the conversation.
Time to create page: 0.155 seconds