Skip to content
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

Boost 1.65.0 incompatibility #317

Closed
ilovezfs opened this issue Sep 2, 2017 · 8 comments
Closed

Boost 1.65.0 incompatibility #317

ilovezfs opened this issue Sep 2, 2017 · 8 comments
Labels
compatibility reported or triaged as compatibility issue, i.e. affecting only some build or runtime environments

Comments

@ilovezfs
Copy link

ilovezfs commented Sep 2, 2017

As of Boost 1.65.0, the tr1 headers have all been removed. However, povray master is still unconditionally including them, as here: https://github.com/POV-Ray/povray/blob/master/unix/povconfig/syspovconfig.h#L59

This renders povray incompatible with Boost >= 1.65.0. It would be great if you could add compatibility for the current version of Boost. Thanks!

@c-lipka c-lipka added the compatibility reported or triaged as compatibility issue, i.e. affecting only some build or runtime environments label Sep 3, 2017
@c-lipka c-lipka added this to the 3.8.0 milestone Sep 3, 2017
@c-lipka
Copy link
Contributor

c-lipka commented Sep 6, 2017

Please test the hotfix/issue_317 branch, which should fix the issue and is scheduled to be merged back into the release/v3.8.0 branch (which in turn will be merged back into the master branch).

c-lipka added a commit that referenced this issue Sep 9, 2017
When Boost 1.65.0 or higher is used, we'll rely on C++11 for smart pointers instead of the `boost/tr1/*.hpp` headers.
@ilovezfs
Copy link
Author

@c-lipka looks like 3.7.0.4 is good. There's a minor header issue. I think it should #include <cstdlib> in source/frontend/processrenderoptions.cpp. The errors are

/usr/bin/clang++ -std=c++11 -stdlib=libc++ -DHAVE_CONFIG_H -I. -I..  -I.. -I../source/backend -I../source/base -I../source/frontend -I../unix -I../vfe -I../vfe/unix -F/usr/local/Frameworks -pthread -I/usr/local/opt/boost/include  -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -Os -w -pipe -march=native -mmacosx-version-min=10.11 -D_THREAD_SAFE -c -o frontend/processrenderoptions.o frontend/processrenderoptions.cpp
frontend/processrenderoptions.cpp:463:59: error: use of undeclared identifier 'atof'
                                                err = POVMSUtil_SetFloat(&decobj, kPOVAttrib_Value, atof(ptr));
                                                                                                    ^
frontend/processrenderoptions.cpp:516:15: error: use of undeclared identifier 'atof'
                        floatval = atof(param);
                                   ^
2 errors generated.
make[2]: *** [frontend/processrenderoptions.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

@ilovezfs
Copy link
Author

@c-lipka
Copy link
Contributor

c-lipka commented Sep 14, 2017

I'll look into the atof issue, but it's certainly not Boost 1.65 related ;)

Did you also find the time to test the current 3.8.0?

@ilovezfs
Copy link
Author

but it's certainly not Boost 1.65 related

It's indirectly related because the Boost fixes require the switch to C++11, which is what triggered it, I believe.

Did you also find the time to test the current 3.8.0?

Not yet, but I will try it.

@c-lipka
Copy link
Contributor

c-lipka commented Sep 14, 2017

The current hotfix/issue_317_v370 branch should fix the atof issue in the v3.7.0.x code. Please have a look, and let me know if you get any additional errors.

@c-lipka
Copy link
Contributor

c-lipka commented Nov 18, 2017

Any feedback on the hotfix/issue_317_v370 branch?

@ilovezfs
Copy link
Author

Both hotfix/issue_317_v370 and v3.8.0-alpha.9387404 build fine :)

@c-lipka c-lipka closed this as completed Nov 18, 2017
c-lipka added a commit that referenced this issue Dec 24, 2017
Fixes GitHub issue #339, as well as an `atof`-related issue discussed in GitHub issue #317.
zholos added a commit to zholos/freebsd-ports that referenced this issue Dec 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility reported or triaged as compatibility issue, i.e. affecting only some build or runtime environments
Projects
None yet
Development

No branches or pull requests

2 participants