Oliver Schneider

Results 54 comments of Oliver Schneider

Turns out @ariccio found a number of performance bottlenecks in WinDirStat. One very impressive result was the slowness introduced by CMap as opposed to the corresponding STL class. "Everything" (the...

Wow, cool to see you use WinDirStat in general, @randomascii . I've been an avid reader of your blog, especially about those ETW topics and the wasted megawatts ;)

Thanks for the response. And sorry for the delay in my response. I was preoccupied work-wise. I'm aware of the MFT, but it has one problem: to read it you...

``` arm-brcm-linux-uclibcgnueabi-ld -shared -o libws.so output/ws_src/curl_api.o output/ws_src/parse_xml.o output/ws_src/wb.o output/ws_src/wb_util.o output/ws_src/ssl_api.o output/ws_src/log.o -L/data/oliver/asus-merlin-local/release/src-rt -6.x.4708/router/openssl -lcrypto -lssl -L/data/oliver/asus-merlin-local/release/src-rt-6.x.4708/router/curl-7.21.7/lib/.libs -lcurl -L/data/oliver/asus-merlin-local/release/src-rt-6.x.4708/router/libxml2/.libs -lxml2 arm-brcm-linux-uclibcgnueabi-ld: skipping incompatible /data/oliver/asus-merlin-local/release/src-rt-6.x.4708/router/libxml2/.libs/libxml2.so when searching for -lxml2 arm-brcm-linux-uclibcgnueabi-ld: skipping incompatible...

Is that the complete output? Also, how is this different from this issue? It seems like it is exactly what this issue is about.

@YasharF: did you install the prerequisites accordingly? @victor-rds: so pass `--add-missing` to all `automake` command lines or to particular ones? I can probably include that in the script, but the...

Not a big deal, this script already patches up various things, I can add it here and keep it in a defensive coding style ... e.g. using `patch` ... so...

It simply doesn't do anything like that in just every single library. It would be a nightmare to maintain such a thing. Please send a pull request, if you can....

This is essentially a duplicate of #9. `asuswrt-merlin` doesn't contain the binary libraries required nor is it configured to build them. This appears to affect all ARM routers, more or...

Oops, just notice this is the reverse issue. But it seems similar. Reopening.