Re: [ovs-dev] [PATCH v2] Undefined symbol make_unix_socket

2015-07-10 Thread Gurucharan Shetty
We haven't had a successful Windows build for a while now. So I decide to push the original commit to master and branch-2.4. If any of you feel a better solution is present, please work on top of this commit. On Mon, Jul 6, 2015 at 1:12 PM, Ansis Atteka wrote: > On Wed, Jul 1, 2015 at 1:20 PM, Be

Re: [ovs-dev] [PATCH v2] Undefined symbol make_unix_socket

2015-07-06 Thread Ansis Atteka
On Wed, Jul 1, 2015 at 1:20 PM, Ben Pfaff wrote: > On Wed, Jul 01, 2015 at 07:01:44PM +, Alin Serdean wrote: >> syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket >> which is currently undefined on the windows build. >> >> We either can remove the new file from the cha

Re: [ovs-dev] [PATCH v2] Undefined symbol make_unix_socket

2015-07-01 Thread Ben Pfaff
On Wed, Jul 01, 2015 at 07:01:44PM +, Alin Serdean wrote: > syslog_direct_create defined in (lib/syslog-direct.c) uses make_unix_socket > which is currently undefined on the windows build. > > We either can remove the new file from the chain but this patch proposes > to define a wrapper to mak