krio-rogue / ioping

Automatically exported from code.google.com/p/ioping
GNU General Public License v3.0
0 stars 0 forks source link

Does not compile on DragonFly BSD #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run make

What is the expected output? What do you see instead?

Program should compile, but instead fails with the following compiler message:

# gmake
cc -std=c99 -g -Wall -Wextra -pedantic -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
-DVERSION=\"0.6\" -c -o ioping.o ioping.c
ioping.c:394:3: error: #error no get disk size method
gmake: *** [ioping.o] Error 1

What version of the product are you using? On what operating system?

ioping-0.6 on DragonFlyBSD 2.13-DEVELOPMENT

Please provide any additional information below.

The issue can be fixed by applying the attached diff.

Original issue reported on code.google.com by michaeln...@gmail.com on 1 Jan 2012 at 4:45

Attachments:

GoogleCodeExporter commented 9 years ago
Committed with some changes. I don't understand error-handling branch.

Original comment by koct9i on 8 Jan 2012 at 6:31

GoogleCodeExporter commented 9 years ago

Original comment by koct9i on 25 Aug 2012 at 3:25

GoogleCodeExporter commented 9 years ago

Original comment by koct9i on 28 Feb 2013 at 7:53