close
Warning:
Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.
- Timestamp:
-
Oct 4, 2016, 4:11:26 AM (9 years ago)
- Author:
-
Fred T. Hamster
- Comment:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
-
- Property Owner changed from Fred T. Hamster to bugdock
- Property Status new → assigned
-
|
initial
|
v2
|
|
| 1 | | 1. makedep (file dependencies generator): |
| 2 | | 1. makedep should multi-complain: |
| 3 | | 1. makedep needs to tell about all problems, not just bomb on first one right away. |
| 4 | | 2. parser cant handle hex |
| 5 | | 1. "wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh ) |
| 6 | | 2. makedep could support this and then the messages would go away. |
| 7 | | 3. seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid? and broken? |
| 8 | | 1. it needs to report the right file name; use the new entry in the filepointer structure. |
| | 1 | makedep (file dependencies generator): |
| | 2 | + makedep should multi-complain: |
| | 3 | + makedep needs to tell about all problems, not just bomb on first one right away. |
| | 4 | + parser cant handle hex |
| | 5 | +"wx_debugger.cpp":1016: defined (__MWERKS__) && ( (__MWERKS__ < 0x0900) || macintosh ) |
| | 6 | + makedep could support this and then the messages would go away. |
| | 7 | + seeing multiple headers of same name in dependencies generated by makedep. isn't that stupid? and broken? |
| | 8 | + it needs to report the right file name; use the new entry in the filepointer structure. |
| 9 | 9 | |