Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

configure on macOS complains "integer expression expected" #90

Open
DougBurke opened this issue Feb 12, 2020 · 1 comment
Open

configure on macOS complains "integer expression expected" #90

DougBurke opened this issue Feb 12, 2020 · 1 comment

Comments

@DougBurke
Copy link
Collaborator

I am guessing this is not a serious issue, but let's not forget about it:

On Linux, python setup.py develop produces

...
checking for incorporation of thread support... no
checking for gtk... no
checking linux-gnu configuration... none
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xpa.pc
...

whereas on macOS you see something like (e.g. #78 (comment)):

...
checking for incorporation of thread support... no
checking for gtk... no
checking darwin18.7.0 configuration... ./configure: line 7817: test: version: integer expression expected
configure: creating ./config.status
config.status: creating Makefile
config.status: creating xpa.pc
...
@ericmandel
Copy link
Owner

I see that the xpa folder in cextern/xpa is pretty old. The configure script has a line of code that is causing the problem but is not in the new configure script. There also are a number of minor changes to the source code, presumably to avoid compiler warnings. At some point, we should update the xpa package to whatever is current.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants