On 21/01/13 16:29, Simon McQueen wrote:
> Hi hanni_xu,
> 
> On 21/01/13 06:02, hanni_xu wrote:
> <snipped>
>>
>> VS: -bash: [: C/C++: integer expression expected
>> OK - using C/C++
> 
> Here is your problem. The above is a cygwin bash script error of some
> sort, (although the configure script is not recognising it as so - it
> probably should).

The configure script is running the command:

cl -help 2>&1 | tr -d '\r' | head -1 | awk '{ printf v$8; }'

... and expecting output that looks something like:

14.1234.10101.000 or something like that back. If that doesn't work for
you, that's where the problem lies.


_______________________________________________
OpenSplice DDS Developer Mailing List
[email protected]
Subscribe / Unsubscribe http://dev.opensplice.org/mailman/listinfo/developer

Reply via email to