Displaying 20 results from an estimated 4000 matches similar to: "new rpms for SuSE uploaded"
2001 Mar 09
5
wine-20010305 rpms at my download site
Hi!
I have build an rpm package of wine-20010305 (mainly for SuSE, but I
think it'll work on other distris). It's available at:
http://www.mahowi.de/download/
Bye,
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon campaign | or at "http://www.mahowi.de/"
X against HTML mail | RSA: 0xC05BC0F5 * DSS: 0x4613B5CA
2001 Jul 01
0
new rpms for SuSE uploaded
Hi!
I've uploaded rpms of Wine-20010629 for SuSE 7.1 to my download page
http://www.mahowi.de/download/.
For this package, CUPS (package cups, series n) and freetype2 (series
gra) are needed.
Q.: Is it possible to build wine without use of libcups.so even if it is
installed?
Bye,
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon
2001 Apr 18
3
SuSE 7.1: What Wine package?.
Hello all:
I use a SuSE 7.1 Linux distro. It has a December-2000 version of Wine.
I tried to update by compiling an src.rpm of Wine. Compilation was OK but
when I installed the resulting rpm it dind?n work. Programs broke down
some moments after launching them. Config file has the same options it had
when I was using SuSE?s rpm of Wine.
I don?t know what Wine package is the appropiate for using
2001 Feb 06
2
cachedmetrics.:0.0
Hi!
Is it possible to tell wine not to rebuild ~/.wine/cachedmetrics.:0.0
every time it's started.
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon campaign | or at "http://www.mahowi.de/"
X against HTML mail | RSA: 0xC05BC0F5 * DSS: 0x4613B5CA
/ \ and postings | GPG: 0x88BC3576 * ICQ: 61597169
2001 Oct 07
0
new RPMs for SuSE 7.1
Hi!
I've uploaded new RPMs of wine-20011004 for SuSE 7.1 to my download page
http://www.mahowi.de/download/.
It's been a while since I've updated my RPMs but the August version
didn't compile on my computer.
Bye,
Manfred
--
/"\ | * AIM: mahowi42 * ICQ: 61597169 *
\ / ASCII ribbon campaign | PGP-Key available at Public Key Servers
X
2001 Mar 28
0
wine-20010326 rpms at my download site
Hi!
I've updated the RPM for SuSE Linux to version 20010326, available at
http://www.mahowi.de/download/.
Bye,
Manfred
--
/"\ | PGP-Key available at Public Key Servers
\ / ASCII ribbon campaign | or at "http://www.mahowi.de/"
X against HTML mail | RSA: 0xC05BC0F5 * DSS: 0x4613B5CA
/ \ and postings | GPG: 0x88BC3576 * ICQ: 61597169
2001 Mar 09
0
Diablo and wine-20010305
Hi!
I've tried to play Diablo (1) under wine. Setup worked, X switches to
640x480 and the title screen appears, but then all I get is a black
screen.
Output from wine:
---
mahowi@marvin:~ > esddsp wine /opt/wine/Program\ Files/Diablo/diablo.exe
FIXME:pthread_rwlock_rdlock
FIXME:pthread_rwlock_unlock
Could not stat /misc/floppy (No such file or directory), ignoring drive A:
2001 Jul 01
1
[Wine-20010629] compilation problems with freetype
Hi!
I tried to compile Wine-20010629, but compiltaion stops at
dlls/wineps/truetype.c with:
truetype.c:55: parse error before `library'
truetype.c:55: warning: type defaults to `int' in declaration of `library'
truetype.c:55: warning: data definition has no type or storage class
truetype.c:56: parse error before `face'
truetype.c:56: warning: type defaults to `int' in
2001 May 14
1
Wine on Suse 7.1
I installed Suse 7.1 and Wine. When I attempted to upgrade it with
Wine-20010507-1.i386.rpm and got two error messages:
Shadow-utils needed by Wine,
Kdebase conflicts with Wine.
Any help would be appreciated.
Tom Tiller
2001 Oct 01
1
Latest CVS of wine won't compile
Hi!
I tried to compile the latest CVS version (fetched this morning) of wine,
but compilation fails with:
gcc -c -I. -I. -I../../include -I../../include -O2 -m486 -fno-strength-reduce -Wall -mpreferred-stack-boundary=2 -fPIC -D__WINE__ -D_REENTRANT -I/usr/X11R6/include -o wnd.o wnd.c
In file included from ../../include/wine/winuser16.h:5,
from ttydrv.h:19,
2001 Feb 05
1
wine with TransGaming patch doesn't compile
Hi!
I have patched the latest CVS-sources of wine with the TransGaming
patch. Now it doesn't compile anymore. Seems to be a problem with MESA.
I have attached an error log.
I have installed NVIDIA_GLX 0.96 and the mesadev 3.2.
Manfred
=== begin of error log ===
In file included from d3ddevice/mesa.c:29:
mesa_private.h:219: parse error before `PFNGLSECONDARYCOLOR3UBEXTPROC'
2006 Apr 06
3
Wine and AMD 64 in Suse 9.3
Hi.
I have to use a comercial Windows software in my work, called Cosilab.
Last two months I was using Debian and wine 0.9.1 and everything went
perfect. The
Program works fine under wine and I haven't got any problems.
Now I've updated my computer to an AMD64 with 2Ghz Processor and I do
not know if the
problem with wine is caused by the 64 bits processor or why...
I try to run the
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
controller.stub!(:logged_in?).and_return(true)
Please help, this is driving me nuts ;-)
--
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com
2007 Jun 05
6
Help with spec controller
Hello,
I haven''t been able to create a controller spec.
You can see the code here:
http://pastie.caboo.se/67980
The error message I''m getting is:
Spec::Mocks::MockExpectationError in ''PersonController should tell the Person
model to create a new person on POST to create''
Mock ''person'' received unexpected message :save with (no args)
2007 Jun 07
6
Problem with response.should render_template
Hello, I have problems with this spec controllers:
http://pastie.caboo.se/68634
when I run:
rake spec:controllers
I get this error:
...............F......
1)
''DocTypeController should update and redirect to show'' FAILED
expected redirect to {:action=>"show", :id=>1}, got redirect to
2014 Apr 28
1
Missing menus in windows after update
On Mon, 28 Apr 2014 14:07:56 -0400
Ilia Mirkin <imirkin at alum.mit.edu> dijo:
>On Mon, Apr 28, 2014 at 1:33 AM, John Jason Jordan
><johnxj at comcast.net> wrote:
>> On Sun, 27 Apr 2014 23:01:57 -0400 Ilia Mirkin
>> <imirkin at alum.mit.edu> dijo:
>>>On Sun, Apr 27, 2014 at 10:41 PM, John Jason Jordan
>>><johnxj at comcast.net> wrote:
2007 Oct 27
4
Mongrel 1.0.2 on Ubuntu Feisty
Hi everybody,
I''ve been trying to setup a Ruby on Rails application on a Ubuntu Feisty
machine and I''ve spent a lot of time trying to figure out why Nginx and
mongrel_cluster weren''t working. The setup was correct (based on some
tutorials found on the internet), but there weren''t any pid files for the
mongrels started.
In case anybody else has experienced the
2014 Apr 28
2
Missing menus in windows after update
On Sun, 27 Apr 2014 23:01:57 -0400
Ilia Mirkin <imirkin at alum.mit.edu> dijo:
>On Sun, Apr 27, 2014 at 10:41 PM, John Jason Jordan
><johnxj at comcast.net> wrote:
>> Ubuntu 13.10 x86_64 up to date on laptop with nVidia GeForce GTX
>> 765M.
>>
>> There were some updates that I applied last week, and ever since I
>> have missing text in some menus
2004 Sep 06
3
file context menu takes for ever with 3.0.6, both sernet and suse
I've tested SerNet's ans SuSE's versions of Samba 3.0.6
on a test member server. Joining domain, attaching share
all works but if I right-click a file, the context menu
takes for ever to pop up. If I select Properties, it
takes even longer until the dialog box appears.
Right-clicking a directory pops up the context menu
without delay and the Properties dialog box also comes
fast, but
2007 Aug 06
5
Problems with array mock
Hi everyone,
I''m trying this in my helper spec and it didn''t work:
@curr_odontogram.should_receive(''photos[1]'').and_return(@photo)
and the error is:
SyntaxError in ''PersonHelper Deberia devolverme un link para eliminar una foto''
compile error
/home/gramos/src/rails/r-dental/config/../vendor/plugins/rspec/lib/spec/mocks/proxy.rb:99:
syntax