Re: Error compiling CVS
Ove Kaaven <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | TransGaming Technologies Inc |
| Message-ID | <1078858689.18057.175.camel@renegade> |
tir, 09.03.2004 kl. 03.02 skrev Brett I. Holcomb: > With the current cvs tree (as of tonight) I get this error when building > winex-cvs. What is this trying to tell me? That you should build winex itself before you try to build the winelib programs. For the most part, you usually don't need the build these programs at all. > ./programs/winetest/include/msvfw32.pm > ./tools/winapi_check/win32/msvfw32.api > me msvfw32 files in the tree. I suppose you missed the dlls/msvideo/msvfw32.spec file in your search. Shouldn't make a difference to you though, just follow the usual compilation instructions: run ./configure ; make depend ; make, and you have all the .so files you need.