Ryan Carsten Schmidt

Results 570 comments of Ryan Carsten Schmidt

>> The SConscript file uses the DESTDIR variable in a nonstandard way. > > Please try attached patch. It looks like this issue was migrated from Google Code, and the...

Yes, that must be it. I don't use uzbl, I'm just a developer with MacPorts so I sometimes build, test, and then uninstall some of our ports. I didn't create...

I think the relevant difference is that on [10.6](https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/17147/steps/install-port/logs/stdio/text) (and I guess earlier) the meson output says: ``` Checking for function "dlopen" with dependency -ldl: NO ``` while on [10.7](https://build.macports.org/builders/ports-10.7_x86_64-builder/builds/15930/steps/install-port/logs/stdio/text)...

> on [10.6](https://build.macports.org/builders/ports-10.6_x86_64-builder/builds/17147/steps/install-port/logs/stdio/text) (and I guess earlier) the meson output says: > > ``` > Checking for function "dlopen" with dependency -ldl: NO > ``` And meson-log.txt says this is...

We are using clang. On 10.7 and later we get by with the clang that comes with Xcode. The clang that comes with Xcode on 10.6 is very old and...

And this could perhaps explain why it used to work years ago but doesn't now. The default compiler on 10.6 was Apple gcc 4.2.1. It may have allowed things that...

> MacPorts [...] are building an experimental ksh from the master branch head To make sure it's understood: we are offering that in our ksh-devel port for users who wish...

> You know this statement #277? No, I don't. I don't know anything about this project. I was searching for an implementation of FindLibUSB.cmake, found yours, noticed a typo, and...

Based on what you showed, the `location` directive in your .htaccess file isn't inside a `server` directive, but `location` directives must be inside `server` directives.