search for: lxv

Displaying 19 results from an estimated 19 matches for "lxv".

Did you mean: lx
2001 Aug 10
1
Can't seem to build wine correctly
Hi, I am having trouble building wine. I can't seem to get libopegl32.so build correctly. Where it comes down to it doesn't link to libGL.*.so. I am trying to build wine on debian unstable with nvidia stuff. checking for XvShmCreateImage in -lXv... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for thread-safe OpenGL version... no checking for glXCreateContext in -lGL... no checking for gluLookAt in -lGLU... no ii xlib6g 4.1.0-2...
2019 Jan 13
2
Samba 4 users - UID/GID - or how to migrate
...        logon drive = z:         logon home = \\gustav\profiles\%U\w9xprofile         domain logons = Yes         os level = 255         preferred master = Yes         domain master = Yes         wins proxy = Yes         wins support = Yes         usershare allow guests = Yes New (Proxmox LXV) with: /etc/samba/smb.con        workgroup = DUCK         server string = %h server (Samba, Ubuntu)         interfaces = eth0 192.168.1.200/255.255.255.0 localhost         bind interfaces only = Yes         security = USER         map to guest = Bad User         obey pam restrictions = Yes...
2004 Aug 30
0
Building 20040813 on debian ppc
...dsurface/thunks.o dsurface/user.o dsurface/wndproc.o helper.o main.o regsvr.o struct_convert.o ddraw.dll.dbg.o version.res -o ddraw.dll.so -L../../dlls -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -luuid -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf86vm -lXv -lXext -lX11 -L../../libs/port -lwine_port ddraw.dll-W953mt.spec.c:20:1: warning: "__stdcall" redefined <command line>:22:1: warning: this is the location of the previous definition /tmp/ccQlesaa.s: Assembler messages: /tmp/ccQlesaa.s:1622: Error: syntax error; found `@' but...
2004 Apr 15
1
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root. Ivan.
2019 Jan 13
0
Samba 4 users - UID/GID - or how to migrate
...= \\gustav\profiles\%U\w9xprofile >         domain logons = Yes >         os level = 255 >         preferred master = Yes >         domain master = Yes >         wins proxy = Yes >         wins support = Yes >         usershare allow guests = Yes > > New (Proxmox LXV) with: /etc/samba/smb.con > >        workgroup = DUCK >         server string = %h server (Samba, Ubuntu) >         interfaces = eth0 192.168.1.200/255.255.255.0 localhost >         bind interfaces only = Yes >         security = USER >         map to guest = Bad User &g...
2003 Nov 20
2
FreeBSD Compilation Issues
...------//------ rm -f libwine_unicode.so.1 && ln -s unicode/libwine_unicode.so.1 libwine_unicode .so.1 gcc -shared -Wl,-Bsymbolic,-z,defs glu32.spec.o glu.o glu32.dll.dbg.o -o glu 32.dll.so -L../../libs/wine -lwine -L/usr/X11R6/lib -lSM -lICE -lXxf86dga -lXxf 86vm -lXrandr -lXrender -lXv -lXext -lX11 -lGL -lGLU -L../../libs/port -lwine_p ort -lm -lc *** Error code 1 Stop in /usr/home/dan/wine/dlls/glu32. *** Error code 1 Stop in /usr/home/dan/wine/dlls. *** Error code 1 Stop in /usr/home/dan/wine. Compilation failed, aborting install. ------//------ - I am running FreeBSD 4...
2019 Jan 13
4
Samba 4 users - UID/GID - or how to migrate
...;         domain logons = Yes >>         os level = 255 >>         preferred master = Yes >>         domain master = Yes >>         wins proxy = Yes >>         wins support = Yes >>         usershare allow guests = Yes >> >> New (Proxmox LXV) with: /etc/samba/smb.con >> >>      -- snip because false file >> >> I think the problem is the mappig to the uid/gid of the new samba. >> >> The user "testuser" on the old System has uid 500 and gid 100. I >> created my testuser - who can acce...
2001 Nov 28
2
segv while compiling
.../include -o ts_xpm.o ts_xpm.c gcc -shared -Wl,-soname,libwine_tsx11.so locking.o ts_xf86dga.o ts_xf86dga2.o ts_xf86vmode.o ts_xshm.o ts_xlib.o ts_xrender.o ts_xresource.o ts_xvideo.o ts_xutil.o ts_shape.o ts_xpm.o -o libwine_tsx11.so.1.0 -L/usr/X11R6/lib -lSM -lICE -lXpm -lXxf86dga -lXxf86vm -lXv -lGL -lGLU -lXext -lX11 rm -f libwine_tsx11.so && ln -s libwine_tsx11.so.1.0 libwine_tsx11.so make[1]: Leaving directory `/home/shanov/wine-20011108/tsx11' make[1]: Entering directory `/home/shanov/wine-20011108/dlls' make[2]: Entering directory `/home/shanov/wine-20011108/dlls/glu...
2019 Jan 13
0
Samba 4 users - UID/GID - or how to migrate
...;>         os level = 255 > >>         preferred master = Yes > >>         domain master = Yes > >>         wins proxy = Yes > >>         wins support = Yes > >>         usershare allow guests = Yes > >> > >> New (Proxmox LXV) with: /etc/samba/smb.con > >> > >>      -- snip because false file > >> > >> I think the problem is the mappig to the uid/gid of the new samba. > >> > >> The user "testuser" on the old System has uid 500 and gid 100. I > >>...
2003 Dec 25
3
Missing LDSHARED in Makefiles; build problems.
I've been trying to build Wine (20031118) on a G4 PowerBook running OS X 10.3.1. The first problem occurs during configure: checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRRSetScreenConfigAndRate in -lXrandr... yes checking for XvShmCreateImage in -lXv... yes configure: error: /usr/X11R6/lib/libGL.a is present on your system. This prevents linking to OpenGL. Delete the file and restart configure. Apparently the presence of the GL static library prevents linking to it... A bit nonsensical, but easily fixed by moving the file somewhere else. The...
2001 Jun 04
1
*** liste wine ***
...desktop.o dga2.o window.o winpos.o x11ddraw.o x11drv_main.o xvidmode.o ../../graphics/x11drv/x11drv.o ./../windows/x11drv/x11drv.o -o libx11drv.so -L../../dlls -luser32 -lgdi32 -lkernel32 -L../../library -lwine -L../../tsx11 -lwine_tsx11 -L/usr/X11R6/lib -lSM -lICE -lXpm -lXxf86dga -lXxf86vm -lXv -lXext -lX11 -lncurses -lm -lutil -ldl make[2]: Quitte le r?pertoire `/home/j/src/wine/dlls/x11drv' make[1]: Quitte le r?pertoire `/home/j/src/wine/dlls' j
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...n in -lXext... yes checking for X11/extensions/xf86dga.h... yes checking for XDGAQueryExtension in -lXxf86dga... yes checking for X11/extensions/xf86vmode.h... yes checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for X11/extensions/Xvlib.h... yes checking for XvShmCreateImage in -lXv... yes checking for GL/gl.h... yes checking for GL/glx.h... yes checking for GL/glext.h... yes checking for up-to-date OpenGL version... yes checking for thread-safe OpenGL version... no checking for glXCreateContext in -lGL... yes checking for glXGetProcAddressARB in -lGL... yes checking for OpenG...
2018 Jan 24
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...runk/test/CodeGen/PowerPC/fsl-e500mc.ll > llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll > llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll > llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll > llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll > llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll > llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll > llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll > llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll > llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll > llvm/trunk/test/CodeGen/PowerPC/merge-st-cha...
2018 Jan 24
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...C/emptystruct.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll llvm/trunk/test/CodeGen/PowerPC/merge-st-chain-op.ll llvm/trunk/tes...
2018 Jan 25
2
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...werPC/fsl-e500mc.ll >> llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll >> llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll >> llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll >> llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll >> llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll >> llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll >> llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll >> llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll >> llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll >> llvm/trunk/test/CodeGen/...
2018 Jan 25
3
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...>>> llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll >>> llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll >>> llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll >>> llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll >>> llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll >>> llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll >>> llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll >>> llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll >>> llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll >>> llvm...
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...C/emptystruct.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll llvm/trunk/test/CodeGen/PowerPC/merge-st-chain-op.ll llvm/trunk/tes...
2018 Jan 25
0
[PATCH] D41675: Remove alignment argument from memcpy/memmove/memset in favour of alignment attributes (Step 1)
...C/emptystruct.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e500mc.ll llvm/trunk/test/CodeGen/PowerPC/fsl-e5500.ll llvm/trunk/test/CodeGen/PowerPC/glob-comp-aa-crash.ll llvm/trunk/test/CodeGen/PowerPC/isel-rc-nox0.ll llvm/trunk/test/CodeGen/PowerPC/licm-remat.ll llvm/trunk/test/CodeGen/PowerPC/lxv-aligned-stack-slots.ll llvm/trunk/test/CodeGen/PowerPC/memcpy-vec.ll llvm/trunk/test/CodeGen/PowerPC/memcpy_dereferenceable.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc-le.ll llvm/trunk/test/CodeGen/PowerPC/memset-nc.ll llvm/trunk/test/CodeGen/PowerPC/merge-st-chain-op.ll llvm/trunk/tes...
2004 Apr 01
1
[patch] net/rsync: problems in client name lookup code
>Submitter-Id: current-users >Originator: Alex Vasylenko >Organization: >Confidential: no >Synopsis: [patch] net/rsync: problems in client name lookup code >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 4.8-RELEASE-p16 i386 >Environment: System: FreeBSD 4.8-RELEASE-p16 >Description: rsync does reverse name