Skip to content

Build fixes#16

Open
matthew-brett wants to merge 3 commits intoBIC-MNI:masterfrom
matthew-brett:build-fixes
Open

Build fixes#16
matthew-brett wants to merge 3 commits intoBIC-MNI:masterfrom
matthew-brett:build-fixes

Conversation

@matthew-brett
Copy link
Copy Markdown

I was having problem with building on OSX.

Fixed backslashes in `Makefile.am``

Regenerate gram.h and add built gram.h from gram.y

Remove extern causing link error.

I think these fixes are correct for other platforms...

Build breaking because this file listing was tranposed further down the
Makefile after generation.
Build was failing for missing gram.h

Rebuilt with:

    bison -y -k -d gram.y -o gram.c
``yydebug`` apparently defined locally; remove extern from definition to
avoid link error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant