Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Vijay Kiran Kamuju
Hi, I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) /*file name esd_test.c*/ #include esd.h #include unistd.h #include stdio.h main() { int fd; char host[256]; gethostname(host,256); fd=esd_open_sound(host); if(fd = 0) printf(Hai\n); else printf(Bye\n); }

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Brian Dessent
Vijay Kiran Kamuju wrote: I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) You're writing a program that tries to call esound libraries. These libraries are not in the Cygwin distribution. You'll have to build them yourself or find them elsewhere (Cygwin Ports

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Yitzchak Scott-Thoennes
On Mon, Jan 09, 2006 at 06:06:41AM -0800, Brian Dessent wrote: Vijay Kiran Kamuju wrote: I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) You're writing a program that tries to call esound libraries. These libraries are not in the Cygwin distribution.

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Vijay Kiran Kamuju
I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) You're writing a program that tries to call esound libraries. These libraries are not in the Cygwin distribution. You'll have to build them yourself or find them elsewhere (Cygwin Ports has packages I

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Holger Krull
Vijay Kiran Kamuju schrieb: I am tring to compile this sample program on cygwin 1.5.18 and gcc (gcc 3.4.4) You're writing a program that tries to call esound libraries. These They are currently a part of the cygwin net release. But i cannot compile the program, even though i have

Re: Cygwin(1.5.18) gcc (3.4.4) problems when compileing esd test prg

2006-01-09 Thread Brian Dessent
Vijay Kiran Kamuju wrote: They are currently a part of the cygwin net release. Please check the line no 2301 in the setup.ini You're right, I overlooked that. But i cannot compile the program, even though i have installed them. I dont know how other programs that use esound like the Gnome