On 2/6/13 12:24 , Tom Easterday wrote:
>
> Hmm, when I type dpkg -s linuxcnc | grep Version it tells me Version 1: 2.5.1.
> If I don't type . ./rip-enviromment from within ~/linucnc-dev/scripts then 
> "linuxcnc" launches 2.5.1.
> If I do type . ./rip-enviromment from within ~/linucnc-dev/scripts then 
> "linuxcnc" launches 2.6.0~pre
> But in either case I do not see gscreen anywhere...
>
> I did this to get 2.6.0~pre ->  put "deb http://buildbot.linuxcnc.org/ lucid 
> master-rt" in /etc/apt/sources.list.d/linuxcnc-buildbot.list
> This is a 10.04 install of Ubuntu.

Ok, so you have two versions of linuxcnc installed.

One is in your ~/linuxcnc-dev directory, checked out from git, that one 
is version 2.6.something.

The other is the deb you installed from the buildbot, that one's 
2.5.something.

So what you tried to do to get the 2.6 deb from the buildbot didn't 
work.  Did you run "apt-get update" and "apt-get -uV dist-upgrade" after 
changing your sources.list?

You can still run 2.6 from your git dev directory.  Source the 
rip-environment script and run "which linuxcnc" to verify that you're 
running the executable from your linuxcnc-dev directory, not the one 
from /usr/bin.  When you run linuxcnc and it pops up the config picker 
window, notice that you have two kinds of configs available, indicated 
by the two top-level nodes in the tree of configurations.  These are "My 
Configurations" (which is the stuff in $HOME/linuxcnc) and "Sample 
Configurations" (which is the stuff provided as part of linuxcnc, either 
the deb or the git checkout).  Choose Sample Configurations and look in 
sim/gscreen.  It should be there.


-- 
Sebastian Kuzminsky

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to