PDA

View Full Version : Compiling a .cpp file, getting error



DDHarLiN
8th June 2012, 16:06
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

wysota
8th June 2012, 21:42
I am using MinGW and qt 4.8.1_x64 on a windows 7 x64 machine.

Are you sure? Because the Makefile contained in the archive you posted was definitely generated for MSVC and not MinGW.