Compiling wine problem: redhat 8 libperl-devel?

2002-11-21 Thread Mike Hearn
Hi, As the prospect of having to go back to XP is looming if I can't get the adobe svg plugin working properly, I'm trying to build my own Wine, and then point CrossOver to it so stuff like IE will (hopefully) continue to work well. Unfortunately the compile dies when it tries to build winetest,

Re: Compiling wine problem: redhat 8 libperl-devel?

2002-11-21 Thread Vincent Béron
Mike Hearn a écrit: Hi, As the prospect of having to go back to XP is looming if I can't get the adobe svg plugin working properly, I'm trying to build my own Wine, and then point CrossOver to it so stuff like IE will (hopefully) continue to work well. Unfortunately the compile dies when it

Re: Compiling wine problem: redhat 8 libperl-devel?

2002-11-21 Thread Mike Hearn
OK, yeah, it turns out I do seem to have the headers, I was thrown by the odd location of them. The actual source of the error is this function in winetest.c (this is after preprocessing btw) static void xs_init(void) { extern void boot_wine(CV *cv); Perl_newXS(my_perl,

Re: Compiling wine problem: redhat 8 libperl-devel?

2002-11-21 Thread Dimitrie O. Paun
On November 21, 2002 11:37 am, Mike Hearn wrote: static void xs_init(void) { extern void boot_wine(CV *cv); Perl_newXS(my_perl, wine::bootstrap,boot_wine,winetest.c); } which causes this output: gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc`