Git Product home page Git Product logo

Comments (3)

nicopietroni avatar nicopietroni commented on August 25, 2024

that is strange. I will discuss with the guy that implemented that part to see if there is some error in some version of the patch retopologizer

from quadwild.

marston2yu avatar marston2yu commented on August 25, 2024

I followed all of the instructions on the Github, including adjusting my Gurobi path. When I type qmake, the MakeFile gets generated. Then when I type make, I get the error

Makefile:1750: recipe for target 'lp_rlp.o' failed
make: *** [lp_rlp.o] Error 1

Here's an example error block, I don't understand how I would solve this. I am compiling on a linux 64 machine:

../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.y:30:26: error: ‘yyscanner’ undeclared (first use in this function); did you mean ‘scanner’?
 #define PARM yyget_extra(yyscanner)
                          ^
../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.h:996:20: note: in expansion of macro ‘PARM’
   parse_parm *pp = PARM;
                    ^~~~
../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.y:30:26: note: each undeclared identifier is reported only once for each function it appears in
 #define PARM yyget_extra(yyscanner)
                          ^
../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.h:996:20: note: in expansion of macro ‘PARM’
   parse_parm *pp = PARM;
                    ^~~~
In file included from ../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.y:107:0:
../libs/quadretopology/patterns/patterns/lp_solve_5.5/lp_rlp.h:999:10: error: ‘COMMA’ undeclared (first use in this function); did you mean ‘ECOMM’?
   return(COMMA);
          ^~~~~
          ECOMM

My comilation get stuck with same error with linux. I tried to replace the lpsolve library with the newest version and compile bison2.3 as described in comment of lp_rlp.y, but with no effect. Finally, I compile it with earlier commitments and succeed with commit id d1c5d372d3371dac5a29bb92d468877a69b62aa8. So I suspect that some changes in the new commitment caused the issue.

from quadwild.

stefanonuvoli avatar stefanonuvoli commented on August 25, 2024

Hi. I also faced this issue, and the problem is that lpsolve should be compiled before in order to get the library binaries needed by the project. In my machine, it was enough to launch the compilation of quadwild project (even if compilation errors were issued, it generated the binaries for lpsolve), perform a clean with qtcreator, and relaunch the quadwild build. In case you have problems, try to compile lpsolve separately and, if necessary, change the library path in the corresponding .pri file.

from quadwild.

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.