Needed libvolume_id for compiling hal

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
phantrongnghia
Posts: 205
Joined: Mon 24 Apr 2006, 14:11
Location: Hanoi,Vietnam
Contact:

Needed libvolume_id for compiling hal

#1 Post by phantrongnghia »

I am going to compile libvolume_id because it needed by hal. I had compiled glib, udev, and libdbus without any error.

And I was download libvolume_id from

Code: Select all

http://www.freshports.org/devel/libvolume_id
Because this Makefile could'nt work for me

Code: Select all

sh-3.00# make
"  CC      " ext.o
/bin/sh:   CC      : command not found
make: *** [ext.o] Error 127
, so I edited it

Code: Select all

http://www.flyupload.com/?fid=5844341
Still not work

Code: Select all

sh-3.00# make
"cc" ext.o
cc: ext.o: No such file or directory
cc: no input files
make: *** [ext.o] Error 1
In the requirements of libhal was not require libvolume_id. What should I do now ?

Post Reply