Discussion:
Problem installing CUnit on Windows and MinGW
Danlang14
2014-05-14 13:28:55 UTC
Permalink
Hello everyone! :)
This is my first post on this forum, after searching the forums at length I could not find a solution to my problem.

I am using NetBeans 8 on Windows 7 64 bit. I am trying to install CUnit on Windows and MinGW. I have been following the tutoriol on:
<netbeans.org/kb/docs/cnd/c-unit-test.html#mingw>.

Everything was going well until I got to section 5 where I had to configure the make file. After using the mount commant to find the Unix path to MinGW I tired to configure the make file with,< ./configure --prefix=/mingw> and I got an error message <sh: ./configure: No such file or directory>.[Rolling Eyes]
Can any one help?
Danlang14
2014-05-21 00:13:46 UTC
Permalink
I got the error message because I was trying to configure the make file from the wrong directory. [Rolling Eyes]

Configured the make file and installed CUnit with no problems!! 8)
Loading...