Re: Error compiling CVS
"Brett I. Holcomb" <[email protected]>
| Newsgroups | gmane.comp.emulators.winex.devel |
|---|---|
| Organization | Holcomb & Associates |
| Message-ID | <[email protected]> |
Thanks. You put me on the right track. The script I got did a make depend, the cd'd to programs and did a make. I got rid of the cd to programs and it all worked. Ove Kaaven wrote: > 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. > > >