the boost site is getting slower, somebody might need supply a better host and offer bandwidth there for downloading the boost tar.
This commit is contained in:
parent
99a19d27cb
commit
61fe97e666
|
@ -187,7 +187,7 @@ ExternalProject_Add( boost
|
||||||
|
|
||||||
URL http://downloads.sourceforge.net/project/boost/boost/${BOOST_RELEASE}/boost_${BOOST_VERS}.tar.bz2
|
URL http://downloads.sourceforge.net/project/boost/boost/${BOOST_RELEASE}/boost_${BOOST_VERS}.tar.bz2
|
||||||
DOWNLOAD_DIR "${DOWNLOAD_DIR}"
|
DOWNLOAD_DIR "${DOWNLOAD_DIR}"
|
||||||
TIMEOUT 600 # 10 minutes
|
TIMEOUT 1200 # 20 minutes
|
||||||
URL_MD5 ${BOOST_MD5}
|
URL_MD5 ${BOOST_MD5}
|
||||||
# If download fails, then enable "LOG_DOWNLOAD ON" and try again.
|
# If download fails, then enable "LOG_DOWNLOAD ON" and try again.
|
||||||
# Upon a second failure with logging enabled, then look at these logs:
|
# Upon a second failure with logging enabled, then look at these logs:
|
||||||
|
|
|
@ -249,6 +249,7 @@ KIWAY_PLAYER* KIWAY::Player( FRAME_T aFrameType, bool doCreate )
|
||||||
if( kiface )
|
if( kiface )
|
||||||
{
|
{
|
||||||
KIWAY_PLAYER* frame = (KIWAY_PLAYER*) kiface->CreateWindow( m_top, aFrameType, this, KFCTL_PROJECT_SUITE );
|
KIWAY_PLAYER* frame = (KIWAY_PLAYER*) kiface->CreateWindow( m_top, aFrameType, this, KFCTL_PROJECT_SUITE );
|
||||||
|
wxASSERT( frame );
|
||||||
|
|
||||||
return m_player[aFrameType] = frame;
|
return m_player[aFrameType] = frame;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue