Jeremy Huddleston Sequoia

Results 136 comments of Jeremy Huddleston Sequoia

> @jeremyhu: what happens if you pass two arch switches and an arch specific argument, say like `-msse4_1`? Is clang smart enough to figure out that argument is only valid...

If we strip the -arch and there's a -target command line without a valid arch, that will cause problems. For example, I usually do: -target fat-apple-macos10.9 -arch x86_64 -arch arm64...

Are you able to debug in the server to figure out what the call is to Xplugin that is failing that way?

@pdbourke Would you be able to attache a simple reproduction case here?

I am attaching a glut sample ([checkeredTriangles.txt](https://github.com/XQuartz/XQuartz/files/10203052/checkeredTriangles.txt)) that I found, to which I added glutFullscreen(). However, it's not taking the window full screen and also doesn't produce a crash. Can...

I made this change the the freeglut shapes demo: ``` --- a/freeglut/progs/demos/shapes/shapes.c +++ b/freeglut/progs/demos/shapes/shapes.c @@ -378,6 +378,9 @@ key(unsigned char key, int x, int y) case 'Q': case 'q': glutLeaveMainLoop...

Can you offer anything more to help me reproduce this? Is it still an issue?

Is this crash still an issue after the changes I made in 2.8.5_beta3?

Thanks. Marking this closed.