Hello. While I was trying to compile the Wine sources from Debian unstable so I could use them in my Debian Sarge system, I got the following messages: # generate HTML documentation /usr/bin/make -C documentation wine-doc/index.html make[1]: Entering directory `/wine_src/wine-0.0.20021219/documentation' false -d ./default.dsl -o wine-doc wine-doc.sgml make[1]: *** [wine-doc/index.html] Error 1 make[1]: Leaving directory `/wine_src/wine-0.0.20021219/documentation' make: *** [build-stamp] Error 2 ronaldace:/wine_src/wine-0.0.20021219# I checked and there actually isn't any wine-doc folder under 'documentation'. Could anyone please give me a hand on how to make this work, or maybe tell me some other way of running the latest official version of WIne under Sarge? Thanks.. Ronald
See that : the "false" says that you don't have the tools required for building the html doc.> false -d ./default.dsl -o wine-doc wine-doc.sgml > make[1]: *** [wine-doc/index.html] Error 1 > make[1]: Leaving directory > `/wine_src/wine-0.0.20021219/documentation' > make: *** [build-stamp] Error 2 > ronaldace:/wine_src/wine-0.0.20021219#its the normal behaviour as its the output directory. since you don't have the tool needed, it hasnt been created.> I checked and there actually isn't any wine-doc folder under > 'documentation'.====Sylvain Petreolle spetreolle@users.sourceforge.net Fight against Spam ! http://www.euro.cauce.org/en/index.html ICQ #170597259 "Don't think you are. Know you are." Morpheus in Matrix, chapter 15. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
On Mon, 30 Dec 2002, Ronald Castillo Rivas wrote:> Hello. > > While I was trying to compile the Wine sources from Debian unstable so I > could use them in my Debian Sarge system, I got the following messages: > > # generate HTML documentation > /usr/bin/make -C documentation wine-doc/index.html > make[1]: Entering directory `/wine_src/wine-0.0.20021219/documentation' > false -d ./default.dsl -o wine-doc wine-doc.sgml > make[1]: *** [wine-doc/index.html] Error 1 > make[1]: Leaving directory `/wine_src/wine-0.0.20021219/documentation' > make: *** [build-stamp] Error 2 > ronaldace:/wine_src/wine-0.0.20021219# > > I checked and there actually isn't any wine-doc folder under 'documentation'. > Could anyone please give me a hand on how to make this work, or maybe tell > me some other way of running the latest official version of WIne under Sarge?You haven't installed all the build dependencies for building the Debian package. To generate the documentation, you need docbook-utils. If you're interested, the full list for making sure everything is built is as follows (| means "or", where generally the first package in an "or" relation is the most current package that provides the necessary tools or libs): Build-Depends: debhelper (>= 3.0), docbook-utils | cygnus-stylesheets, c2man, flex, bison, xlibs-dev | xlib6g-dev, libxpm4-dev | xpm4g-dev, xlibmesa-dev | libgl-dev, libncurses5-dev, libcupsys2-dev | cupsys-dev, libjpeg-dev, libfreetype6-dev | xlib6g-dev (<< 4.0), libasound2-dev, libarts-dev | libarts1-dev, nas-dev, libsane-dev, libusb-dev
First of all, thanks to all who helped me on this issue. I actually didn't want to install all the compilation dependencies because I needed some packages from Unstable, which I didn't want to install, so I used the -d option (don't check for build dependencies). Then I installed the wine-doc package and copied the contents of the /usr/shade/documentation/wine-doc/html folder over to the wine-doc folder of the Wine source code and the compilation went without problems. Ronald On Monday 30 December 2002 09:16, you wrote:> Hello. > > While I was trying to compile the Wine sources from Debian unstable so I > could use them in my Debian Sarge system, I got the following messages: > > # generate HTML documentation > /usr/bin/make -C documentation wine-doc/index.html > make[1]: Entering directory `/wine_src/wine-0.0.20021219/documentation' > false -d ./default.dsl -o wine-doc wine-doc.sgml > make[1]: *** [wine-doc/index.html] Error 1 > make[1]: Leaving directory `/wine_src/wine-0.0.20021219/documentation' > make: *** [build-stamp] Error 2 > ronaldace:/wine_src/wine-0.0.20021219# > > I checked and there actually isn't any wine-doc folder under > 'documentation'. Could anyone please give me a hand on how to make this > work, or maybe tell me some other way of running the latest official > version of WIne under Sarge? > > Thanks.. > > Ronald > > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users