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

Fails to build against boost-1.81.0 #115

Open
Schievel1 opened this issue Apr 27, 2023 · 1 comment
Open

Fails to build against boost-1.81.0 #115

Schievel1 opened this issue Apr 27, 2023 · 1 comment

Comments

@Schievel1
Copy link
Contributor

Error is:

In file included from /usr/include/boost/filesystem/path.hpp:21,
                 from /usr/include/boost/filesystem.hpp:16,
                 from electricsheepguiMyDialog2.cpp:204:
/usr/include/boost/filesystem/detail/path_traits.hpp: In instantiation of ‘constexpr const bool boost::filesystem::detail::path_traits::is_convertible_to_path_source<wxString>::value’:
/usr/include/boost/type_traits/conjunction.hpp:31:27:   required from ‘struct boost::conjunction<boost::disjunction<boost::filesystem::detail::path_traits::is_path_source<wxString>, boost::filesystem::detail::path_traits::is_convertible_to_path_source<wxString> >, boost::negation<boost::filesystem::detail::path_traits::is_native_path_source<wxString> > >’
/usr/include/boost/filesystem/path.hpp:256:9:   required by substitution of ‘template<class Source, class> boost::filesystem::path::path(const Source&) [with Source = wxString; <template-parameter-1-2> = <missing>]’
electricsheepguiMyDialog2.cpp:209:49:   required from here
/usr/include/boost/filesystem/detail/path_traits.hpp:495:85: error: call of overloaded ‘_check_convertible_to_path_source(const wxString&)’ is ambiguous
  495 |         sizeof(is_convertible_to_path_source< T >::_check_convertible_to_path_source(boost::declval< T const& >())) == sizeof(yes_type);
      |               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Here is the full build log:
http://ix.io/4uqf

@Rogach
Copy link
Contributor

Rogach commented Nov 14, 2023

I'm trying to maintain a branch that fixes these errors here: https://github.com/Rogach/electricsheep/tree/fix-ffmpeg5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants