Code: Select all
../dlls/rpcrt4/tests/server.c: In function ‘set_interp_interface’:
../dlls/rpcrt4/tests/server.c:257:24: error: ‘interp_test_I_RpcBindingInqLocalClientPID’ undeclared (first use in this function); did you mean ‘test_I_RpcBindingInqLocalClientPID’?
257 | #define X(name) name = interp_##name;
| ^~~~~~~
../dlls/rpcrt4/tests/server.c:257:24: note: in definition of macro ‘X’
257 | #define X(name) name = interp_##name;
| ^~~~~~~
../dlls/rpcrt4/tests/server.c:258:5: note: in expansion of macro ‘SERVER_FUNCTIONS’
258 | SERVER_FUNCTIONS
| ^~~~~~~~~~~~~~~~
../dlls/rpcrt4/tests/server.c:257:24: note: each undeclared identifier is reported only once for each function it appears in
257 | #define X(name) name = interp_##name;
| ^~~~~~~
../dlls/rpcrt4/tests/server.c:257:24: note: in definition of macro ‘X’
257 | #define X(name) name = interp_##name;
| ^~~~~~~
../dlls/rpcrt4/tests/server.c:258:5: note: in expansion of macro ‘SERVER_FUNCTIONS’
258 | SERVER_FUNCTIONS
| ^~~~~~~~~~~~~~~~
../dlls/rpcrt4/tests/server.c: In function ‘set_mixed_interface’:
../dlls/rpcrt4/tests/server.c:266:24: error: ‘mixed_test_I_RpcBindingInqLocalClientPID’ undeclared (first use in this function); did you mean ‘test_I_RpcBindingInqLocalClientPID’?
266 | #define X(name) name = mixed_##name;
| ^~~~~~
../dlls/rpcrt4/tests/server.c:266:24: note: in definition of macro ‘X’
266 | #define X(name) name = mixed_##name;
| ^~~~~~
../dlls/rpcrt4/tests/server.c:267:5: note: in expansion of macro ‘SERVER_FUNCTIONS’
267 | SERVER_FUNCTIONS
| ^~~~~~~~~~~~~~~~
make: *** [Makefile:118903: dlls/rpcrt4/tests/server.cross.o] Error 1
Anyone have any suggestions on what to try/where to look?