Closed GoogleCodeExporter closed 8 years ago
mmmh, I just made this test before publishing r115, and now that I'm doing it
again (1. Have a clean system without lz4 installed 2. make), it seems to work
fine on my test Linux configuration.
What test condition could make the result different ?
Original comment by yann.col...@gmail.com
on 23 Mar 2014 at 11:53
ok, got it (I think),
it seems the CFLAGS fix disappeared from r115.
Quite strange...
Original comment by yann.col...@gmail.com
on 23 Mar 2014 at 11:58
You probably have lz4.h in your include lookup path.
Original comment by sebastien.luttringer
on 23 Mar 2014 at 11:59
I don't think the CFLAGS fix is gone, see the diff. But the programs/Makefile
don't include a -I..!
Original comment by sebastien.luttringer
on 23 Mar 2014 at 12:02
Attachments:
> You probably have lz4.h in your include lookup path.
nope, checked that.
My current guess is that it is related to CFLAGS issue, because :
cc -I. -std=c99 -O3 -Wall -W -Wundef -DLZ4_VERSION=\"r115\" ../lz4.c
../lz4hc.c bench.c xxhash.c lz4io.c lz4cli.c -o lz4c
is incorrect
(should -I..)
Original comment by yann.col...@gmail.com
on 23 Mar 2014 at 12:02
In programs directory, lz4.h is in ".." directory not in ".", do it's not in
your lookup path.
Original comment by sebastien.luttringer
on 23 Mar 2014 at 12:15
release candidate r116, as published in r125, is supposed to solve this issue
too
Original comment by yann.col...@gmail.com
on 23 Mar 2014 at 12:21
Original comment by yann.col...@gmail.com
on 23 Mar 2014 at 12:21
Fixed into r116
Original comment by yann.col...@gmail.com
on 24 Mar 2014 at 9:01
Original issue reported on code.google.com by
sebastien.luttringer
on 23 Mar 2014 at 11:48Attachments: