Skip to content

Small changes to get eyre to build on Ubuntu 10.04#1

Open
dhruvbansal wants to merge 5 commits intocgyarvin:masterfrom
dhruvbansal:master
Open

Small changes to get eyre to build on Ubuntu 10.04#1
dhruvbansal wants to merge 5 commits intocgyarvin:masterfrom
dhruvbansal:master

Conversation

@dhruvbansal
Copy link

I couldn't get eyre to build for me on Ubuntu 10.04 so I made a few tweaks:

  • The Makefile now sets the default include directly based on the value of OS
  • Time comparisons are done in a few places using modification times from calls to stat. Code as written wasn't portable to Linux b/c of use of st_mtimespec which is only defined on BSD. Used a macro that checks the value of OS and appropriately uses either st_mtimespec or st_mtime
  • Added a few files to .gitignore

Eyre now builds and starts...and then segfaults immediately. But first things first -- I've got it running, yay!

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