aprovpn / ics-openvpn

Automatically exported from code.google.com/p/ics-openvpn
0 stars 0 forks source link

Build error on latest checkout. #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Checkout the app using this command hg clone 
https://code.google.com/p/ics-openvpn/ and also checkout google breakcode. Then 
run ./misc/build-native.bat but there were some errors. 

The first error was:
openvpn//src/openvpn/options.c:37:28: fatal error: config-version.h: No such 
file or directory compilation terminated.

Searched the directory after and found config-version.h on the root directory 
of the app so I copied it there.

Tried to build the app again but it generated a new error:
openvpn//src/openvpn/options.c:64:3: error: invalid operands to binary + (have 
'char *' and 'char *')
make.exe: *** [obj/local/armeabi-v7a/objs/openvpn/src/openvpn/options.o] Error 1

And the build was unsuccessful. Not sure why the error occurred and don't have 
any idea on how to fix this so I am asking for some help.

What is the expected output? What do you see instead?
- The build script should execute successfully.

Please provide any additional information below.

I had provided a text file of the build error.

Original issue reported on code.google.com by limeri...@gmail.com on 24 Jan 2014 at 2:36

Attachments:

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 5d7b0c312a57.

Original comment by arne@rfc2549.org on 24 Jan 2014 at 6:00

GoogleCodeExporter commented 9 years ago
Thanks for the fix. :)

Original comment by limeri...@gmail.com on 25 Jan 2014 at 2:03