-
-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extern (C++) problems #926
Comments
Actually, upon deep inspection, it's something rather more sinister... it's gonna be a lot of work to simplify a case >_< |
Are you using |
I think VisualD invokes ldc2. I'm using the latest MSVC LDC build (ldc2-0.15.2-beta1-win64-msvc) I've fixed other related problems, and after doing so, it seems this problem has gone away. |
This problem keeps coming and going. It seems to appear upon a whole suite of different problems. It must be a catch-all at the end of line somewhere, after other checks fail to catch the error. The common thread among my problems is that I'm using extern(C++) extensively. |
I don't use -singleobj though. I do all-at-once builds :/ |
With ldmd2 or ldc2? |
@rainers ? |
Yes, Visual D calls ldc2 directly, and it doesn't use -singleobj. |
I'm getting a whole lot of
When I try and use extern (C++)
Are these known, or shall I start contriving cases?
The text was updated successfully, but these errors were encountered: