JackieXie168 / logkeys

Automatically exported from code.google.com/p/logkeys
Other
0 stars 0 forks source link

Make errors while building logkeys #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.extract using tar xvzf
2.go to build dir and do a ../configure
3. then do a make

What is the expected output?
the make succeeds with no errors

What do you see instead?
Lots of failures
../../src/args.cc:84:16: error: invalid suffix "b10000" on integer constant
../../src/args.cc:98:16: error: invalid suffix "b100000" on integer constant
../../src/logkeys.cc:370:37: error: invalid suffix "b1" on integer constant
../../src/logkeys.cc:384:51: error: invalid suffix "b1" on integer constant
../../src/logkeys.cc:388:61: error: invalid suffix "b1" on integer constant

What version of the product are you using (`logkeys --help`)?
logkeys-0.1.1a

On what operating system?
RHEL 5.1

Please provide any additional information below.
If applicable, also attach contents of /proc/bus/input/devices, the output
of command `dumpkeys -n > dumpkeys.output`, and any
other relevant files.

Original issue reported on code.google.com by jove...@gmail.com on 12 Aug 2010 at 5:39

GoogleCodeExporter commented 9 years ago
Hi,

Yes, this is a known issue with some compilers, and it is already fixed in the 
repository.

Please see my comment on issue 31.

Thanks.

Original comment by kernc...@gmail.com on 12 Aug 2010 at 7:41