Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 163654
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Daniel Black <dragonheart@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Kolleck <martin.kolleck@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ace_reactor.cpp A simple example using an ACE_TP_Reactor text/plain Martin Kolleck 2007-01-24 21:12 0000 1008 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 163654 depends on: Show dependency tree
Bug 163654 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-01-24 21:07 0000
When trying to compile a simple example using the ACE_TP_Reactor, the compile
fails with the top-most error being

/usr/include/ace/TP_Reactor.h:34:32: error: ace/Select_Reactor.h: No such file
or directory

Reproducible: Always

Steps to Reproduce:
1. Create an empty C++ source file.
2. Include the header <ace/TP_Reactor.h>
3. main() can be empty.
4. Try to compile with "g++ -o example example.cpp -lACE

Actual Results:  
Compilation fails.

Expected Results:  
Compilation succeeds

As a local workaround, I unpacked the ACE sources from /usr/portage/distfiles
and copied ace/Select_Reactor.h to /usr/include/ace manually.

------- Comment #1 From Martin Kolleck 2007-01-24 21:12:45 0000 -------
Created an attachment (id=108055) [details]
A simple example using an ACE_TP_Reactor

------- Comment #2 From Daniel Black 2007-01-27 22:43:59 0000 -------
fixed in ace-5.5.3-r2. Thanks

------- Comment #3 From Daniel Black 2007-01-29 07:13:34 0000 -------
closing

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug