www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - VisualD / fatal error C1905: Front-End and Back-End are not compatible (have to use the same processor)

reply =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
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.

Any ideas?

-- 
Robert M. Münch
http://www.saphirion.com
smarter | better | faster
May 21 2018
parent =?iso-8859-1?Q?Robert_M._M=FCnch?= <robert.muench saphirion.com> writes:
With the latest releasae I still have the same problem. I really don't 
have any idea what the cause could be or how to fix it... Anyone?

Viele Grüsse. Robert M. Münch


On 2018-05-21 17:46:45 +0000, Robert M. Münch said:

 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.
 
 Any ideas?
-- Robert M. Münch http://www.saphirion.com smarter | better | faster
Jun 25 2018