MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Error building MySQL for Windows with Visual Studio 2015 Update 2
Posted by: JUAN DENT
Date: April 29, 2016 05:22PM

Actually every other project in the MySQL solution generated by CMake 3.5.2 builds correctly -- only those using bison.exe do not build!!

They generate:

C:\Program Files (x86)\GnuWin32\bin\bison.exe: m4: No such file or directory

error message.

The project files that fail are:

GenYaccEmbeddedSource
GenServerSource
sql_embedded
sql

They all use Microsoft.Cpp.Common.targets

My theory is that the space in the path to bison.exe is the cause of these errors

Any help will be greatly appreciated!!

Juan

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Error building MySQL for Windows with Visual Studio 2015 Update 2
1439
April 29, 2016 05:22PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.