Bacon2D/Bacon2D

Windows build failure

Nlcke opened this issue · 0 comments

Nlcke commented

Error:

cp -f D:\QT\Bacon2D-master\src\InfiniteScrollEntity.qml D:\QT\Bacon2D-master\build\src\imports\Bacon2D\
cp: cannot create regular file `D:\\QT\\Bacon2D-master\\build\\src\\imports\\Bacon2D /D:\\QT\\Bacon2D-master\\src\\InfiniteScrollEntity.qml': No such file or directory
Makefile.Release:481: recipe for target 'imports/Bacon2D/bacon2dplugin.dll' failed
mingw32-make[2]: *** [imports/Bacon2D/bacon2dplugin.dll] Error 1
mingw32-make[2]: Leaving directory 'd:/QT/Bacon2D-master/build/src'
Makefile:34: recipe for target 'release' failed
mingw32-make[1]: *** [release] Error 2
mingw32-make[1]: Leaving directory 'd:/QT/Bacon2D-master/build/src'
makefile:40: recipe for target 'sub-src-make_first' failed
mingw32-make: *** [sub-src-make_first] Error 2

OS: Windows 10 x64 (fresh install)
QT: qt-opensource-windows-x86-android-5.5.1.exe (fresh install, same error on version 5.5.0)
QT path: D:/Programs/QT5.5.1
Project path: D:/QT/Bacon2D-master
Compiler: MinGW32
Steps:

  1. mkdir build && cd build
  2. qmake QTPATH=D:/Programs/QT5.5.1 ..
  3. mingw32-make

Top of generated Makefile:

#############################################################################
# Makefile for building: Bacon2D
# Generated by qmake (3.0) (Qt 5.5.1)
# Project:  ../Bacon2D.pro
# Template: subdirs
# Command: d:/Programs/Qt5.5.1/5.5/mingw492_32/bin/qmake.exe QTPATH=D:/Programs/QT5.5.1 -o Makefile ../Bacon2D.pro
#############################################################################

MAKEFILE      = Makefile

first: make_first
QMAKE         = d:/Programs/Qt5.5.1/5.5/mingw492_32/bin/qmake.exe
DEL_FILE      = rm -f
CHK_DIR_EXISTS= test -d
MKDIR         = mkdir -p
COPY          = cp -f
COPY_FILE     = cp -f
COPY_DIR      = cp -f -R
INSTALL_FILE  = cp -f
INSTALL_PROGRAM = cp -f
INSTALL_DIR   = cp -f -R
DEL_FILE      = rm -f
SYMLINK       = $(QMAKE) -install ln -f -s
DEL_DIR       = rmdir
MOVE          = mv -f
SUBTARGETS    =  \
        sub-src \
        sub-tests \
        sub-examples

Note: same Bacon2D source compiles and works fine on OSX.