You are not logged in.
Pages: 1
http://wiki.archlinux.org/index.php/Cvscedega
"In your home folder enter .WineCVS/sources/cvscedega/winex/tools/ In here you should find two folders named wrc and widl. In both of these you should find a file named ppl.l. In these files you have to remove the big comments at the top."
...now, what's a "big comment"?
IF OS=win* THEN SYS_STABILITY=50%
Offline
I would say this is quite a big comment:
# GDM Configuration file. You can use gdmsetup program to graphically
# edit this, or you can optionally just edit this file by hand. Note that
# gdmsetup does not tweak every option here, just the ones most users
# would care about. Rest is for special setups and distro specific
# tweaks. If you edit this file, you should send the HUP or USR1 signal to
# the daemon so that it restarts: (Assuming you have not changed PidFile)
# kill -USR1 `cat /var/run/gdm.pid`
# (HUP will make gdm restart immediately while USR1 will make gdm not kill
# existing sessions and will only restart gdm after all users log out)
#
# You can also use the gdm-restart and gdm-safe-restart scripts which just
# do the above for you.
#
# For full reference documentation see the gnome help browser under
# GNOME|System category. You can also find the docs in HTML form on
# http://www.gnome.org/projects/gdm/
#
# NOTE: Some of these are commented out but still show their default values.
# If you wish to change them you must remove the '#' from the beginning of
# the line. The commented out lines are lines where the default might
# change in the future, so set them one way or another if you feel
# strongly about it.
#
# Have fun! - George
but of course it depends on your definition of 'big'
btw, why don't you use the PKGBUILD so you can handle cedega with pacman?
Offline
I'll give it a shot...
IF OS=win* THEN SYS_STABILITY=50%
Offline
Eh? I thought that comments were... Well, comments... You know, ignored. :?
BTW, have you tried Wine from the Extra repo? That's got good Direct X support.
Offline
btw, why don't you use the PKGBUILD so you can handle cedega with pacman?
So, how do I do that? I need to get the Cedega code via cvs, right? The .tgz on their website doesn't contain source code...
IF OS=win* THEN SYS_STABILITY=50%
Offline
Or, does anyone know exactly WHAT to uncomment in these two files?
:?
IF OS=win* THEN SYS_STABILITY=50%
Offline
why would anyone want the old cedega anymore? (the one in cvs is aaaaages old). By now, wine should be able to run almost anything better than winex... am i right?
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
What Aphelion wants to do is have a PKGBUILD for his subscribed Cedega binaries, with point2play, but the PKGBUILD in AUR is outdated.
Anyone willing to give it a shot?
Offline
why would anyone want the old cedega anymore? (the one in cvs is aaaaages old). By now, wine should be able to run almost anything better than winex... am i right?
No, and .. no.
Wine still lacks the copy protection support that Cedega has, which causes a lot of games to break.
Wine's implementation of DX is still weak compared to Cedega, whether a game works, is much more hit and miss, and certainly involves a lot more work.
iphitus
Offline
What Aphelion wants to do is have a PKGBUILD for his subscribed Cedega binaries, with point2play, but the PKGBUILD in AUR is outdated.
Anyone willing to give it a shot?
Shouldn't be much of a hassle to edit the one in AUR since Point2play is integrated in the Cedega binary nowadays. I have a _very_ basic PKGBUILD somewhere I made for 5.0.1 release.
Just your basic anime otaku some might even call nijikon.
Offline
Well does it work?
Offline
Wine still lacks the copy protection support that Cedega has, which causes a lot of games to break.
Wine's implementation of DX is still weak compared to Cedega, whether a game works, is much more hit and miss, and certainly involves a lot more work.
iphitus
yes, yes.. but i was talking about the one that are "free for grabs"; the one that everyone can download directly from some transgaming public cvs; Isn't that one really just the old winex, you know the release that were branched from wine before the license change!!?
that one doesn't really have much advantages to wine except perhaps the cp support does it?
i know the new cedega is better in some ways to newest wine.
KISS = "It can scarcely be denied that the supreme goal of all theory is to make the irreducible basic elements as simple and as few as possible without having to surrender the adequate representation of a single datum of experience." - Albert Einstein
Offline
When i try compile cvs cedega with this guide: http://wiki.archlinux.org/index.php/Cvscedega Method 2, i get this error:
./parser.y:285.8-14: warning: symbol tSTRING redeclared
./parser.y:285.16-21: warning: symbol tIDENT redeclared
./parser.y:285.23-30: warning: symbol tRAWDATA redeclared
conflicts: 2 shift/reduce
gcc -MMD -c -I. -I. -I../../include -I../../include -march=athlon-xp -mmmx -m3dnow -msse -O2 -pipe -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -Wa,--execstack -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o y.tab.o y.tab.c
flex -Cf -d -8 ./parser.l
gcc -MMD -c -I. -I. -I../../include -I../../include -march=athlon-xp -mmmx -m3dnow -msse -O2 -pipe -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -Wa,--execstack -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o lex.yy.o lex.yy.c
lex.yy.c:7630: error: expected ';', ',' or ')' before numeric constant
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory `/root/cvscedega/src/winex-build/tools/wrc'
make[1]: *** [wrc] Error 2
make[1]: Leaving directory `/root/cvscedega/src/winex-build/tools'
make: *** [tools] Error 2
==> ERROR: Build Failed. Aborting..
What can i do?
Offline
Pages: 1