- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Testing my CVF applications with IVF 8.0 I came across a command line incompatibility.
CVF (like in VMS) allowed options to be strung together as in
/warn:noalignments/iface:nomixed_str_len_arg)
IVF compiles kept on giving me errors for my compile
options until i discovered that it wanted options
separated with spaces as in
/warn:noalignments /iface:nomixed_str_len_arg)
Do i need to convert all my makefiles to conform, or
is this going to be fixed.
thank you
sol
CVF (like in VMS) allowed options to be strung together as in
/warn:noalignments/iface:nomixed_str_len_arg)
IVF compiles kept on giving me errors for my compile
options until i discovered that it wanted options
separated with spaces as in
/warn:noalignments /iface:nomixed_str_len_arg)
Do i need to convert all my makefiles to conform, or
is this going to be fixed.
thank you
sol
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That's a new one to me. File a complaint with Premier Support and it will be looked at. I can confirm your finding and note that the CVF documentation does not talk about whether or not there should be spaces between switches, though it always uses them in examples.
I would recommend adding the spaces anyway.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page