| Summary: | Autogenerated support.cpp has a syntax error | ||
|---|---|---|---|
| Product: | uClibc++ | Reporter: | Jeff <jeffersonklee> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | uclibc-cvs |
| Priority: | P5 | ||
| Version: | 0.2.5 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | Does not compile because of */ on line 53 | ||
It works through the makefile, /facepalm I should've checked that it was there since v1.1. |
Created attachment 8186 [details] Does not compile because of */ on line 53 I just cloned the repo off the git address: git clone git://git.busybox.net/uClibc++ and I got the attached "support.cpp". At the very last line there's a trailing */ on the last line which makes it invalid C++. I'm currently fixing it by just removing the */ on line 29. If that's the correct behavior when disabling exception support, I can put in a patch. -Jeff