Discussion:
[omniORB] What is "Wbuse_quotes"
Zheng Li
2009-01-18 20:05:26 UTC
Permalink
Hi all:
When I using "make export" under the directory ./src/services, the bash shell
return an error "can not find Wbuse_quotes". So, what does this tood mean and
where can I find it? Is it generated after your omni orb has been completely
installed? Thanks a lot!
Martin Trappel
2009-01-19 15:02:38 UTC
Permalink
Post by Zheng Li
When I using "make export" under the directory ./src/services, the bash shell
return an error "can not find Wbuse_quotes". So, what does this tood mean and
where can I find it? Is it generated after your omni orb has been completely
installed? Thanks a lot!
use_quote is an option for the c++ idl-compiler backend of omniidl.
Guessing from your error message I think someone *meant* to write:
omniidl -bcxx -Wbuse_quotes file.idl
but forget the dash "-" ...

You should check your makefile.

br,
Martin

Loading...