This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

build-all.bash failing on windows. missing mysql.h?


scott.rankin
 Share

Recommended Posts

I just sync'd up the latest mumble-releng:


$ git log -2

commit 9dc9681fe1d78f3d62369f52aca38a490ae1f96f

Author: Mikkel Krautz <mikkel@krautz.dk>

Date: Wed Dec 2 21:06:17 2015 +0100


buildenv/1.3.x/win32-static: update libvorbis-mumblebuild-props.patch to refer to libogg 1.3.2.


commit 3601ce8777226837af7fcd3aee50dd4e69047896

Author: Mikkel Krautz <mikkel@krautz.dk>

Date: Wed Dec 2 20:20:07 2015 +0100


buildenv/1.3.x/win32-static: update OpenSSL to 1.0.2d.


When trying to run build-all.bash from /cygdrive/c/MumbleBuild/win32-static-1.3.x-2015-12-02-9dc9681-540/mumble-releng/buildenv/1.3.x/win32-static it fails during the comp[ile of qt-everywhere-opensource-src-5.5.1. Here is the tail of the build output,


...

qsqlindex.cpp

qsqlcachedresult.cpp

c:\mumblebuild\win32-static-1.3.x-2015-12-02-9dc9681-540.build\qt-everywhere-opensource-src-5.5.1\qtbase\src\sql\kernel\../drivers/mysql/qsql_mysql_p.h(53) : fatal error C1083: Cannot open include file: 'mysql.h': No such file or directory (kernel\qsqldatabase.cpp)

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\cl.EXE"' : return code '0x2'

Stop.

NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\nmake.exe"' : return code '0x2'

Stop.

NMAKE : fatal error U1077: 'cd' : return code '0x2'

Stop.

NMAKE : fatal error U1077: 'cd' : return code '0x2'

Stop.

NMAKE : fatal error U1077: 'cd' : return code '0x2'

Stop.

Link to comment
Share on other sites

  • Administrators

I don't know if the 1.3.x buildenvs work at the moment, as we've just done a 1.2.11 release.


I intend to update the 1.3.x buildenvs as soon as possible. I will update you as soon as I know the status of the 1.3.x/win32-static environment.


Sorry for the breakage.

Link to comment
Share on other sites

 Share

×
×
  • Create New...