Skip navigation links

MySQL Forums :: Workbench - Source, Builds, Binaries :: Unable to get working debug x86 build on windows


Advanced Search

Re: Unable to get working debug x86 build on windows
Posted by: Mike Lischke ()
Date: February 15, 2011 02:29AM

That is most likely the result of a problem we had with the python utilities setup, which we changed already (so this will be available with the next release). For now your best option is to comment out/remove the part where the script prints tries to build the python utilities.

Look in the script for the line which reads:

echo Building mysql_utilities files ...

then remove/comment out the entire block until the lines (inclusive)

rem rmdir /s /q %TOP_SRC_DIR%\ext\utils_build
cd ..\..\..

Mike

Mike Lischke, MySQL Developer Tools
Oracle Corporation

Report bugs to http://bugs.mysql.com
MySQL documentation can be found here: http://dev.mysql.com/doc/refman/5.6/en/index.html

Options: ReplyQuote


Subject Views Written By Posted
Unable to get working debug x86 build on windows 3800 Andrei Frolov 02/06/2011 08:48AM
Re: Unable to get working debug x86 build on windows 1116 Mike Lischke 02/14/2011 02:53AM
Re: Unable to get working debug x86 build on windows 1004 Andrei Frolov 02/14/2011 01:06PM
Re: Unable to get working debug x86 build on windows 1010 Mike Lischke 02/15/2011 02:29AM
Re: Unable to get working debug x86 build on windows 1040 Andrei Frolov 02/15/2011 10:26AM


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.