You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
On Thu, Sep 18, 2014 at 5:11 AM, Divya Mistry [email protected]
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 #211 (comment).
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.The text was updated successfully, but these errors were encountered: