Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks required to compile project #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lod
Copy link

@lod lod commented May 29, 2015

Fixes #2 - Missing build dependencies
Fixes cstdint error with 64bit ints by upgrading compiler release standard.
Fixes cmake multiple library error by removing libusb0 support
Fixes sprintf missing library in src/lib/seekthermal/models/aaa/usb/configreceive.cpp

@audunmg
Copy link

audunmg commented Jul 25, 2016

I also had to make these changes, and also I had to #include in src/bin/gui/view.cpp

Works nicely on Debian with libboost-chrono-dev, no idea how it works on Ubuntu though.

vitcozzolino and others added 2 commits November 17, 2016 18:13
Apparently ReMake ignores the EXTRA_CXX_FLAGS defined inside remake_project(...). To temporary fix the issues, I suggest declaring the flags following the standard Cmake approach.
Move EXTRA_CXX_FLAGS outside remake_project()
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.

Missing build dependancies
4 participants