Compiling on OS X

Asked by scribu

Hello,

In the changelog, I saw this line: "add support for freebsd, cygwin, and osx"

So I'm trying to compile this on OS X and I'm getting an error:

   $ make
   cc -O3 -Wall -DHAS_BLKID -c -o abootimg.o abootimg.c
   abootimg.c:51:10: fatal error: 'blkid/blkid.h' file not found
   #include <blkid/blkid.h>
            ^
   1 error generated.
   make: *** [abootimg.o] Error 1

The trouble is that I can't seem to figure out how to install libblkid on OS X. It seems to be specific to Linux.

Help?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu abootimg Edit question
Assignee:
No assignee Edit question
Solved by:
scribu
Solved:
Last query:
Last reply:
Revision history for this message
scribu (scribu) said :
#1

By the way, I know it's weird to ask an OS X question on Launchpad, but I didn't find an issue tracker specific to abootimg.

Revision history for this message
scribu (scribu) said :
#2

Meh... just installed it on an Ubuntu Vagrant box.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

This is Ubuntu support. Not MacOS