alejolp / extmodem

Sound card modem for Amateur Radio AX25
43 stars 11 forks source link

Compiler error. #7

Closed mvdswaluw closed 9 years ago

mvdswaluw commented 9 years ago

Had problems compiling on Rpi2.

In build.py -> CFLAGS -> "-std=c++11" should be "-std=c++0x".

alejolp commented 9 years ago

Thanks! I'm about to get into a 24hs plane trip. Wanna make a pull request? We should also migrate to a better build system, ie CMake. You can copy-past other CMakeLists.txt file from other project. Thanks

mvdswaluw commented 9 years ago

After that I had more errors. Found out "-lasound" and "-lpthread" should be added to LDFLAGS.

mvdswaluw commented 9 years ago

Done. Thanks.

Thanks! I'm about to get into a 24hs plane trip. Wanna make a pull request? We should also migrate to a better build system, ie CMake. You can copy-past other CMakeLists.txt file from other project. Thanks


Reply to this email directly or view it on GitHub: https://github.com/alejolp/extmodem/issues/7#issuecomment-119153552

alejolp commented 9 years ago

Merged