Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples don't make on windows (using mingw) #33

Closed
pckujawa opened this issue Sep 24, 2012 · 2 comments
Closed

Examples don't make on windows (using mingw) #33

pckujawa opened this issue Sep 24, 2012 · 2 comments

Comments

@pckujawa
Copy link

OS=uname;
test "$OS" = Linux && LIBS="-ldl" ;
cc -W -Wall -I.. -pthread -g hello.c ../mongoose.c $LIBS -o hello;
'OS' is not recognized as an internal or external command,
operable program or batch file.
Makefile:4: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 1

@cpq
Copy link
Member

cpq commented Sep 24, 2012

That's right, they don't build under windows.
Patches/pull requests are welcome.

On Mon, Sep 24, 2012 at 8:01 PM, pckujawa notifications@github.com wrote:

OS=uname;
test "$OS" = Linux && LIBS="-ldl" ;
cc -W -Wall -I.. -pthread -g hello.c ../mongoose.c $LIBS -o hello;
'OS' is not recognized as an internal or external command,
operable program or batch file.
Makefile:4: recipe for target 'all' failed
mingw32-make.exe: *** [all] Error 1


Reply to this email directly or view it on GitHubhttps://github.com//issues/33.

@cpq
Copy link
Member

cpq commented Sep 24, 2012

Okay, I took a stub and added windows build target for all examples.
Submitted 9313141.

@cpq cpq closed this as completed Sep 24, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants