Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-26 Thread Tim Ruehsen
Whatever tha problem is: the following overcomes the socket problem

1. i got rid of the .transgaming in wine config (replaced by .wine)
2. i made a link ~/.wine to ~/.wine-cvs
3. i created the dir for c_drive and under this windows/system32
4. put /usr/lib/winex-cvs/lib into /etc/ld.so.conf and execute 'ldconfig'
5. execute wineserver (this creates the socket)
/usr/lib/winex-cvs/bin/wineserver
6.  execute (before wineserver dies):
/usr/lib/winex-cvs/bin/wine {your program}

At this point i get some unresolved DLL errors like
err:module:BUILTIN32_dlopen failed to load .so lib builtin advapi32.dll: 
/usr/lib/winex-cvs/lib/libadvapi32.so: undefined symbol: CreateSemaphoreA
... and some more ...
but all named .dll files exist as .so
Maybe someone comes further with different applications or has good ideas

Tim


Am Dienstag, 25. März 2003 07:27 schrieb Andrew Gaffney:
> I tried winex-cvs instead of winex and got it compiled correctly. I ran
> 'winex-cvs' and had it setup my fake windows dir. I then edited my
> ~/.winex-cvs/config. When I try to run a program, i get:
>
> wine: lstat /root/.winex-cvs/wineserver-upstairs.home/socket : No such
> file or directory
>
> Andrew Gaffney wrote:
> > During 'emerge winex' I get these errors:
> >
> > 
> >
> > !!! ERROR: app-emulation/winex-20021123 failed.
> > !!! Function src_compile, Line 69, Exitcode 2
> > !!! make depend all failed
> >
> > Anyone come across this before?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-26 Thread Tim Ruehsen
Sorry, I didn't tell that ACCEPT_KEYWORDS has already been set.

Tim

Am Dienstag, 25. März 2003 18:13 schrieb brett holcomb:
> ACCEPT_KEYWORDS=~x86 emerge -up winex-cvs
>
> should do it.
>
> On Tue, 25 Mar 2003 18:05:09 +0100
>
>   Tim Ruehsen <[EMAIL PROTECTED]> wrote:
> >I just tried emerge -up winex-cvs:
> >...
> >!!! all ebuilds that could satisfy "winex-cvs" have been
> >masked.
> >!!! Error ...
> >
> >I read something about it and how to solve it, but can't
> >find it and don't
> >remeber it any more... can someone help?
> >
> >Regards, Tim
> >
> >Am Dienstag, 25. März 2003 07:27 schrieb Andrew Gaffney:
> >> I tried winex-cvs instead of winex and got it compiled
> >>correctly. I ran
> >> 'winex-cvs' and had it setup my fake windows dir. I then
> >>edited my
> >> ~/.winex-cvs/config. When I try to run a program, i get:
> >>
> >> wine: lstat
> >>/root/.winex-cvs/wineserver-upstairs.home/socket : No
> >>such
> >> file or directory
> >>
> >> Andrew Gaffney wrote:
> >> > During 'emerge winex' I get these errors:
> >> >
> >> > 
> >> >
> >> > !!! ERROR: app-emulation/winex-20021123 failed.
> >> > !!! Function src_compile, Line 69, Exitcode 2
> >> > !!! make depend all failed
> >> >
> >> > Anyone come across this before?
> >
> >--
> >[EMAIL PROTECTED] mailing list
>
> --
> [EMAIL PROTECTED] mailing list


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-25 Thread Spundun Bhatt
I am getting the same error.
I havent done a single change in the config file.

bash-2.05b$ winex-cvs
!! ~/.winex-cvs/config misses
!! Setting up a config file
!! Setting up ~/.winex-cvs/fake_windows/
!! Setting up default registry.
!! Installation complete.
!! Modify ~/.winex-cvs/config to reflect your systems setup.
bash-2.05b$ winex-cvs /mnt/windows/windows/notepad.exe
wine: lstat /home/spundun/.winex-cvs/wineserver-mermaid/socket : No such
file or directory
bash-2.05b$
-
I am attaching the winex config file
Spundun
On Mon, 2003-03-24 at 22:27, Andrew Gaffney wrote:
> I tried winex-cvs instead of winex and got it compiled correctly. I ran 
> 'winex-cvs' and had it setup my fake windows dir. I then edited my 
> ~/.winex-cvs/config. When I try to run a program, i get:
> 
> wine: lstat /root/.winex-cvs/wineserver-upstairs.home/socket : No such 
> file or directory
> 
> 
> Andrew Gaffney wrote:
> > During 'emerge winex' I get these errors:
> > 
> > 
> > 
> > !!! ERROR: app-emulation/winex-20021123 failed.
> > !!! Function src_compile, Line 69, Exitcode 2
> > !!! make depend all failed
> > 
> > Anyone come across this before?
> > 
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config

;; If you think it is nescessary to show others your complete config for a 
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.' 
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx"   (Unix path for drive root)
;; "Type"="xxx"   (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx"  (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat', 'unix')
;;   This is the FS Wine is supposed to emulate on a certain
;;   directory structure.
;;   Recommended:
;;   - "win95" for ext2fs, VFAT and FAT32
;;   - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;;   DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive C]
"Path" = "${HOME}/.transgaming/c_drive/"
"Type" = "hd"
"Label" = "Dos Drive"
"Filesystem" = "win95"
 
