Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qtpaint installation problem on Archlinux #211

Open
izahn opened this issue Apr 22, 2014 · 2 comments
Open

qtpaint installation problem on Archlinux #211

izahn opened this issue Apr 22, 2014 · 2 comments

Comments

@izahn
Copy link

izahn commented Apr 22, 2014

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
Copy link

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
Copy link

tsieger commented Sep 18, 2014

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
#211 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants