Hello,
On 8 May 2017, at 17:57, Waldemar Brodkorb
<wbx(a)openadk.org> wrote:
No, sorry. I like selfhosting of my open source projects.
I have seen Sourceforge from the beginning and then Google-Code...
But you can simply use GOGS?
https://gogs.waldemar-brodkorb.de/linux/openadk
Ok thanks looks very good too!
- I had some issues compiling glib-host on a latest
generation macbook with Xcode 8.3.2, it seems I
had an extra
uuid.h file in the include directory, which made compiling fail
because it was not using the one from my system. Then it did not
link to the AppKit framework in the end, which I fixed with
setting the HOST_LDFLAGS in the package
May be you can sent a pull request for that.
I will check, however, I don’t know where the extra uuid.h file came from, and I just
deleted it manually.
Should we update to QT 5.9?
It compiles fine with the patch, and 5.9 is not yet released, so I would wait a bit. Maybe
updating from 5.7.0 to 5.7.1 would be a better effort.
I have one question still that puzzles me that I could not find in the docs. I did find
that you are supposed to save your .config file as a means to share full configs.
But what if like now, I have started with raspberry pi 1, and then I selected some
packages, e.g. boost and some utils I like to have. Then I want to change to raspberry pi
3 as a system. How would I do that best?
Would I just start from scratch, make menuconfig, select arm->pi3 and save the config.
And then like do a diff between the pi3 .config file and the full pi1 .config file?
Or should I create a task somehow… And can I easily create one from a given .config, or
what is the best way to create such a task?
Thanks,
Best regards
Tom