Displaying 1 result from an estimated 1 matches for "param_unit".
2006 Sep 28
1
Build error/zlib question
...ight be
able to give some help.
Some snippets from the build process:
R-2.3.1
making DLL ...
gcc -Ic:/R-2.3.1/src/extra/zlib -DHAVE_ZLIB -Ic:/R-2.3.1/include -Wall
-O2 -c read_cdffile.c -o read_cdffile.o
read_cdffile.c: In function `readQC':
read_cdffile.c:565: warning: unused variable `param_unit'
windres --include-dir c:/R-2.3.1/include -i makecdfenv_res.rc -o
makecdfenv_res.o
gcc -shared -s -o makecdfenv.dll makecdfenv.def read_cdffile.o
makecdfenv_res.o -Lc:/R-2.3.1/bin -lR
... DLL made
R-2.4.0 beta
making DLL ...
gcc -Ic:/rw2040dev/src/extra/zlib -DHAVE_ZLIB -Ic:/rw204...