arpitsardhana / Reliable-File-Transfer-Protocol-over-UDP

0 stars 0 forks source link

"unp.h" file? #1

Open simonbcn opened 8 years ago

simonbcn commented 8 years ago

Arch Linux 64 bits

I'm trying to compile this project but it lacks one header unp.h:

$ make
In file included from get_ifi_info_plus.c:2:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:21: recipe for target 'get_ifi_info_plus.o' failed
make: *** [get_ifi_info_plus.o] Error 1
make: *** Waiting for unfinished jobs....
In file included from prifinfo_plus.c:1:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:24: recipe for target 'prifinfo_plus.o' failed
make: *** [prifinfo_plus.o] Error 1
In file included from rtt.c:2:0:
unprtt.h:4:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:33: recipe for target 'rtt.o' failed
make: *** [rtt.o] Error 1
In file included from server.c:7:0:
unpifiplus.h:7:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:15: recipe for target 'server.o' failed
make: *** [server.o] Error 1
In file included from util.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:27: recipe for target 'util.o' failed
make: *** [util.o] Error 1
In file included from server_handler.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:39: recipe for target 'server_handler.o' failed
make: *** [server_handler.o] Error 1
In file included from receiver_sender.c:1:0:
util.h:12:17: fatal error: unp.h: No such file or directory
 #include "unp.h"
                 ^
compilation terminated.
Makefile:30: recipe for target 'receiver_sender.o' failed
make: *** [receiver_sender.o] Error 1

I've searched for this header but I don't find it.

samyakgupta commented 7 years ago

Yes, the unp.h file does not exist. Could you @arpitsardhana please add it here?

SushantMongia commented 6 years ago

I think you can find the header file here " www.cs.cmu.edu/afs/cs/academic/class/15213-f00/unpv12e/advio/unp.h "