On 12-02-03 02:46 PM, Jim Meyering wrote:
From NEWS:
parted provides a new library, libparted-fs-resize, for resizing
HFS+ and FAT file systems. This is the subset of the FS-manipulation
functionality removed in parted-3.0 for which we have found no free
alternative. That library provides only these entry points:
ped_file_system_close
ped_file_system_get_resize_constraint
ped_file_system_open
ped_file_system_resize
so when using it you must also link with libparted.
Feedback welcome, the sooner the better.
Jim, after applying the ten patches I built parted with with
./bootstrap, ./configure --without-readline, make, and sudo make install.
Then when I check the /usr/local/include/parted directory, the filesys.h
file contains three of the above listed functions. However, the
ped_file_system_get_resize_constraint function is missing.
Perhaps I have built this patch set incorrectly?
Or perhaps the missing function contained in a different include file?
I wanted to provide feedback as soon as possible, though it will be late
next week before I can begin testing in earnest.
Regards,
Curtis