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

Fails to install on os X 10.10.5 #108

Open
gernest opened this issue Jun 15, 2016 · 12 comments
Open

Fails to install on os X 10.10.5 #108

gernest opened this issue Jun 15, 2016 · 12 comments

Comments

@gernest
Copy link

gernest commented Jun 15, 2016

Installing with nimble install aporia gives me this error

Error: execution of an external compiler program 'clang -c  -w -pthread -O3  -I/Volumes/gernest/Nim/lib -o /private/tmp/nimble_80149/githubcom_nimlangAporia/nimcache/aporia_aporia.o /private/tmp/nimble_80149/githubcom_nimlangAporia/nimcache/aporia_aporia.c' failed with exit code: 256

/private/tmp/nimble_80149/githubcom_nimlangAporia/nimcache/dialogs_dialogs.m:622:52: error: property 'path' not found on object of type 'id'
        cres0[i] = [dialog0.URLs objectAtIndex: i].path.UTF8String;
                                                   ^
/private/tmp/nimble_80149/githubcom_nimlangAporia/nimcache/dialogs_dialogs.m:688:47: error: property 'path' not found on object of type 'id'
      cres0 = [dialog0.URLs objectAtIndex: 0].path.UTF8String;
                                              ^
2 errors generated.
Build failed for '[email protected]', would you like to try installing 'aporia@#head' (latest unstable)? [y/N]```
@dom96
Copy link
Owner

dom96 commented Jun 15, 2016

@dom96
Copy link
Owner

dom96 commented Jun 15, 2016

I'm afraid I don't have OS X 10.10.5 to reproduce this. I'm guessing there is a difference in API or similar. Any chance you could investigate?

@gernest
Copy link
Author

gernest commented Jun 15, 2016

@dom96 The app bundle works. But it has lots of bugs, so I hoped maybe installing with nimble will help, and on the readme it says using the Quatrz engine requires nimble installation.

@dom96
Copy link
Owner

dom96 commented Jun 15, 2016

What bugs are you experiencing?

@dom96
Copy link
Owner

dom96 commented Jun 15, 2016

I think a fix to your compilation problems might be what is described here: http://stackoverflow.com/questions/8302674/property-not-found-on-object-of-type-id

I wonder why it would differ between OS X versions though (it compiles fine for me on 10.11.4).

@gernest
Copy link
Author

gernest commented Jun 15, 2016

The close button for files doesnt work. And on the preference the change font button doesnt work too( I had to use the raw configuration file to change)

@dom96
Copy link
Owner

dom96 commented Jun 16, 2016

Strange, could be to do with the older version of OS X.

@dom96
Copy link
Owner

dom96 commented Jun 25, 2016

There is something very strange still going on. Perhaps it's to do with a recent update or something. But after I told my MacBook to go to sleep it shut Aporia down, then reopened it causing it to behave strangely. Now Aporia is exhibiting the issue you described (among many others), even if I restart it...

I don't know what the hell is wrong with OS X (perhaps GTK+ or Aporia is to blame though).

@dom96
Copy link
Owner

dom96 commented Jun 25, 2016

Aporia_0.4.1_MacOSX.zip

@gernest Any chance you could try the above? It works on my machine and uses the DLLs built by brew.

@gernest
Copy link
Author

gernest commented Jun 25, 2016

@dom96 I tried it just now. It works fine. Thanks.

@gernest
Copy link
Author

gernest commented Jun 25, 2016

But for the nimble installation, the same issue prevails.

@dom96
Copy link
Owner

dom96 commented Jun 25, 2016

@gernest That's likely a separate issue. Glad that this AppBundle works! Thank you for testing :)

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

No branches or pull requests

2 participants