-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make shared boost the default, simpler VERSION_STRING, fix Doxygen #158
base: master
Are you sure you want to change the base?
Conversation
Well, what was learned from this? |
There is still some work to do on this. I am working on it in my free time sporadically, might take a while ;) |
[Koen Schmeets]
There is still some work to do on this. I am working on it in my free
time sporadically, might take a while ;)
I guess we all are doing this in our spare time. :)
Anything I an do to help? I would like to get a version into Debian
with less local patches, as it will require less effort for me to
maintain it in the future. :)
…--
Happy hacking
Petter Reinholdtsen
|
a08ac46
to
07bc2ee
Compare
52afd29
to
7dc0155
Compare
7dc0155
to
d719497
Compare
As at least some of the Debian patches seem to break the windows build,
is it perhaps a good idea to split the changes into separeate pull
requests?
The Debian package status can be found on on
<URL: https://tracker.debian.org/pkg/opencamlib >. The install base show
that 0.01% of the population got it installed already.
…--
Happy hacking
Petter Reinholdtsen
|
Hi. Any news on a new release?
he library is now installed on 0.13% of the Debian population, at least
285 machines. See "popcon" link on
<URL: https://tracker.debian.org/pkg/opencamlib > for the amazing
graph. :)
…--
Happy hacking
Petter Reinholdtsen
|
I am having issues with the Windows version, using boost python precompiled from boost.org. See: https://github.com/aewallin/opencamlib/actions/runs/6157111279/job/16707179864 It seems to be linking to dll's that are later not found anymore. I setup a Windows VM on my own machine and got it to compile with no problems, I am not sure what is going wrong in CI and it is hard to figure out what it has linked to, since the VM doesn't have "dumpbin" and I am not sure how to install it. I think after all this hassle I gave up on this for a bit. So in short, it looks like everything is working (CD workflow is fine, using statically compiled boost) I would like to figure out why first... |
Let's see what CI says ;)