[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
compiling libapl for python3
From: |
enztec |
Subject: |
compiling libapl for python3 |
Date: |
Fri, 24 Feb 2023 17:01:35 -0700 |
when compiling libapl for python3 i get following make problem
python_apl.cc: In function 'PyObject* apl_exec(PyObject*, PyObject*)':
python_apl.cc:198:64: error: no matching function for call to
'Workspace::SI_top_error()'
198 | if (const StateIndicator * si = Workspace::SI_top_error())
| ~~~~~~~~~~~~~~~~~~~~~~~^~
In file included from python_apl.cc:15:
Workspace.hh:212:28: note: candidate: 'static StateIndicator*
Workspace::SI_top_error(bool)'
212 | static StateIndicator * SI_top_error(bool quad_LRX);
- compiling libapl for python3,
enztec <=