Amyspark

Results 104 comments of Amyspark
trafficstars

I can confirm this. Running Bullet 6.0.1 on Rails 5.2.3. ``` Puma starting in single mode... * Version 4.0.1 (ruby 2.5.5-p157), codename: 4 Fast 4 Furious * Min threads: 5,...

@wjakob, I can confirm that Linux indeed needs this change, because of pkg-config's naming conventions: https://github.com/mitsuba-renderer/mitsuba/blob/46650b73a1064e0b074ef620c6da4963d7b17fa1/data/scons/qt5.py#L467 If one has Qt4 around in PATH, it returns those modules instead and thus...

@FrostedPenguin, QtWidgets only appears in pkg-config in Qt5 (see [qtbase5-dev](https://packages.ubuntu.com/trusty/amd64/qtbase5-dev/filelist)). Anyway, I think I've fixed it in my fork (waiting for the Linux build to finish OK). I'll file a...

It is [a bug with VS2017](https://developercommunity.visualstudio.com/content/problem/70100/spurious-compiler-error-complaining-about-nested-t.html).

From the [KOMAscript pdf manual, p.357](http://mirrors.ctan.org/macros/latex/contrib/koma-script/doc/scrguien.pdf), that command was added in v3.20, but from what I can gather ([here](https://tex.stackexchange.com/questions/266662/tex-live-2015-koma-script-pagesize-automedia-yields-undefined-control-sequence)) the version included with TL2015 is 3.18, so you may need...

Yes, my mistake (I was setting up Travis in my fork and it bit me). I've amended #38 to close this issue as well.

Line 444 works in MacOS because its pthreads library does not require the thread name. Conversely, Linux does, and this is why the build breaks *in line 637*: ``` PTHREAD_SETNAME_NP(3)...

Were you able to build it? I'm working on updating the PDF manual.

@envygeeks Jekyll Assets did remove support AFAIK. https://github.com/envygeeks/jekyll-assets/commit/dbe6708536fee7ea4d613c534a660cc3256856e9