how to solution MSB8013

asked 2019-02-19 18:44:08 +0000

mefisto.fels gravatar image

I try to create an installer for version 2.6.3 but it gives me the following error:

error MSB8013: this project doesn´t contain the Configuration and Platform combination of RelWithInfo|x64.[C:\Desarrollo\1w\installtest\ZERO?CHECK.vcxproj]

I would appreciate your help with this.

edit retag flag offensive close merge delete

Comments

You'll need to post on a public share somewhere the output of the CMake configuration step and the msbuild step and provide a link back to them in your question.

You can redirect the output by adding 2>&1 >log.txt to the end of the command lines.

Is there a specific reason why you're using an older version of the source rather than the current 2.6.6?

grahamb gravatar imagegrahamb ( 2019-02-19 19:16:05 +0000 )edit

version 2.6.3 was the one I started working with and due to offline work conditions. Due to these conditions it has also been difficult for me to obtain all the resources to compile the project but I have already managed to revamp that stage, although I try to follow all the steps of the developer's guide.

mefisto.fels gravatar imagemefisto.fels ( 2019-02-19 19:46:57 +0000 )edit

Presumably you're using a tarball of the sources and not a git checkout? If so note that this will be very difficult to maintain in the long run.

grahamb gravatar imagegrahamb ( 2019-02-19 20:21:25 +0000 )edit

I have this aspect clear, but I try to make all the indications of the developers guide as healthy practice. What do you suggest to me to solve my current problem, I am talking about the error MSB8013

mefisto.fels gravatar imagemefisto.fels ( 2019-02-19 20:47:43 +0000 )edit

To progress your issue you'll need to provide the log output I mentioned in my first comment.

grahamb gravatar imagegrahamb ( 2019-02-19 22:16:51 +0000 )edit