Jens-G commented on pull request #2287:
URL: https://github.com/apache/thrift/pull/2287#issuecomment-738316324
Not sure but ...
```
/thrift/src/compiler/cpp/thrift --gen cpp ../../../test/Recursive.thrift
/thrift/src/compiler/cpp/thrift --gen cpp ../../../test/ThriftTest.thrift
/thrift/src/compiler/cpp/thrift --gen cpp ../../../test/TypedefTest.thrift
/thrift/src/compiler/cpp/thrift --gen cpp:templates,cob_style
processor/proc.thrift
[WARNING:/thrift/src/test/ThriftTest.thrift:43] No generator named 'noexist'
could be found!
[WARNING:/thrift/src/test/ThriftTest.thrift:45] cpp generator does not
accept 'noexist' as sub-namespace!
/thrift/src/compiler/cpp/thrift --gen cpp:templates,cob_style
processor/proc.thrift
/thrift/src/compiler/cpp/thrift --gen cpp OneWayTest.thrift
/thrift/src/compiler/cpp/thrift --gen cpp OneWayTest.thrift
terminate called after throwing an instance of 'std::__ios_failure'
what(): basic_ios::clear: iostream error
Makefile:1741: recipe for target 'gen-cpp/OneWayService.h' failed
make[3]: *** [gen-cpp/OneWayService.h] Aborted (core dumped)
make[3]: *** Deleting file 'gen-cpp/OneWayService.h'
make[3]: Leaving directory '/thrift/src/lib/cpp/test'
Makefile:1531: recipe for target 'check-recursive' failed
make[2]: *** [check-recursive] Error 1
make[2]: Leaving directory '/thrift/src/lib/cpp'
Makefile:579: recipe for target 'check-recursive' failed
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory '/thrift/src/lib'
Makefile:679: recipe for target 'check-recursive' failed
make: *** [check-recursive] Error 1
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]