Skip to content
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

Error on compiling windows #28

Closed
AVConceptProducts opened this issue Oct 27, 2017 · 8 comments
Closed

Error on compiling windows #28

AVConceptProducts opened this issue Oct 27, 2017 · 8 comments

Comments

@AVConceptProducts
Copy link

Hello,

I'm trying to compile Simd library as static on visual studio 2017.
I get an error :VCEnd exited with code 9009

I uncommented the #define SIMD_STATIC and I selected staticLib on General Configuration. It's for a C++ Project.

I opened the projet from the directory /prj/vs2017w.

Can you please tell me what I did wrong ? Thanks a lot !

@ermig1979
Copy link
Owner

I'm sorry but I can't reproduce the error. I took Visual Studio, selected "Configuration Type" as "Static Library" and project was built without any error.

P.S. Sometimes Visual Studio return this error. Project reloading helps me.

@AVConceptProducts
Copy link
Author

Here is the output :
error MSB3073: The command "C:\Users\fullPath\Simd\prj\vs2017w\..\cmd\GetVersion.cmd
error MSB3073: :VCEnd" exited with code 9009

Reload means clean ?
Thanks

@ermig1979
Copy link
Owner

Reloading of Visual Studio solution and clean.

@AVConceptProducts
Copy link
Author

Oh ok I did but still same problem ...

The problem is here :

<Target Name="PreBuildEvent" Condition="'$(PreBuildEventUseInBuild)'!='false'">
    <Message Text="Description: %(PreBuildEvent.Message)" Condition="'%(PreBuildEvent.Message)' != '' and '%(PreBuildEvent.Command)' != ''"/>
    <Exec Command="%(PreBuildEvent.Command)$(_BuildSuffix)" Condition="'%(PreBuildEvent.Command)' != ''"/>
  </Target>

Don't know what to do..

@AVConceptProducts
Copy link
Author

I tried with VS2015 and I have the same Error.

@AVConceptProducts
Copy link
Author

Any solution ?
It worked well before when I opened from /prj/vs2017w with vs2017.
I just cloned the last repository and I have this issue.

@AVConceptProducts
Copy link
Author

I resolved the issue.. By looking to the output I noticed that the script stops when there is a space in the path ... So he does not have access to the .cmd file.

Maybe it could be fixed !
Thanks

@ermig1979
Copy link
Owner

Thank you for bug report. I have fixed this bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants