Bug 12081 - Autogenerated support.cpp has a syntax error
Summary: Autogenerated support.cpp has a syntax error
Status: RESOLVED WORKSFORME
Alias: None
Product: uClibc++
Classification: Unclassified
Component: Other (show other bugs)
Version: 0.2.5
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-05 10:05 UTC by Jeff
Modified: 2019-08-05 10:28 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments
Does not compile because of */ on line 53 (1.67 KB, text/plain)
2019-08-05 10:05 UTC, Jeff
Details

Note You need to log in before you can comment on or make changes to this bug.
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.