WineX Build Problems

Gavriel State gav at transgaming.com
Sun Aug 5 23:35:18 CDT 2001


Jonathan wrote:
> 
> I can't seem to install WineX!
> I did a autoconf configure.in and i get this:

That's likely your problem.  You shouldn't run autoconf with any parameters.
Using the configure.in file as a parameter on my machine spits out the 
configure file to stdout rather than to the 'configure' file.

Try this instead:
 
 $ autoconf
 $ ./configure
 $ make depend 
 $ make

Also, I should point out that you shouldn't need to run autoconf if you're
using WineX CVS.  The patches (which required autoconf to be run) are now 
quite out of date...

 -Gav

-- 
Gavriel State, CEO
TransGaming Technologies Inc.
http://www.transgaming.com
gav at transgaming.com



More information about the wine-users mailing list