Search found 13 matches

Go to advanced search

by Tryer
01 Mar 2022, 14:09
Forum: Helpdesk
Topic: Running into a compile error on example C++ code
Replies: 11
Views: 7918

Re: Running into a compile error on example C++ code

Thank you gawrilow and joswig. I had to sudo apt install libpolymake-dev to get polymake-config to my path. It was not being recognized otherwise. I am able to compile and link and build the executable fine. Now, as I am stepping through the code in a debugging session, I don't seem to be able to st...
by Tryer
01 Mar 2022, 04:18
Forum: Helpdesk
Topic: Running into a compile error on example C++ code
Replies: 11
Views: 7918

Re: Running into a compile error on example C++ code

The immediate compile error does go away. I obtain a bunch of undefined references however. I try following the steps here: https://www.polymake.org/doku.php/callable#building_a_program Specifically, the relevant parts of my makefile are: PM_INC := $(shell polymake-config --includes) # CC Compiler F...
by Tryer
28 Feb 2022, 18:23
Forum: Helpdesk
Topic: Running into a compile error on example C++ code
Replies: 11
Views: 7918

Running into a compile error on example C++ code

Hello, I am trying to use polymake from within C/C++ code. To get started, I tried to compile and link the example provided on this presentation: http://polymake.org/lib/exe/fetch.php/cal_pres.pdf available on polymake website. Unfortunately, I obtain a compile time error that namespace "polyma...

Go to advanced search