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

Please make a release because 9.0 isn't compatible with opencascade-7.6.0 #304

Open
yurivict opened this issue Nov 15, 2021 · 1 comment

Comments

@yurivict
Copy link

No description provided.

@yurivict
Copy link
Author

/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:362:61: warning: 'Triangles' is deprecated: Deprecated method, Triangle() should be used instead [-Wdeprecated-declarations]
    const Poly_Array1OfTriangle &Triangles = Triangulation->Triangles();
                                                            ^
/usr/local/include/OpenCASCADE/Poly_Triangulation.hxx:317:3: note: 'Triangles' has been explicitly marked deprecated here
  Standard_DEPRECATED("Deprecated method, Triangle() should be used instead")
  ^
/usr/local/include/OpenCASCADE/Standard_Macro.hxx:154:54: note: expanded from macro 'Standard_DEPRECATED'
  #define Standard_DEPRECATED(theMsg) __attribute__((deprecated(theMsg)))
                                                     ^
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:363:54: error: no member named 'Nodes' in 'Poly_Triangulation'
    const TColgp_Array1OfPnt &Nodes = Triangulation->Nodes();
                                      ~~~~~~~~~~~~~~~^
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:832:8: warning: expression result unused [-Wunused-value]
  for (expFace; expFace.More(); expFace.Next()) {
       ^~~~~~~
/disk-samsung/freebsd-ports/science/elmerfem/work/elmerfem-release-9.0-685-g33126a3f/ElmerGUI/Application/cad/cadview.cpp:840:10: warning: expression result unused [-Wunused-value]
    for (expEdge; expEdge.More(); expEdge.Next()) {
         ^~~~~~~
3 warnings and 1 error generated.

opencascade-7.6.0
OS: FreeBSD 13

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

1 participant