Hi
Im trying to compile a .cpp, after the makefile is made and I try "make" the files and I get an error.
My cmd prompt looks like this:
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Users\name.surname>cd C:\nukePlugins\nukePlugins_\monitorSocket
C:\nukePlugins\nukePlugins_\monitorSocket>C:\Qt\4. 8.1_x64\qmake\qmake.exe
C:\nukePlugins\nukePlugins_\monitorSocket>C:\MinGW \bin\mingw32-make.exe
C:/MinGW/bin/mingw32-make -f Makefile.Debug
mingw32-make[1]: Entering directory `C:/nukePlugins/nukePlugins_/monitorSocket'
Makefile.Debug:59: *** missing separator. Stop.
mingw32-make[1]: Leaving directory `C:/nukePlugins/nukePlugins_/monitorSocket'
mingw32-make: *** [debug] Error 2
I am using MinGW and qt 4.8.1_x64 on a windows 7 x64 machine.
Attached are the files im working with.
Please help
Bookmarks