shibaniahegde / tweetx

Automatically exported from code.google.com/p/tweetx
0 stars 0 forks source link

Package Not Compiling #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download Package
2. Compile
3.

What is the expected output? What do you see instead?

Should compile. But Gives errors

Please use labels and text to provide additional information.

Output: http://pastebin.com/m35a20828

Original issue reported on code.google.com by bassgli...@gmail.com on 29 Mar 2009 at 10:12

GoogleCodeExporter commented 9 years ago
issues are
1) sockaddr_in/6 declaration error; added netinet/in.h
2) -ldl error, dl* functions are in libc.so ; fixed
3) sizeof(sockaddr_XXX) is getting from addrinfo.[sa_addrlen]; it was creating
problem on *FreeBSD*

Original comment by singh.am...@gmail.com on 30 Mar 2009 at 7:02