-
Notifications
You must be signed in to change notification settings - Fork 13
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
plot() after close() changes the background of the plot #154
Comments
@danlipsa your SHA1 (73fb094d17ccdd594a6abf9ff8732149c88dc2e6) is not building on any of my macs xcode 7 or 8 |
@doutriaux1 What are the errors? I just built that SHA on XCode 8.1. Make sure that you don't do 'source activate ...' before you build. Conda on mac has gcc (which it should not) and that screws up the build. |
I'm home, i was still using anaconda3 |
@danlipsa no luck this is what i get:
|
doutriaux1@lapetitechipie:[conda-recipes]:[master*]:[8828]> xcodebuild -version |
changing target to 10.12 rather than 10.11 back in a bit |
nope... same issue.... |
If you do 'which cc' what do you get? |
hum... |
removed cc from miniconda, trying again. Thanks for the hint |
yes! seems to be going further!! Thanks @danlipsa |
Glad to help 😄 |
great i will finish porting your test to the new test suite |
any progress on circleci seg faults? |
maybe this build will work better it has the new mac tweaks |
@doutriaux1 No, I could not make the lldb to show me the source code. The same problem happens on a regular mac with the VTK conda libraries - I cannot see the source code. I'll spend a little more time on it maybe I can figure something out. |
The following script results in a red background on a mac and a black background on linux.
z=vcs.init()
z.open()
z.plot(s)
z.clear()
z.close()
z.plot(s)
The text was updated successfully, but these errors were encountered: