bradenmcd / openvrml

VRML runtime library
http://openvrml.org
GNU Lesser General Public License v3.0
18 stars 9 forks source link

OpenVRML 0.18.9 does not compile with Boost 1.65.1 #3

Open raphael-st opened 6 years ago

raphael-st commented 6 years ago

This patch solves some of the problems, but now I get

In file included from libopenvrml/openvrml/local/uri.cpp:21:
In file included from libopenvrml/openvrml/local/uri.h:26:
In file included from /opt/local/include/boost/spirit/include/phoenix1.hpp:11:
In file included from /opt/local/include/boost/spirit/home/classic/phoenix.hpp:18:
/opt/local/include/boost/spirit/home/classic/phoenix/special_ops.hpp:62:48: error: no member named 'complex' in namespace 'std'
template <typename T> struct rank<PHOENIX_STD::complex<T> >
                                  ~~~~~~~~~~~~~^
/opt/local/include/boost/spirit/home/classic/phoenix/special_ops.hpp:62:56: error: 'T' does not refer to a value
template <typename T> struct rank<PHOENIX_STD::complex<T> >
                                                       ^
/opt/local/include/boost/spirit/home/classic/phoenix/special_ops.hpp:62:20: note: declared here
template <typename T> struct rank<PHOENIX_STD::complex<T> >
                   ^

See the corresponding MacPorts ticket.

cooljeanius commented 3 years ago

Is this project still even alive? The most recent commit is from almost 5 years ago now...

bradenmcd commented 3 years ago

Is this project still even alive? The most recent commit is from almost 5 years ago now...

Not really. Anyone interested in carrying it forward should fork it.

cooljeanius commented 6 months ago

Is this project still even alive? The most recent commit is from almost 5 years ago now...

Not really. Anyone interested in carrying it forward should fork it.

...so maybe mark the repo as "archived" then?