brucelowekamp

Results 22 comments of brucelowekamp
trafficstars

I ran into this problem b/c my first attempt to use ola was on a mac with homebrew (btw, thanks, having great fun with ola), and mac homebrew builds it...

Braindumping on status and what next steps might be. I'm blocked on #1605 (the cmp fix @nils-van-zuijlen started) b/c I don't know how to create an environment that will run...

I’m not a core user of OLA (found it very helpful for doing a christmas light show and being able to teach my kids a bit of programming that made...

Maybe For 0.10.8 merge #1605. I believe that makes the sdk libraries python 3 compatible (though they would need to be installed there manually) without breaking either 2.6 or 2.7....

I found out recently there are changes in master in the python code that needs to be changed that aren’t in 0.10. I have maybe most of the work for...

You're right about the instructions. Hopefully an updated debian image will propagate and improve the install, but the docs need to be updated. What I would love to see is...

That's weird. What's your configure line? I'm building on the latest raspbian and 0.10 compiles fine. I'm using ./configure --enable-rdm-tests --enable-ja-rule --enable-e133 CXXFLAGS=-Wno-deprecated-declarations PYTHON=python3 Where I run into problems is...

This is 0.10 branch, right? I just tried it, and I get a ThreadTester failure under make check, but everything builds fine. Do you have environment variables set that might...

I'm on buster. I don't know why that would make that difference, though. @peter I still don't know why when I do the full build I get linking errors on...

It was never complete, but if you're interested I had some of the work done in the py3-build branch of https://github.com/brucelowekamp/ola.git. There are some imports and other things that I...