Tagged Questions
0
votes
1answer
101 views
Cannot build microhttpd project. Makefile generation problems using cygwin
I'm trying to use microhttpd libraries in order to generate html sites from c++ code.
I'm using netbeans on windows and compiling with cygwin.
I have downloaded microhttpd latest version from ...
0
votes
1answer
153 views
cygwin make: execvp: g++: Bad file number
I'm trying to compile glui sources in cygwin. When I'm running make I get the following output
g++ -I./ -I./include -I/usr/X11R6/include -c glui_add_controls.cpp
make: execvp: g++: Bad file number
...
0
votes
1answer
127 views
Using -mno-cygwin option inside GCC 4.6
I am working on winexe project currently. winexe compiles windows C code on linux using -mno-cygwin as CFLAGS .
following is Makefile under directory winexesvc :-
CFLAGS=-mno-cygwin -Os
...
1
vote
1answer
161 views
MSYS error “rem: command not found”
I am getting this error "rem:command not found" in my batch file. Other dos commands (e.g. echo) are also not found.
My makefile is calling this batch file. This works previously when I am using ...
0
votes
3answers
458 views
makefile, missing separator error
I written a very simple makefile for a c++ program, but it returns makefile:2: *** missing separator. Stop. error. What's wrong with it?
makefile:
all:
[tab]g++ function.cpp -o out
I compile the ...
2
votes
0answers
176 views
custom makefile works in cmd with Cygwin make, but not in Eclipse CDT
I have a simple makefile works OK under CMD prompt using Cygwin make. But have problem by invoking through Make Target in Eclipse CDT.
The content of my makefile is as below:
all: aaa
aaa: bbb.o
...
0
votes
1answer
1k views
Android ndk-build failed
I'm trying to debug .so library, using NDK for Android.
I'm able to build .so library, using ndk-build. But when I want to debug my library,
I set ndk-build NDK_DEBUG = 1 and receive following error: ...
1
vote
0answers
116 views
Calling matlab from c++ using cygwin
I'm working in windows and want to send data from C++ to Matlab. I've gotten the impression this is done most easy creating a makefile. Therefore I've installed cygwin to use the make command.
My ...
1
vote
1answer
3k views
Cygwin - Makefile-error: recipe for target `main.o' failed
Hellow Stackoverflowers!
I am currently failing to write a good makefile and dont know the reason why.. -.-
This is my main.c:
#include <windows.h>
#include <stdio.h>
int main(int ...
1
vote
1answer
988 views
make cannot work in Cygwin [closed]
I met a problem with c code compilation in Cygwin.
my environment is Cygwin in Window Xp,
$ which make
/cygdrive/c/MinGW/bin/make
$ which cc
/usr/bin/cc.exe
My makefile looks like:
CC=cc
CFLAGS= ...
3
votes
2answers
921 views
How to run Mocha tests on windows node.js ( Error: Cannot find module 'C:\cygdrive\c\Users )
I'm trying to run an app in windows and this app has some mocha tests. I need make. I read this
Mocha requires make. Can't find a make.exe that works on Windows
and this
Node.js cannot find ...
2
votes
2answers
427 views
makefile missing separator on cygwin
I can't figure out why I'm getting the error
library.mak:95: *** missing separator. Stop.
When I use make on cygwin. The code at that specific spot is
$(eval $(RULES))
$(EXAMPLES) $(TESTPROGS) ...
2
votes
1answer
490 views
Building Bochs using CygWin: “no rule to make target”
I'm building Bochs from source using CygWin.
What I've already done:
Changing the value of my $PATH variable in order to use CygWin's find instead of Windows' find: ...
-1
votes
1answer
2k views
cygwin cannot find make program
What I'm trying to do is successfully compile native code using Cygwin. The error message i get when i run type my directory to the ndk-build in the terminal is
ERROR: Cannot find 'make' program. ...
0
votes
1answer
464 views
Building Erlang OTP R15B from source in cygwin using jdk javac & jar, cygwin make, install, gcc and ld
Does anyone know how to get Erlang built in cygwin?
I downloaded the Erlang OTP R15B source in my cygwin installation.
Gunzipped and untarred the source.
Then I did a ./configure --prefix=/usr and ...
0
votes
0answers
304 views
Error while building Hadoop native library for compression codec on cygwin/windows
I am trying to use Hadoop compression codec on windows environment. However, as mentioned in haddop documentation, native libraries need to be built for any platform other than linux.
I am building ...
5
votes
2answers
2k views
Getting “Multiple Target Patterns. Stop.” error when attempting to build for Android with ndk-build
I switched between using Cygwin and the ndk-7 ndk-build script and using the ndk-build.cmd script to build on Windows using the precompiled libraries. When I tried switching back to building from ...
2
votes
2answers
2k views
Recipe for target `autoloads' failed while building Emacs in Cygwin
I am trying to build Emacs on 64-bit Windows 7 using Cyqwin:
Emacs 23.3 or 23.4
CYGWIN_NT-6.1-WOW64 1.7.11(0.260/5/3) 2012-02-24 14:05 i686 Cygwin
Some info from ./configure log:
What compiler ...
0
votes
0answers
2k views
Build Android NDK Project in Windows
I know, it sounds crazy, but I want do it.
Also I want possible running and debugging my project in Eclipse!!!
(I know, I completely mad man)
I install Android NDK, Cygwin (with "make"), add to path ...
0
votes
1answer
564 views
How can I build my project with Android NDK on windows?
I try to run my project in windows. Project use android ndk. I install Cygwin and add "C:\cygwin\bin" in PATH. Instal GnuMake, and set variable GNUMAKE = /cygdrive/c/Art/GnuMake/bin/make.exe. Also I ...
0
votes
2answers
353 views
equivalent command for gnumake (for…do, if exist,del)
I'm converting a makefile so it can be used with gnu make. In the other make program (can't find what was the version...) this part was executed :
...
1
vote
0answers
1k views
How to install vim on Cygwin
First, I saw that you can install vim normally in the setup.exe, but I realized that I wanted to install vim with Ruby support. I downloaded the vim 7.3, untared it and ran
./config ...
0
votes
1answer
46 views
makefile for libsvmerror.code usingg cygwin
I am trying to run the makefile using the cygwin. But it is giving me error.
Makefile :
CXXC = g++
CFLAGS = -Wall -O3
all: svm-train svm-predict svm-scale
svm-predict: svm-predict.c svm.o
...
3
votes
3answers
4k views
Setting environment variables in Eclipse to use with Android NDK
I use Android NDK with cygwin with Eclipse on Windows.
In my makefile I want to set path of prebuild library using environment variable in eclipse.
So I do the following:
And in makefile:
...
2
votes
2answers
217 views
Compiling and Distributing C Programs
I just finished a semester up of C programming for a class I'm in, and it has left me with some questions that I was hoping to get answered.
During my class we have been using GCC to compile C ...
0
votes
2answers
2k views
Makefile on Cygwin
I'm trying to use makefile on Windows 7 x64 with Cygwin.
I type "make" and the error that i get is:
make: * No targets specified and no makefile found. Stop.
Makefile:
CC = g++
CFLAGS = -g ...
4
votes
3answers
2k views
Make include in makefiles be relative to the file's location
Directly related to this question. How can I make the include directive in makefiles behave relatively to the location of the current script?
Assume that the current path is arbitrary and you have no ...
0
votes
2answers
38 views
Why doesn't this makefile take effect
I wanna use Google Closure Compiler to compile my js codes.I write a makefile to do the job but it never takes effect.
What I want is to compile each file listed in filelist and output it to ../js/
...
1
vote
3answers
227 views
Why does this makefile not apply includes to all objects?
This makefile does not behave as I expect. I want it to build .o files for each .c file in the current directory and subdirectories, and put them in a static library. However, it stops applying my ...
0
votes
1answer
82 views
library concepts in makefiles
Can anyone help me create a static library?
I'm working under cygwin and using gcc.
I have 4 object files and I want to create a static library using make. How do I configure my makefile to do this?
2
votes
1answer
7k views
library path in makefiles
guys please help me i have written a makefile like these
HEADER = -I./cygdrive/c/cpros/kajj/source4
LIBB = -L./cygdrive/c/cpros/kajj/source1 -L./cygdrive/c/cpros/kajj/source2
LIBRA = -larith -ldekk
...
1
vote
2answers
145 views
makefiles - the clean as target
can anyone tell me how to execute the clean target which is written in the makefile.
here is my code
jamm : hello.o ghola.o
gcc $^ -o $@
%.o : %.c
gcc -c S<
clean :
rm *.c
i have ...
-1
votes
1answer
65 views
makefile concepts
can anyoone help me.
this is the code for make file
i'm just trying to save different objective files at different directories is that possible?
in the below code.
OBJECTS = objj/mall.o ...
0
votes
2answers
343 views
Makefile and environment variables under Cygwin
I am trying to write some Makefile for a project to be compiled with GNU make under Cygwin.
Some environment variables are defined in Windows, like the path to some SDK. Say SDKPATH C:\MySDKPath for ...
0
votes
2answers
149 views
How to create directories from makefiles?
Could you help me with the following code I have written?
VPATH= balll mall fall
OBJECTS= objj/goka.o objj/foka.o objj/hoka.o
exec/gola: $(OBJECTS)
gcc $^ -o $@
$(OBJECTS): objj/%.o : %.c
...
0
votes
0answers
57 views
pthreads in cywgin
can anyone tell me how to create a thread
i've written a code but its aint working.
its executing the whole function and then executing the main function
but its not doing it parallelly.
my code is
...
2
votes
1answer
259 views
Cygwin and makefiles
I'm new to makefiles, and I'm using Cygwin to make my files. I have source files in three different directories and I compiled them using the VPATH technique, but the object files are generated in the ...
5
votes
1answer
2k views
Makefile ifeq problem
I am trying to use ifeq in my rule pattern and I have problems with it. This is the rule I am having trouble with:
$(OBJS): $(OBJDIR)/%.o : ../%.c
@mkdir -p $(dir $@)
ifeq(mcc.exe,$(CC))
...
1
vote
2answers
4k views
make: c: command not found
I am attempting to run my make file however i am getting the following two errors:
make: c: command not found
and
make: o: command not found
I am attempting to do this inside of cygwin. I have g++ ...
1
vote
1answer
477 views
how to implement makefile shared variable
I need a variable in makefile that can be shared across subdir makefiles ( recursive build strategy), and finally use it for some decision making. I had earlier thought export is the way to do it, but ...
0
votes
2answers
260 views
GTK+ Make Cygwin Error
ive just done so much research and tried so much but nothing works. I am trying to compile a simple hello world program in GTK in Cygwin using make. It gives me error: "lab0.c:1:21: error: gtk/gtk.h: ...
0
votes
1answer
285 views
GTK/GTK+ Cygwin program help
I recently installed cygwin on my windows 7 machine which I installed all the packages that came with cygwin. Now i have a simple "Hello World" program in C code that uses GTK objects. When I type ...
0
votes
1answer
437 views
help trying to compile simple c++ program in make
I am having trouble with make. I installed all of the features that come with cygwin. When I type in make command it says:
make:***No targets specified and no
makefile found. Stop.
This is ...
0
votes
3answers
5k views
Eclipse CDT error: “make: *** [src/test2.o] Error 127”
On Windows XP I've installed Eclipse CDT. I've installed cygwin including make, gcc, g++, and gdb. I've added C:\cygwin\bin to the windows path variable.
When I create the default HelloWorld ...
2
votes
2answers
1k views
Makefile for compiling a number of .cpp and .h into a lib
I am running Windows 7 with gcc/g++ under Cygwin. What would be the Makefile format (and extension, I think it's .mk?) for compiling a set of .cpp (C++ source) and .h (header) files into a static ...
1
vote
2answers
2k views
Makefile for DOS/Windows and Cygwin
I need to have a makefile work under DOS (Windows) and Cygwin. I having problems with the makefile detecting the OS correctly and setting appropriate variables.
The objective is to set variables ...
2
votes
2answers
3k views
Makefile not working with cygwin
I just installed cygwin with C++ compiler and Perl on my windows machine. Whenever
trying to compile the C++ files with the makefile I get the following error:
>make
Cant find C:\Program on PATH
...
0
votes
1answer
3k views
Compile Cygwin project in Eclipse
I have a c++ Project that was compiled with the cygwin toolchain, now I want to use Eclipse to compile and test it.
If I create a project (cygwin toolchain is set in the options) I get the error:
...