Coder Social home page Coder Social logo

Comments (4)

granzuglia avatar granzuglia commented on May 18, 2024

that's not just the Poisson filter you are not able to see...
move the files

  • src\meshlabplugins\filter_measure\filter_measure.xml
  • src\meshlabplugins\filter_mutualinfoxml\filter_mutualinfo.xml
  • src\meshlabplugins\filter_screened_poisson\filter_screened_poisson.xml

into src\distrib\plugins.
Magically you will find all the things you needed...
It's just cause of my phobia to maintain not easy to access some really powerful features of MeshLab...
Can you open a new topics explaining me why you cannot compile filter_csg? Thanks

from meshlab.

Zoodinger avatar Zoodinger commented on May 18, 2024

@granzuglia Thank you, it does recognise it now, but Meshlab crashes when trying to run it. First, it fails to recognise the symbol omp_get_num_procs() (even though the plugin compiles fine). Hard-coding it to 1 allows it to proceed a little further, but then it crashes on GOMP_parallel_start (undefined symbol). Completely getting rid of OpenMP code makes it fail on compile-time.

Unfortunately my distro uses a very old GCC version that currently supports 4.8.5 GCC, which is bundled with an equally ancient OpenMP version (3.1). I suppose I might have to update something before this can work.

from meshlab.

eboudrand avatar eboudrand commented on May 18, 2024

@Zoodinger the crash is due to a lack of -fopenmp and -lgomp in compiler and linker directives. For details see pull request #55

from meshlab.

jaggzh avatar jaggzh commented on May 18, 2024

I'm having this issue with a fresh git build, even after copying those files to distrib/plugins/
I'm missing a lot of menu entries in Filters.

from meshlab.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.