ggobi / cranvas

Interactive graphics in R using Qt interfaces, a descendant of ggobi software
https://ggobi.github.io/cranvas.org/
80 stars 12 forks source link

qtpaint installation problem on Archlinux #211

Open izahn opened 10 years ago

izahn commented 10 years ago

Attempting to install via install_github('qtpaint', 'ggobi') produced this error on my Archlinux system. Please let me know if there is further information I can provide to help track down the problem.

In function 'void* __smokeqanviz::cast(void*, Smoke::Index, Smoke::Index)':
/tmp/Rtmpnkcrx4/Rbuild34886bd8f8a5/qtpaint/src-build/smokedata.cpp:32:32: error: 'QBool' was not declared in this scope
         case 4: return (void*)(QBool*)xptr;
                                ^
/tmp/Rtmpnkcrx4/Rbuild34886bd8f8a5/qtpaint/src-build/smokedata.cpp:32:38: error: expected primary-expression before ')' token
         case 4: return (void*)(QBool*)xptr;
                                      ^
/tmp/Rtmpnkcrx4/Rbuild34886bd8f8a5/qtpaint/src-build/smokedata.cpp:32:39: error: expected ';' before 'xptr'
         case 4: return (void*)(QBool*)xptr;
                                       ^
CMakeFiles/qtpaint.dir/build.make:402: recipe for target 'CMakeFiles/qtpaint.dir/smokedata.cpp.o' failed
divyamistry commented 10 years ago

I experience the same trouble with Ubuntu 14.04. I was able to install qtpaint without the github repo. Just plain old install.packages('qtpain') did the trick. Worth a try.

tsieger commented 10 years ago

What Qt version you compile against? You might also consider reporting to qtpaint directly: https://github.com/ggobi/qtpaint/issues.

On Thu, Sep 18, 2014 at 5:11 AM, Divya Mistry notifications@github.com wrote:

I experience the same trouble with Ubuntu 14.04. I was able to install qtpaint without the github repo. Just plain old install.packages('qtpain') did the trick. Worth a try.

— Reply to this email directly or view it on GitHub https://github.com/ggobi/cranvas/issues/211#issuecomment-55990109.