Displaying 2 results from an estimated 2 matches for "guestfs__internal_test".
2014 Jun 27
3
[PATCH WIP] Can't generate argv variant
...ed
public stuff call __t_ layer and all other internal stuff doesn't use public
API since it would deadlock otherwise.
Now the problem - an example:
Generator creates guestfs_copy_device_to_device_argv, but not
guestfs_copy_device_to_device_argv version.
Other issue:
generated declaration for guestfs__internal_test in guestfs-internal-actions.h
looks like this:
extern int guestfs__internal_test (guestfs_h *g, const char *str,
const char *optstr, char *const *strlist, int b, int integer,
int64_t integer64, const char *filein, const char *fileout,
const char *bufferin, size_t bufferin_size, ...);
but, i...
2014 Oct 28
2
Re: some compile errors
...2014 at 11:22:47PM +0800, Zhi Yong Wu wrote:
> HI, Richard
>
> Can you know what is missing when the following issue took place?
>
> #gcc mount-local.c -o mount-local -lguestfs
> /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so:
> undefined reference to `guestfs__internal_test_rconstoptstring'
> /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libguestfs.so:
> undefined reference to `guestfs__internal_test_rstringlist'
[... and many more ...]
The command should work.
However what version of libguestfs? What distro? Did you compile it
yourself or...