Re: [Emc-developers] building/running linuxcnc from source question

2021-09-25 Thread Jeff Epler
I have a potential fix at https://github.com/LinuxCNC/linuxcnc/pull/1275

Jeff


___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] General information on C C++

2021-09-25 Thread Feral Engineer
Expansive* 

Phil T.
The Feral Engineer

Check out my LinuxCNC tutorials, machine builds and other antics at
www.youtube.com/c/theferalengineer

Help support my channel efforts and coffee addiction:
www.patreon.com/theferalengineer

On Sat, Sep 25, 2021, 5:15 PM Feral Engineer 
wrote:

> It's not really a LinuxCNC development question, but it is a question for
> the LinuxCNC developers. I've been studying C/C++ for the last 9 months or
> so. I've got a grasp on the concepts. I can make while, do, for loops, if,
> switch conditionals, variables, arrays, pointers, structs, classes, header
> files... But I'm lacking real world.
>
> Would one of you be so kind as to share a small project with me to peruse
> through? The things i can think to develop are all small, not requiring a
> ton of lines and I'm hoping to get something with a little more meat, that
> isn't as expensive as the LinuxCNC source code.
>
> Thanks in advance 
>
> Phil T.
> The Feral Engineer
>
> Check out my LinuxCNC tutorials, machine builds and other antics at
> www.youtube.com/c/theferalengineer
>
> Help support my channel efforts and coffee addiction:
> www.patreon.com/theferalengineer
>

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


[Emc-developers] General information on C C++

2021-09-25 Thread Feral Engineer
It's not really a LinuxCNC development question, but it is a question for
the LinuxCNC developers. I've been studying C/C++ for the last 9 months or
so. I've got a grasp on the concepts. I can make while, do, for loops, if,
switch conditionals, variables, arrays, pointers, structs, classes, header
files... But I'm lacking real world.

Would one of you be so kind as to share a small project with me to peruse
through? The things i can think to develop are all small, not requiring a
ton of lines and I'm hoping to get something with a little more meat, that
isn't as expensive as the LinuxCNC source code.

Thanks in advance 

Phil T.
The Feral Engineer

Check out my LinuxCNC tutorials, machine builds and other antics at
www.youtube.com/c/theferalengineer

Help support my channel efforts and coffee addiction:
www.patreon.com/theferalengineer

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers


Re: [Emc-developers] building/running linuxcnc from source question

2021-09-25 Thread Peter C. Wallace

On Sat, 18 Sep 2021, Marc Wang wrote:


Date: Sat, 18 Sep 2021 20:43:11 +
From: Marc Wang 
Reply-To: EMC developers 
To: "emc-developers@lists.sourceforge.net"

Subject: [Emc-developers] building/running linuxcnc from source question

Hi,

I managed to compile linuxcnc from source and all the tests run successfully. I 
was wondering if anybody else got the following error. When I run the file 
./scripts/linuxcnc. I get the following error :

File "/home/marc/Documents/linuxcnc/linuxcnc/lib/python/glnav.py", line 118, in 
glRotateScene
   mat = [i for i in itertools.chain(*mat.tolist())]
AttributeError: 'c_double_Array_4_Array_4' object has no attribute 'tolist'

the error is fairly straight forward. I am just wondering if this is a bug or 
just that I have the wrong version of pyopengl.

I am running Ubuntu 20.04.3 LTS with an 5.10.59-rt52 kernel. I have pyopengl 
3.1.0 installed with python 3.8.10.

Regards,
Marc

___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers



Same error

Mint 20.2, Python 3.8.10, pyopengl 3.1.0, 4.19.206-rt87


Peter Wallace
Mesa Electronics



___
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers