User forums > Using Code::Blocks

Building entire project using Makefile in codeblocks

<< < (2/2)

oBFusCATed:
Where is your ./configure script?

Jenna:
How do you run ./configure on windows?
Or do you use msys or cygwin ?
C::B runs its pre- and postbuildsteps in windows shell and as far as I know whether a script can be executed or not depends on the file-ending or is the script called configure.bat or configure.cmd ?

raj:
Where is your ./configure script?

configure file is in the same folder as Makefile.

raj:
"How do you run ./configure on windows?
Or do you use msys or cygwin ?
C::B runs its pre- and postbuildsteps in windows shell and as far as I know whether a script can be executed or not depends on the file-ending or is the script called configure.bat or configure.cmd ?"

I didnt give any commands other than ./configure in the pre-build step. As you said, windows may not be recognizing this step as it is neither .cmd nor .bat. But even after executing ./configure seperately using MinGW, codeblocks compilation using Makefile is failing. The message shown is
make.exe: *** virtual memory exhausted.  Stop.
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings

This doesnt look like a virtual memory problem. I have 4GB virtual memory. It shows the same message even after increasing to 6GB


This does nt

Navigation

[0] Message Index

[*] Previous page

Go to full version