Luke Latham
Luke Latham
Hello Sid, Thanks for posting this, but may I ask for more help: I'm a total noob when it comes to compiling software for the Pi. I normally work at...
Sorry ... I'm coming at this from a **very** high level (I'm a .NET developer and new to Linux and the Pi). I tried clang on Arch in the bin...
Sidd, Thanks for getting back to me. I did make the mistake of being in the wrong directory initially. I caught myself fairly quickly by re-reading Liu Liu's Getting Started...
One simple problem solved. My (first) error here was simply that I needed to run `configure` first. Then, run `make` in the `/lib` folder. Sidd, your CFLAG line didn't work...
Progress ... Adding -ljpeg and -lpng to the linking knocked out 51 linker complaints. Adding -lm knocked out the last four. Linking is done now. On to testing ...
So linker runs ok with: ``` clang -L "/root/ccv/lib" -I "/root/ccv/lib" /root/ccv/bin/bbfdetect.c -o /root/ccv/bin/bbfdetect -lccv -ljpeg -lpng -lm ``` Then from the `/bin` folder: ``` ./bbfdetect face.png /root/ccv/samples/face ``` Produces:...
The `libpng` warning results from some updates in the PNG spec. If you down-sample your PNG input image to PNG-8, it will go away; and it doesn't seem like the...
One more note on this in case it's assigned for design/work: It would be cool if we had more control over how deep the ToC shows heading levels. I have...
Cross-ref for the topic repo work that goes along with this: https://github.com/dotnet/docs/issues/3175
@sayedihashimi I'm asking [@]mairaw if she'll let me take care of the topic. If she says :+1:, I'll need to know what name you (or your assignee here) would like...