
please wait
apfloat wrote: |
---|
Choose and download the files for the version you want. Pick the correct files for your processor, operating system, compiler, and select either the 32-bit or the 64-bit version. First unzip the common source files package, apf241.zip, to an empty directory. Then unzip the version-specific package(s) (like 32_vc.zip) to the same directory. Be sure to OVERWRITE all files. From the command line, unzip with the -o switch. With WinZip, just say Yes to overwrite all files. Compile the library, or whatever you want. Depending on the version you downloaded, you may need to execute from the command line e.g. "make lib" or "nmake aptest.exe" etc. |
g++ -O3 -ffast-math -g -w -DBIN=binary -c datastru.cpp In file included from datastru.cpp:2: ap.h:93: error: declaration of C function ‘int truncate(const char*, long int)’ conflicts with /usr/include/unistd.h:501: error: previous declaration ‘int truncate(const char*, off_t)’ here make: *** [datastru.o] Error 1 |