Displaying 1 result from an estimated 1 matches for "tmp_vector".
Did you mean:
temp_vector
2010 Jan 15
1
samba4 compilation error
Not sure if this is a known error during samba4 source code compilation
and how to fix it (which file has struct iovec defined and where to include it)
Compiling ../libcli/util/tstream.c
../libcli/util/tstream.c:39: error: field ?tmp_vector? has incomplete type
The following command failed:
DATA_BLOB pdu_blob;
struct iovec tmp_vector;
};
pwd = /usr/src/gitsamba/samba/source4
Compiling ../libcli/util/tstream.c
../libcli/util/tstream.c:39: error: field ?tmp_vector? has incomplete type
The following command fai...