WyomingWill
WyomingWill
Could it be because my OpenGL is too old? BOLO: glxinfo | grep "OpenGL version" OpenGL version string: 1.4 Mesa 9.0
Sorry for the late reply, but I finally got a chance to upgrade to Ubuntu 14.04. Unfortunately, same problem. Here is a trace. Any help would be appreciated! BOLO: gdb...
I'm not sure what you are suggesting. I followed the directions in his README file. BOLO: git clone https://github.com/fogleman/Craft.git BOLO: cd Craft BOLO: cmake . -- The C compiler identification...
OK! Here you go... ``` (gdb) run Starting program: /home/wspears/bin/Craft/craft [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". Program received signal SIGSEGV, Segmentation fault. 0x00000000 in ?? ()...
I suspect my hardware might be too old. ``` BOLO: glxinfo | grep "OpenGL version" OpenGL version string: 1.4 Mesa 10.3.2 ``` It appears shaders in OpenGL 1.4 require some...
I should have followed up on this. It definitely appears to be that my hardware is too old. I have a G31 graphics controller. According to Wikipedia: "Integrated graphics found...
Thanks for replying and I hope you enjoy your vacation! Does this indicate the version of h5py?? % sudo pip3 install h5py Requirement already satisfied: h5py in /usr/local/lib/python3.8/dist-packages (2.10.0) Requirement...
Hello, I downloaded h5py-3.2.1.tar.gz, extracted it, installed it with 'sudo python3 setup.py install' as per instructions, recompiled siconos and got the same error messages. How can be sure it used...
Ah yes, that makes sense. Thanks!