Closed GoogleCodeExporter closed 8 years ago
Thanks for reporting. I'll look into it.
Original comment by yann.col...@gmail.com
on 8 Oct 2012 at 2:45
My understanding is that the problem is a consequence of lz4demo.c.
One of the curious things to be noticed in your report is that the compilation
error seems to locate the problem within <stdio.h>.
How come ?
Regarding 'getconf' suggestion :
The lz4 source files are typically integrated into other projects, with their
own builder/linker.
Therefore, makefile dependant compilation parameters are avoided when possible.
A "self-sufficient" source file is preferable, using #define whenever necessary.
Original comment by yann.col...@gmail.com
on 26 Oct 2012 at 11:30
I'm interested in your suggestion with #define.
It seems __sun__ must be defined, but not __LP64__.
Does that mean the problem appears on Sun Solaris 32 bits, but not on 64 bits ?
Original comment by yann.col...@gmail.com
on 27 Oct 2012 at 6:30
The following attached file
is expected to solve the reported issue.
If that is possible, it would be good to test it on both Solaris 32 & 64 bits,
since it seems the problem is different for both versions.
Regards
Original comment by yann.col...@gmail.com
on 29 Oct 2012 at 11:09
Attachments:
Corrected into r82.
Original comment by yann.col...@gmail.com
on 3 Nov 2012 at 9:06
Original issue reported on code.google.com by
thwill...@gmail.com
on 7 Oct 2012 at 2:18