idl headers won't be built, if we build individual executables e..g., "make ovsbd/ovsdb-server.exe". According to http://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html we may have to add the headers as dependecies for every executables.
Currently the lack of a ovs-appctl port to Windows prevents us from running just a "make". We plan to get ovs-appctl port done soon. Till then, call out that the idl headers need to be built separately. Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> --- BUILD.Windows | 1 + 1 file changed, 1 insertion(+) diff --git a/BUILD.Windows b/BUILD.Windows index c640e28..9bbaa80 100644 --- a/BUILD.Windows +++ b/BUILD.Windows @@ -58,6 +58,7 @@ or from a distribution tar ball. * Run make for the ported executables in the top source directory, e.g.: + % make lib/vswitch-idl.h lib/vtep-idl.h % make utilities/ovs-vsctl.exe ovsdb/ovsdb-server.exe OpenSSL, Open vSwitch and Visual C++ -- 1.7.9.5 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev