Bug 12081

Summary: Autogenerated support.cpp has a syntax error
Product: uClibc++ Reporter: Jeff <jeffersonklee>
Component: OtherAssignee: 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

Description Jeff 2019-08-05 10:05:07 UTC
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
Comment 1 Jeff 2019-08-05 10:28:47 UTC
It works through the makefile, /facepalm I should've checked that it was there since v1.1.