[Drive D]
"Path" = "${HOME}"
"Type" = "hd"
"Label" = "My Home"
"Filesystem" = "win95"
 
[Drive E]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "tmp"
"Filesystem" = "win95"
 
[Drive G]
"Path" = "/"
"Type" = "hd"
"Label" = "root"
"Filesystem" = "win95"

[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system32\\"
"Temp" = "e:\\"
"Path" = "c:\\windows\\;c:\\windows\\system32\\"
"GraphicsDriver" = "x11drv" 
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "/usr/lib/transgaming/winex/bin/wineshelllink"

# 

[DllDefaults]
"DefaultLoadOrder" = "native, builtin, so"

[DllOverrides]
"commdlg"  = "builtin, native"
"comdlg32" = "builtin, native"
"ver"  = "builtin, native"
"version"  = "builtin, native"
"shell"= "builtin, native"
"shell32"  = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi"  = "builtin, native"
"shdocvw"  = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll"   = "builtin, native"
"mpr"  = "builtin, native"
"winspool.drv" = "builtin, native"
"d3d8" = "builtin, native"
"d3drm"= "builtin, native"
"ddraw"= "builtin, native"
"dinput"   = "builtin, native"
"dinput8"  = "builtin, native"
"dmusic"   = "builtin, native"
"dsound"   = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt"   = "native, builtin"
"rpcrt4"   = "native, builtin"
"msvideo"  = "builtin, native"
"msvfw32"  = "builtin, native"
"mcicda.drv"   = "builtin, native"
"mciseq.drv"   = "builtin, native"
"mciwave.drv"  = "builtin, native"
"mciavi.drv"   = "native, builtin"
"mcianim.drv"  = "native, builtin"
"msacm.drv"= "builtin, native"
"msacm"= "builtin, native"
"msacm32"  = "builtin, native"
"midimap.drv"  = "builtin, native"  

[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Number of colors to copy from the default palette
"CopyDefaultColors" = "0"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"D

Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-25 Thread Sven Blumenstein
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

> 
> Question: Did you manage to compile winex-cvs-3.0pre1??? I got an
> error halfway the compilation :-(
> 

I have that running here and even managed to run Operation Flashpoint with it :) 
(which didnt work with any earlier version)... they really improved the DirectX 8.0 
support!

What error you got? I saw some threads about errors compiling 3.0 at forums.gentoo.org.

regards,
Sven


- --
 [mail] [EMAIL PROTECTED]| Behind every great
 [web ] http://0x1337.net| computer sits a
 [pgp ] http://0x1337.net/0x1337.asc | skinny, little geek.
 [geek] http://0x1337.net/geek.asc   |

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+gIzkABnkIJRCNjIRAtRvAJ0UT+Qg0qJqzLAPehBlyjJd9SgGxQCeOBxs
cMbDPTUR2RSbHNP4Fm0lBoM=
=TiHU
-END PGP SIGNATURE-

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-25 Thread Tim Ruehsen
I just tried emerge -up winex-cvs:
...
!!! all ebuilds that could satisfy "winex-cvs" have been masked.
!!! Error ...

I read something about it and how to solve it, but can't find it and don't 
remeber it any more... can someone help?

Regards, Tim

Am Dienstag, 25. März 2003 07:27 schrieb Andrew Gaffney:
> I tried winex-cvs instead of winex and got it compiled correctly. I ran
> 'winex-cvs' and had it setup my fake windows dir. I then edited my
> ~/.winex-cvs/config. When I try to run a program, i get:
>
> wine: lstat /root/.winex-cvs/wineserver-upstairs.home/socket : No such
> file or directory
>
> Andrew Gaffney wrote:
> > During 'emerge winex' I get these errors:
> >
> > 
> >
> > !!! ERROR: app-emulation/winex-20021123 failed.
> > !!! Function src_compile, Line 69, Exitcode 2
> > !!! make depend all failed
> >
> > Anyone come across this before?


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] running winex-cvs (was: problem compiling winex)

2003-03-25 Thread Theofilos Intzoglou
This seem to be a known bug of winex. It has a problem with the new
glibc. You can run winex just fine but you have to erase the 
wineserver-upstairs.home directory every time before running it :-/ I
have the same problem here with winex-cvs-2.2.1.

Question: Did you manage to compile winex-cvs-3.0pre1??? I got an error
halfway the compilation :-(

On Tue, 25 Mar 2003 00:27:32 -0600
Andrew Gaffney <[EMAIL PROTECTED]> wrote:

> I tried winex-cvs instead of winex and got it compiled correctly. I
> ran 'winex-cvs' and had it setup my fake windows dir. I then edited my
> 
> ~/.winex-cvs/config. When I try to run a program, i get:
> 
> wine: lstat /root/.winex-cvs/wineserver-upstairs.home/socket : No such
> 
> file or directory
> 
> 
> Andrew Gaffney wrote:
> > During 'emerge winex' I get these errors:
> > 
> > 
> > 
> > !!! ERROR: app-emulation/winex-20021123 failed.
> > !!! Function src_compile, Line 69, Exitcode 2
> > !!! make depend all failed
> > 
> > Anyone come across this before?
> > 
> 
> -- 
> Andrew Gaffney
> 
> 
> --
> [EMAIL PROTECTED] mailing list
> 
> 

--
[EMAIL PROTECTED] mailing list