Paul W. Rankin

Results 107 comments of Paul W. Rankin

Can you give more information on this? I've been using mixed pitch faces for a long time without issue.

And here is a Console log for running the `UA_source` process: ```log default 19:10:45.652184+1000 UA_source [0x600002ff0000] activating connection: mach=true listener=false peer=false name=com.apple.cfprefsd.daemon default 19:10:45.652256+1000 UA_source [0x600002ff4000] activating connection: mach=true listener=false...

I did not correctly follow the installation instructions. I now have the game up and running! Should I leave this issue open for the macOS compile changes or open a...

@trilantis try this https://github.com/Marisa-Chan/UA_source/issues/43#issuecomment-906999782

@trilantis did you build using my patches? @Marisa-Chan did you have any thoughts on the original diffs? https://github.com/Marisa-Chan/UA_source/compare/master...rnkn:UA_source:master

Closing this in favour of #65

I have recompiled with glfw and the problem goes away.

I have the same issue, which is resolved through adding `LIBTOOLFLAGS=--tag=CXX`. I'm using pkgsrc so it's not something isolated to homebrew. ``` MacBookAir:~ $ sw_vers ProductName: macOS ProductVersion: 15.2 BuildVersion:...

I'm still getting similar build failures: ``` libtool: compile: g++ -std=gnu++11 -DHAVE_CONFIG_H -I. -I../../src -I../../src/Gem -I../../src -DPD -I/Users/rnkn/Applications/Pd.app/Contents/Resources/src -g -O2 -Os -ffast-math -fpascal-strings -MT gemcocoawindow_la-gemcocoawindow.lo -MD -MP -MF .deps/gemcocoawindow_la-gemcocoawindow.Tpo -c...

> On re-reading, I think the primary reason why your changes make no difference is that you applied them to the top-level makefile, rather than the one in `src/Output`. That...