Last 3 wines are failed to compile on various reasons. (If I remember correctly: 20020411 compiles; 20020509, 20020605, 20020710 does not.) wine 20020710 make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o winetest.o winetest.c winetest.c:27: EXTERN.h: No such file or directory winetest.c:28: perl.h: No such file or directory make[2]: *** [winetest.o] Error 1 make[2]: Leaving directory `/home/hurtta/game/wine-20020710/programs/winetest' make[1]: *** [winetest] Error 2 make[1]: Leaving directory `/home/hurtta/game/wine-20020710/programs' make: *** [programs] Error 2 Is winetest requiring some extra which is not bundled with Wine? (I think that 20020605 failed with same.) Linux Mandrake release 7.2 (Odyssey) for i586
I have Mandrake 8.2, wine20020509 compiles OK, but 20020605 and 20020710 don't, only 20020710 works, but you have to do ./configure, then make depend --ignore-errors, make --ignore-errors and make install -ignore-errors, it runs win programs ok, but you can't compile with wineinstall and this does not work with wine 20020605. (I had the same problem with gcc 2.96 and 3.0.4)> Last 3 wines are failed to compile on various reasons. > > (If I remember correctly: 20020411 compiles; > 20020509, 20020605, 20020710 does not.) > > wine 20020710 > > make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' > gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall > -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION > -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o > winetest.o winetest.c > winetest.c:27: EXTERN.h: No such file or directory > winetest.c:28: perl.h: No such file or directory > make[2]: *** [winetest.o] Error 1 > make[2]: Leaving directory `/home/hurtta/game/wine-20020710/programs/winetest' > make[1]: *** [winetest] Error 2 > make[1]: Leaving directory `/home/hurtta/game/wine-20020710/programs' > make: *** [programs] Error 2 > > Is winetest requiring some extra which is not bundled with Wine? > > (I think that 20020605 failed with same.) > > Linux Mandrake release 7.2 (Odyssey) for i586 > > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >
On Sun, 14 Jul 2002, Kari Hurtta wrote:> Last 3 wines are failed to compile on various reasons. > > (If I remember correctly: 20020411 compiles; > 20020509, 20020605, 20020710 does not.) > > wine 20020710 > > make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' > gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall > -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION > -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o > winetest.o winetest.c > winetest.c:27: EXTERN.h: No such file or directory > winetest.c:28: perl.h: No such file or directory[...]> Is winetest requiring some extra which is not bundled with Wine?winetest embeds perl. It probably requires that you install some perl development package. This should only be necessary to run the conformance tests, not if you just want to install Wine. -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ The software said it requires Win95 or better, so I installed Linux.
David A. Bartmess:> I had no problems compiling it. Yes, there are requirements for > compiling, but I didn't realize perl was one of them. Make sure you've > got the latest perl installation (I'm using 5.6.1).[hurtta@pontus hurtta]$ rpm -qa | grep perl perl-base-5.600-17mdk perl-5.600-17mdk perl-GTK-0.7003-4mdk perl-PDL-2.101-2mdk perl-MIME-Base64-2.11-6mdk perl-IO-stringy-1.213-1mdk perl-Digest-MD5-2.11-1mdk perl-HTML-Parser-3.11-1mdk perl-MailTools-1.14.1-3mdk perl-libnet-1.0703-3mdk perl-Msgcat-1.03-6mdk perl-DB_File-1.73-2mdk perl-URI-1.09-1mdk perl-MIME-tools-5.311-1mdk perl-HTML-SimpleParse-0.10-2mdk perl-GTK-Gnome-0.7003-4mdk perl-GTK-GLArea-0.7003-4mdk perl-DBI-1.14-4mdk perl-libwww-perl-5.48-2mdk perl-Data-ShowTable-3.3-3mdk perl-GTK-GdkImlib-0.7003-4mdk perl-Term-Readline-Gnu-1.09-3mdk postgresql-perl-7.0.2-6mdk perl-GTK-Glade-0.7003-4mdk [hurtta@pontus hurtta]$ [hurtta@pontus hurtta]$ perl -v This is perl, v5.6.0 built for i386-linux Copyright 1987-2000, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5.0 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using `man perl' or `perldoc perl'. If you have access to the Internet, point your browser at http://www.perl.com/, the Perl Home Page. [hurtta@pontus hurtta]$> > On Sun, 2002-07-14 at 06:54, Kari Hurtta wrote: > > Last 3 wines are failed to compile on various reasons. > > > > (If I remember correctly: 20020411 compiles; > > 20020509, 20020605, 20020710 does not.) > > > > wine 20020710 > > > > make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' > > gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall > > -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION > > -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o > > winetest.o winetest.c > > winetest.c:27: EXTERN.h: No such file or directory > > winetest.c:28: perl.h: No such file or directory > > make[2]: *** [winetest.o] Error 1 > > make[2]: Leaving directory `/home/hurtta/game/wine-20020710/programs/winetest' > > make[1]: *** [winetest] Error 2 > > make[1]: Leaving directory `/home/hurtta/game/wine-20020710/programs' > > make: *** [programs] Error 2 > > > > Is winetest requiring some extra which is not bundled with Wine? > > > > (I think that 20020605 failed with same.) > > > > Linux Mandrake release 7.2 (Odyssey) for i586 > > > > > > _______________________________________________ > > wine-users mailing list > > wine-users@winehq.com > > http://www.winehq.com/mailman/listinfo/wine-users > > > -- > David A. Bartmess > Software Configuration Manager / Sr. Software Developer > eDingo Enterprises > http://edingo.net > > But one should not forget that money can buy a bed but not sleep, finery > but not beauty, a house but not a home, medicine but not health, > luxuries but not culture, sex but not love and amusements but not > happiness.
I have perl installed, version 5.6.1, but still can't compile.> > I had no problems compiling it. Yes, there are requirements for > > compiling, but I didn't realize perl was one of them. Make sure you've > > got the latest perl installation (I'm using 5.6.1). > > [hurtta@pontus hurtta]$ rpm -qa | grep perl > perl-base-5.600-17mdk > perl-5.600-17mdk > perl-GTK-0.7003-4mdk > perl-PDL-2.101-2mdk > perl-MIME-Base64-2.11-6mdk > perl-IO-stringy-1.213-1mdk > perl-Digest-MD5-2.11-1mdk > perl-HTML-Parser-3.11-1mdk > perl-MailTools-1.14.1-3mdk > perl-libnet-1.0703-3mdk > perl-Msgcat-1.03-6mdk > perl-DB_File-1.73-2mdk > perl-URI-1.09-1mdk > perl-MIME-tools-5.311-1mdk > perl-HTML-SimpleParse-0.10-2mdk > perl-GTK-Gnome-0.7003-4mdk > perl-GTK-GLArea-0.7003-4mdk > perl-DBI-1.14-4mdk > perl-libwww-perl-5.48-2mdk > perl-Data-ShowTable-3.3-3mdk > perl-GTK-GdkImlib-0.7003-4mdk > perl-Term-Readline-Gnu-1.09-3mdk > postgresql-perl-7.0.2-6mdk > perl-GTK-Glade-0.7003-4mdk > [hurtta@pontus hurtta]$ > > [hurtta@pontus hurtta]$ perl -v > > This is perl, v5.6.0 built for i386-linux > > Copyright 1987-2000, Larry Wall > > Perl may be copied only under the terms of either the Artistic License or the > GNU General Public License, which may be found in the Perl 5.0 source kit. > > Complete documentation for Perl, including FAQ lists, should be found on > this system using `man perl' or `perldoc perl'. If you have access to the > Internet, point your browser at http://www.perl.com/, the Perl Home Page. > > [hurtta@pontus hurtta]$ > > > > > > On Sun, 2002-07-14 at 06:54, Kari Hurtta wrote: > > > Last 3 wines are failed to compile on various reasons. > > > > > > (If I remember correctly: 20020411 compiles; > > > 20020509, 20020605, 20020710 does not.) > > > > > > wine 20020710 > > > > > > make[2]: Entering directory `/home/hurtta/game/wine-20020710/programs/winetest' > > > gcc -c -I. -I. -I../../include -I../../include `perl -MExtUtils::Embed -e perl_inc` -g -O2 -Wall > > > -fno-strength-reduce -mpreferred-stack-boundary=2 -fPIC -DSTRICT -DNONAMELESSUNION > > > -DNONAMELESSSTRUCT `perl -MExtUtils::Embed -e ccflags` -D_REENTRANT -I/usr/X11R6/include -o > > > winetest.o winetest.c > > > winetest.c:27: EXTERN.h: No such file or directory > > > winetest.c:28: perl.h: No such file or directory > > > make[2]: *** [winetest.o] Error 1 > > > make[2]: Leaving directory `/home/hurtta/game/wine-20020710/programs/winetest' > > > make[1]: *** [winetest] Error 2 > > > make[1]: Leaving directory `/home/hurtta/game/wine-20020710/programs' > > > make: *** [programs] Error 2 > > > > > > Is winetest requiring some extra which is not bundled with Wine? > > > > > > (I think that 20020605 failed with same.) > > > > > > Linux Mandrake release 7.2 (Odyssey) for i586 > > > > > > > > > _______________________________________________ > > > wine-users mailing list > > > wine-users@winehq.com > > > http://www.winehq.com/mailman/listinfo/wine-users > > > > > -- > > David A. Bartmess > > Software Configuration Manager / Sr. Software Developer > > eDingo Enterprises > > http://edingo.net > > > > But one should not forget that money can buy a bed but not sleep, finery > > but not beauty, a house but not a home, medicine but not health, > > luxuries but not culture, sex but not love and amusements but not > > happiness. > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users >
I opend the software manager, and installed all the perl rpms I could find, wine compiled fine, but I gor a message saying that the wine libraries will not be found, and it gave me 2 solutions, but they both don't work, when I try an application I get a message saying that the debugger is being started, but I get no debug messages, how can I resolve the problem?
http://www.winehq.com/hypermail/wine-users/2002/07/0140.html | > winetest.c:27: EXTERN.h: No such file or directory | > winetest.c:28: perl.h: No such file or directory | [...] | > Is winetest requiring some extra which is not bundled with Wine? | winetest embeds perl. It probably requires that you install some perl | development package. | This should only be necessary to run the conformance tests, not if you | just want to install Wine. ./configure --help gives only following possibilities ------------X-------------------------------X--------------------- Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --without-curses do not use curses --with-wine-tools=<dir> use Wine tools from directory <dir> --with-x use the X Window System ------------X-------------------------------X--------------------- There is no --without-wintest (at least no listed)