View previous topic :: View next topic |
Author |
Message |
jmroach n00b
Joined: 04 May 2005 Posts: 50 Location: West Lafayette, IN
|
Posted: Mon May 16, 2005 7:58 pm Post subject: How-to Wine Configuration??? |
|
|
i have looked around a bit (and i'm probably just missing it) on this site and on winehq, but i haven't been able to find any information on how to configure wine. All i have done so far is
i've messed around a bit other than that trying to find what that actually did and was able to fine a few wine related files... i was looking for /.tools/wineinstall, which is what winehq recommends for setting up wine, but i couldn't find it.
if someone could walk me through (or point me toward documentation) configuring wine it would be greatly appreciated!
thanks,
john
oh-
i also ran
as both root and under my user account and it acted like it was doing something, but i couldn't find anything it did... |
|
Back to top |
|
|
amzuk Tux's lil' helper
Joined: 30 Apr 2005 Posts: 79 Location: RF/Krasnodar
|
Posted: Mon May 16, 2005 8:27 pm Post subject: |
|
|
# emerge winesetuptk _________________ When your problem is resolved, put [SOLVED] in the topic. |
|
Back to top |
|
|
zsoltika l33t
Joined: 13 Nov 2003 Posts: 634 Location: Budapest, Hungary
|
Posted: Mon May 16, 2005 8:29 pm Post subject: |
|
|
Take a look at winesetuptk.
HTH |
|
Back to top |
|
|
zietbukuel l33t
Joined: 30 Dec 2005 Posts: 607
|
Posted: Fri Jan 13, 2006 7:41 am Post subject: |
|
|
I have an error when trying to emerge winesetuptk
Code: | Calculating dependencies ...done!
>>> emerge (1 of 1) app-emulation/winesetuptk-0.7 to /
>>> checksums files ;-) winesetuptk-0.6.0b-r3.ebuild
>>> checksums files ;-) winesetuptk-0.7.ebuild
>>> checksums files ;-) files/digest-winesetuptk-0.6.0b-r3
>>> checksums files ;-) files/winesetuptk-0.7-perms.patch
>>> checksums files ;-) files/digest-winesetuptk-0.7
>>> checksums src_uri ;-) winesetuptk-0.7.tar.gz
>>> Unpacking source...
>>> Unpacking winesetuptk-0.7.tar.gz to /var/tmp/portage/winesetuptk-0.7/work
* Applying winesetuptk-0.7-perms.patch ... [ ok ]>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/winesetuptk-0.7/work/winesetuptk0.7 ...[Building tcl]
creating cache ./config.cache
checking for ranlib... ranlib
checking how to run the C preprocessor... cc -E
checking for unistd.h... yes
checking for limits.h... yes
checking for building with threads... no (default)
checking for getcwd... yes
checking for opendir... yes
checking for strstr... yes
checking for strtol... yes
checking for tmpnam... yes
checking for waitpid... yes
checking for strerror... yes
checking for getwd... yes
checking for wait3... yes
checking for uname... yes
checking for realpath... yes
checking dirent.h... yes
checking for errno.h... yes
checking for float.h... yes
checking for values.h... yes
checking for limits.h... (cached) yes
checking for stdlib.h... yes
checking for string.h... yes
checking for sys/wait.h... yes
checking for dlfcn.h... yes
checking for unistd.h... (cached) yes
checking for sys/param.h... yes
checking termios vs. termio vs. sgtty... termios
checking fd_set and sys/select... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for tm_zone in struct tm... yes
checking tm_tzadj in struct tm... no
checking tm_gmtoff in struct tm... yes
checking long timezone variable... yes
checking for st_blksize in struct stat... yes
checking for fstatfs... yes
checking for 8-bit clean memcmp... yes
checking for memmove... yes
checking proper strstr implementation... yes
checking for strtoul... yes
checking for strtod... yes
checking for strtod... (cached) yes
checking for Solaris2.4/Tru64 strtod bugs... ok
checking for ANSI C header files... yes
checking for mode_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for opendir... (cached) yes
checking union wait... yes
checking matherr support... yes
checking for strncasecmp... yes
checking for BSDgettimeofday... no
checking for gettimeofday... yes
checking for gettimeofday declaration... present
checking whether char is unsigned... no
checking signed char declarations... yes
checking for sin... no
checking for main in -lieee... yes
checking for main in -linet... no
checking for net/errno.h... no
checking for connect... yes
checking for gethostbyname... yes
checking if 64bit support is requested... no
checking if 64bit Sparc VIS support is requested... no
checking system version (for dynamic loading)... ./configure: line 5718: syntax error near unexpected token `)'
./configure: line 5718: ` OSF*)'
gmake: *** No rule to make target `install'. Stop.
[Error] Static tcl library build failed
creating cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -mtune=k8 -O2 -pipe ) works... yes
checking whether the C compiler (gcc -mtune=k8 -O2 -pipe ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for a BSD compatible install... /bin/install -c
checking how to run the C preprocessor... gcc -E
checking for X... libraries /usr/lib64, headers
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for /var/tmp/portage/winesetuptk-0.7/work/winesetuptk0.7/tcltk-winesetuptk-0.7/local/lib/tclConfig.sh... not found
warning: configuration NOT complete
updating cache ./config.cache
creating ./config.status
creating Makefile
creating auto_path.tcl
creating gen_mta.sh
************************************************************************
Executable (target "install") --> /usr/bin
Launcher (target "cw-install") --> /usr/bin
Doc (target "doc-install") --> /usr/share/doc/winesetuptk-0.7
Use --prefix, --with-launcher and --with-doc switches or edit
generated Makefile to alter these values.
winesetuptk error: can't compile because "configure" wasn't completed successfuly.
make: *** [test_requirements] Error 1
!!! ERROR: app-emulation/winesetuptk-0.7 failed.
!!! Function src_compile, Line 46, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message. |
|
|
Back to top |
|
|
reynolds531 Apprentice
Joined: 23 Apr 2005 Posts: 260 Location: Rochester, NY
|
Posted: Fri Jan 13, 2006 8:29 am Post subject: Re: How-to Wine Configuration??? |
|
|
jmroach wrote: | i have looked around a bit (and i'm probably just missing it) on this site and on winehq, but i haven't been able to find any information on how to configure wine. All i have done so far is
i've messed around a bit other than that trying to find what that actually did and was able to fine a few wine related files... i was looking for /.tools/wineinstall, which is what winehq recommends for setting up wine, but i couldn't find it.
if someone could walk me through (or point me toward documentation) configuring wine it would be greatly appreciated! |
Wine has been going through rapid changes lately and I wouldn't be surprised if the winehq website is out of date. The ebuild for the latest versions of wine (0.9.x) says:
Code: | ~/.wine/config is now deprecated. For configuration either use winecfg or regedit HKCU\\Software\\Wine |
Winecfq seems to work fine for me. Bear in mind that I don't know much about wine, but my advice would be to look for information about the specific program you plan to install on wine. For instance, there are a couple of articles in the gentoo wiki and some postings here about how to set up particular programs. There's also a database of programs at winehq with notes about how they were installed. |
|
Back to top |
|
|
|