compilation woes

Hi guys, relative newbie here

I downloaded this guy

https://download.github.com/robbeofficial-KinectTouch-a980ecf.zip

and tried to compile it with mingw, but I got this

http://postimage.org/image/308dj34p0/

As you can see configure ain't there, so I need to figure out how to make it work.

Solutions in order of preference;

1) someone compiles it on x64 and posts the binary

2) someone compiles it on x86 and posts the binary

3) someone fixes it so it compiles

4) someone explains how to compile it in Visual Studio

5) someone explains how to fix the makefile


many thanks in advance for any help

Joe
Is there a NetworkingUtils.h file in the package?
sure, its in src\oscpack\ip

Thanks much for the prompt response

Joe
Ensure that the #include line encloses the file in double quotes and not angle brackets.

ie,

#include "ip/.../.h"

not

#include <ip/.../.h>

Topic archived. No new replies allowed.