Opened 12 years ago
Closed 12 years ago
#5286 closed Bugs (wontfix)
Boost 1.45 error with VS .Net 2003
Reported by: | Owned by: | Frank Mori Hess | |
---|---|---|---|
Milestone: | To Be Determined | Component: | signals2 |
Version: | Boost 1.45.0 | Severity: | Showstopper |
Keywords: | Boost 1.45 VS.Net 2003 | Cc: |
Description
I am getting the following bug when compiling a C++ application using boost 1.4 with VS 7.1
fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2708) Please choose the Technical Support co mmand on the Visual C++ Help menu, or open the Technical Support help file for more information
Attachments (1)
Change History (7)
comment:1 by , 12 years ago
follow-up: 3 comment:2 by , 12 years ago
Unless you can provide details on which library and what usage causes this, it's pretty much impossible to diagnose this.
by , 12 years ago
Attachment: | boost 1.45 compiler error.png added |
---|
compiler error of boost 1.45 with VS .Net 2003
comment:3 by , 12 years ago
Replying to steven_watanabe:
Unless you can provide details on which library and what usage causes this, it's pretty much impossible to diagnose this.
I have attached the screenshot of the error that is occuring during compilation. Please see if you can make sense of it.
comment:4 by , 12 years ago
Component: | Building Boost → signals2 |
---|---|
Owner: | set to |
Okay. The error seems to come from signals2. This error also shows up in our regression tests (http://www.boost.org/development/tests/trunk/developer/signals2.html). I suspect that the answer is that msvc 7.1 is not supported by signals2, but let's see if the maintainer has anything to say.
comment:5 by , 12 years ago
Yes, msvc 7.1 is unsupported. I don't use that compiler and wouldn't know where to begin working around an ICE in it.
comment:6 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
I'm resolving as wontfix, although if someone else wants to figure out how to fix signals2 compilation under msvc7.1 that would be fine by me.
I am getting the following bug when compiling a C++ application using boost 1.4 with VS 7.1. If anybody has been experiencing similar problems or knows the solution to this problemplease reply