Compile error in FileEventWatcher.cpp
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| gizmod (Ubuntu) |
New
|
Undecided
|
Unassigned | ||
Bug Description
$ lsb_release -rd
Description: Ubuntu 14.04 LTS
Release: 14.04
Source:
bzr branch lp:ubuntu/trusty/gizmod
added "#include <stdlib.h>" in files "gizmod/
This leaves me with the following error:
$ make
Scanning dependencies of target H
[ 1%] Building CXX object libH/CMakeFiles
[ 3%] Building CXX object libH/CMakeFiles
[ 5%] Building CXX object libH/CMakeFiles
[ 7%] Building CXX object libH/CMakeFiles
/home/chaser/
/home/chaser/
unsigned short DeviceIDs[4] = {-1, -1, -1, -1};
/home/chaser/
/home/chaser/
/home/chaser/
/home/chaser/
/home/chaser/
if (BytesRead < 0)
^
cc1plus: all warnings being treated as errors
make[2]: *** [libH/CMakeFile
make[1]: *** [libH/CMakeFile
make: *** [all] Error 2

Same goes for the source from "bzr branch lp:ubuntu/gizmod" strange because i would expect a newer package to behave differently