www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18901] New: [Visual D] fatal error C1905: Front-End and

https://issues.dlang.org/show_bug.cgi?id=18901

          Issue ID: 18901
           Summary: [Visual D] fatal error C1905: Front-End and Back-End
                    are not compatible (have to use the same processor)
           Product: D
           Version: D2
          Hardware: x86_64
               URL: http://dlang.org/
                OS: Windows
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: visuald
          Assignee: nobody puremagic.com
          Reporter: robert.muench saphirion.com

A project I can compile via the command line and dub, gives an error in
VisualD. I created the VisualD configuration through dub:

fatal error C1905: Front-End und Back-End sind nicht kompatibel (müssen den
gleichenProzessor verwenden).

This translates to: "Front-End and Back-End are not compatible (have to use the
same processor)"

Well, I don't have a clue what this should mena, nor how this could happen. It
sounds a bit like if the compiler & linker are not useing the same architecture
(I want to use x64) but I didn't find any options to check/change this.

--
May 23 2018