git-svn-id: https://ttuki.vtt.fi/svn/p2p-next/TUD/p2tp/trunk@541
e16421f0-f15b-0410-abcd-
98678b794739
print "tests: libpath is",libpath
+
+env.Program(
+ target='trial',
+ source=['trial.cpp'],
+ CPPPATH=cpppath,
+ LIBS=libs,
+ LIBPATH=libpath )
+
env.Program(
target='seeder',
source=['seeder.cpp'],
p2tp::LibraryInit();
const char* filename = "team.jpg";
Address tracker("130.161.211.198:10000"),
- bindaddr(INADDR_ANY,10000);
+ bindaddr((uint32_t)INADDR_ANY,10000);
if (0>p2tp::Listen(bindaddr)) {
print_error("cannot bind");
return 1;