Bug 3095 - TAO_ROOT ending with / results in compile errors with tao_idl
Summary: TAO_ROOT ending with / results in compile errors with tao_idl
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 1.6
Hardware: All Linux
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2007-10-15 07:41 CDT by Johnny Willemsen
Modified: 2018-01-15 11:21 CST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Johnny Willemsen 2007-10-15 07:41:07 CDT
if TAO_ROOT ends with / we can't compile the rtec orbsvcs, it complains it can't find OctetSeq.pidl
Comment 1 Jeff Parsons 2007-10-19 17:47:52 CDT
This would seem like a special case of the general problem of what we will allow for env variables. What about multiple /s (or \s on Windows) or ..s? What if a / gets used on Windows? Without trying these combinations, I have no idea what will happen. And there's the added possibility that some cases may cause preprocessor-specific problems.