Skip to content

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