Ticket #137: vs-2008-build-errors-4.txt

File vs-2008-build-errors-4.txt, 5.5 KB (added by Samuli Seppänen, 13 years ago)

New build log with the patches applied on top of a clean master branch. Notice tun.c build errors.

Line 
1Setting environment for using Microsoft Visual Studio 2008 x86 tools.
2        cl.exe @C:\Users\Samuli\AppData\Local\Temp\nm38BC.tmp
3base64.c
4buffer.c
5clinat.c
6crypto.c
7cryptoapi.c
8dhcp.c
9error.c
10event.c
11fdmisc.c
12forward.c
13fragment.c
14gremlin.c
15helper.c
16httpdigest.c
17ieproxy.c
18init.c
19interval.c
20list.c
21lladdr.c
22lzo.c
23Generating Code...
24Compiling...
25manage.c
26mbuf.c
27misc.c
28mroute.c
29mss.c
30mtcp.c
31mtcp.c(157) : error C2121: '#' : invalid character : possibly the result of a macro expansion
32mtcp.c(157) : error C2146: syntax error : missing ')' before identifier 'ifdef'
33mtcp.c(157) : error C2121: '#' : invalid character : possibly the result of a macro expansion
34mtu.c
35mudp.c
36multi.c
37ntlm.c
38occ.c
39openvpn.c
40options.c
41options.c(1911) : error C2121: '#' : invalid character : possibly the result of a macro expansion
42options.c(1911) : error C2146: syntax error : missing ')' before identifier 'ifdef'
43options.c(1911) : error C2121: '#' : invalid character : possibly the result of a macro expansion
44options.c(1911) : error C2059: syntax error : ')'
45options.c(1922) : error C2121: '#' : invalid character : possibly the result of a macro expansion
46options.c(1922) : error C2146: syntax error : missing ')' before identifier 'ifdef'
47options.c(1922) : error C2121: '#' : invalid character : possibly the result of a macro expansion
48options.c(1922) : error C2059: syntax error : ')'
49options.c(2069) : error C2121: '#' : invalid character : possibly the result of a macro expansion
50options.c(2069) : error C2146: syntax error : missing ')' before identifier 'ifdef'
51options.c(2069) : error C2121: '#' : invalid character : possibly the result of a macro expansion
52options.c(2069) : error C2059: syntax error : ')'
53options.c(2120) : error C2121: '#' : invalid character : possibly the result of a macro expansion
54options.c(2120) : error C2146: syntax error : missing ')' before identifier 'ifdef'
55options.c(2120) : error C2121: '#' : invalid character : possibly the result of a macro expansion
56options.c(2120) : error C2059: syntax error : ')'
57otime.c
58packet_id.c
59perf.c
60pf.c
61ping.c
62pkcs11.c
63plugin.c
64Generating Code...
65Compiling...
66pool.c
67proto.c
68proxy.c
69ps.c
70push.c
71reliable.c
72route.c
73schedule.c
74session_id.c
75shaper.c
76sig.c
77socket.c
78socket.c(1683) : error C2121: '#' : invalid character : possibly the result of a macro expansion
79socket.c(1683) : error C2146: syntax error : missing ')' before identifier 'ifdef'
80socket.c(1683) : error C2121: '#' : invalid character : possibly the result of a macro expansion
81socket.c(1744) : error C2121: '#' : invalid character : possibly the result of a macro expansion
82socket.c(1744) : error C2146: syntax error : missing ')' before identifier 'ifdef'
83socket.c(1744) : error C2121: '#' : invalid character : possibly the result of a macro expansion
84socket.c(2642) : error C2039: '__u6_addr' : is not a member of 'in6_addr'
85        C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\in6addr.h(22) : see declaration of 'in6_addr'
86socket.c(2642) : error C2198: 'ntohl' : too few arguments for call
87socket.c(2643) : error C2039: '__u6_addr' : is not a member of 'in6_addr'
88        C:\Program Files\\Microsoft SDKs\Windows\v6.0A\include\in6addr.h(22) : see declaration of 'in6_addr'
89socks.c
90ssl.c
91status.c
92tun.c
93tun.c(4875) : error C2143: syntax error : missing ';' before 'const'
94tun.c(4881) : error C2065: 'ifconfig_ipv6_local' : undeclared identifier
95tun.c(4937) : error C2016: C requires that a struct or union has at least one member
96tun.c(4937) : error C2059: syntax error : 'const'
97tun.c(4938) : error C2059: syntax error : '}'
98tun.c(4942) : error C2079: 'ipset_names' uses undefined struct 'ipset_names'
99tun.c(4942) : error C2078: too many initializers
100tun.c(4953) : warning C4034: sizeof returns 0
101tun.c(4953) : error C2036: 'const ipset_names *' : unknown size
102tun.c(4953) : error C2027: use of undefined type 'ipset_names'
103        tun.c(4936) : see declaration of 'ipset_names'
104tun.c(4955) : error C2036: 'const ipset_names *' : unknown size
105tun.c(4955) : error C2037: left of 'short_form' specifies undefined struct/union 'ipset_names'
106tun.c(4955) : error C2168: 'strcmp' : too few actual parameters for intrinsic function
107tun.c(4963) : warning C4034: sizeof returns 0
108tun.c(4963) : error C2036: 'const ipset_names *' : unknown size
109tun.c(4963) : error C2027: use of undefined type 'ipset_names'
110        tun.c(4936) : see declaration of 'ipset_names'
111tun.c(4967) : error C2036: 'const ipset_names *' : unknown size
112tun.c(4967) : error C2037: left of 'short_form' specifies undefined struct/union 'ipset_names'
113tun.c(4967) : warning C4033: 'ipset2ascii' must return a value
114tun.c(4976) : warning C4034: sizeof returns 0
115tun.c(4976) : error C2036: 'const ipset_names *' : unknown size
116tun.c(4976) : error C2027: use of undefined type 'ipset_names'
117        tun.c(4936) : see declaration of 'ipset_names'
118win32.c
119Generating Code...
120Setting environment for using Microsoft Visual Studio 2008 x86 tools.
121        cl.exe @C:\Users\Samuli\AppData\Local\Temp\nmFD35.tmp
122openvpnserv.c
123service.c
124Generating Code...
125        link.exe @C:\Users\Samuli\AppData\Local\Temp\nm7B5.tmp
126OACR monitor running already
127Starting dirs creation...Doing an unsigned build as requested
128RUN: cmd /c "vcvarsall.bat x86 && nmake /f c:\Users\Samuli\openvpn-build\openvpn-macbook\msvc.mak"
129RUN: cmd /c "vcvarsall.bat x86 && nmake /f msvc.mak"
130RUN: cmd /c "c:\winddk\7600.16385.1\bin\setenv.bat c:\winddk\7600.16385.1 fre x64 wlh && cd c:\Users\Samuli\openvpn-build\openvpn-macbook\tap-win32 && build -cef"