Results 1 to 9 of 9

Thread: Cedega CVS

  1. #1
    Join Date
    Sep 2005
    Beans
    239

    Cedega CVS

    I'm installing cedega cvs by following the instructions off this website :
    http://www.linux-gamers.net/modules...hp?articleid=45

    newstruc.c: In function ‘handle_ani_list’:
    newstruc.c:740: error: invalid lvalue in increment
    newstruc.c: In function ‘new_ani_curico’:
    newstruc.c:851: error: invalid lvalue in increment
    make[2]: *** [newstruc.o] Error 1
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/winex330/winex/tools/wrc'
    make[1]: *** [wrc] Error 2
    make[1]: Leaving directory `/home/ryan/.WineCVS/sources/winex330/winex/tools'
    make: *** [tools] Error 2

    i get this error when trying to compile but the suggestion they give doesn't solve my problem

  2. #2
    Join Date
    Dec 2004
    Location
    Barcelona
    Beans
    264
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Cedega CVS

    Type the following before compiling

    CC=gcc-3.4
    export CC

    Btw the link you provided is broken.
    Registered Linux User #371167

  3. #3
    Join Date
    Sep 2005
    Beans
    239

    Re: Cedega CVS

    Quote Originally Posted by cutOff
    Type the following before compiling

    CC=gcc-3.4
    export CC

    Btw the link you provided is broken.
    http://www.linux-gamers.net/modules/...p?articleid=45
    i clicked on it on my computer and it works......hmmm......

    thx for teh idea ill try it.

  4. #4
    Join Date
    Sep 2005
    Beans
    239

    Re: Cedega CVS

    ryan@ubuntu:~$ CC=gcc-3.4
    ryan@ubuntu:~$ export CC
    ryan@ubuntu:~$ sh WineCVS.sh













    ================================================== =============================

    Profile menu

    Here you can download new profiles, upgrade existing
    or run existing


    g) Get a profile from http://winecvs.linux-gamers.net/WineCVS
    c) Change command line action
    r) Run existing profile


    =================WineCVS helpsystem (q will quit, b go back)=================

    Make your choice:

    ================================================== =============================

    List of profiles (b to go back):

    0 ) cedega_head_userinstall
    1 ) cvscedega_head_old
    2 ) winex330
    Enter choice:
    0


    Running Profile : cedega_head_userinstall
    /home/ryan/.WineCVS/sources/cvscedega/wine



    WineCVS.sh - Progress(u) : Green is current

    0 = Uninstall
    1 = Cleanup
    2 = CVS checkout
    3 = Configure
    4 = Make depend
    5 = Make
    6 = Make install
    7 = Finish up

    -------------------------------------------

    Compiling ...




    --------- Error log - file /home/ryan/.WineCVS/sources/cvscedega/ErrorLog : ---------
    make[1]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/unicode'
    make[1]: `libwine_unicode.so' is up to date.
    make[1]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/unicode'make[1]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools'
    make[2]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/winebuild'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/winebuild'
    make[2]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/winedump'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/winedump'
    make[2]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/wmc'
    make[2]: Nothing to be done for `all'.
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/wmc'
    make[2]: Entering directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/wrc'
    gcc -MMD -c -I. -I. -I../../include -I../../include -g -O2 -Wall -mpreferred-stack-boundary=2 -fno-keep-static-consts -D__const=const -fno-strict-aliasing -D__int8=char -D__int16=short -D__int32=int "-D__int64=long long" -D__WINE__ -D_REENTRANT -o newstruc.o newstruc.c
    newstruc.c: In function ‘handle_ani_list’:
    newstruc.c:740: error: invalid lvalue in increment
    newstruc.c: In function ‘new_ani_curico’:
    newstruc.c:851: error: invalid lvalue in increment
    make[2]: *** [newstruc.o] Error 1
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/wrc'
    make[1]: *** [wrc] Error 2
    make[1]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools'
    make: *** [tools] Error 2


    Error in Make



    Nope still a problem thx for the idea though.......

  5. #5
    Join Date
    Sep 2005
    Beans
    239

    Re: Cedega CVS

    sorry didn't mean to post....
    Last edited by rj686; September 18th, 2005 at 05:47 AM.

  6. #6
    Join Date
    Sep 2005
    Beans
    13

    Re: Cedega CVS

    try doing this:

    sh WineCVS.sh refresh

  7. #7
    Join Date
    Sep 2005
    Beans
    239

    Re: Cedega CVS

    are u supposed to run this as root?


    nope same error..........
    NTRANT -o newstruc.o newstruc.c
    newstruc.c: In function ‘handle_ani_list’:
    newstruc.c:740: error: invalid lvalue in increment
    newstruc.c: In function ‘new_ani_curico’:
    newstruc.c:851: error: invalid lvalue in increment
    make[2]: *** [newstruc.o] Error 1
    make[2]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools/wr c'
    make[1]: *** [wrc] Error 2
    make[1]: Leaving directory `/home/ryan/.WineCVS/sources/cvscedega/winex/tools'
    make: *** [tools] Error 2
    Last edited by rj686; September 18th, 2005 at 10:05 PM.

  8. #8
    Join Date
    May 2005
    Location
    Ecuador
    Beans
    199

    Re: Cedega CVS

    Do not follow that tutorial

    Seach for "Frank's Corner" + Wine at GOogle

    he will explain you how to install WineCVS from scratch
    -------------------
    Regards
    Xavier

  9. #9
    Join Date
    Sep 2005
    Beans
    10

    Re: Cedega CVS

    http://www.linux-gamers.net/modules/...p?articleid=45
    it says >"for you to able to run cvscedega properly, you should first know where cvscedega is located on your system: try to locate cvscedega first, e.g. #locate cvscedega. then execute the command including the location of cvscedega, e.g. #/usr/local/cvscedega"
    so I sreached for it >Computer>Search for file...
    and found it in /home/andrea/bin so I typed /home/andrea/bin/cvscedega and this came out
    root@pc12:/home/andrea # /home/andrea/bin/cvscedega
    Enter Path for first Drive (C (Default: /root/.cvscedega/drive_c)
    Newbies, press enter
    Making fake C drive...
    Edit the /root/.cvscedega/config file to fit your system
    Installing registry...
    Done
    FuddFeatures:
    Reinsert default registry: cvscedega --reregister
    Install .reg with regapi: cvscedega regapi <regfilename.reg>
    Install .reg with regedit: cvscedega regedit [regfilename.reg]
    Start winecfg: cvscedega winecfg
    Log to file: cvscedega log <normal params>
    eg: cvscedega log -debugmsg=+ddraw,+err -- hl.exe -console
    Cedega CVS
    Usage: /home/andrea/.WineCVS/installs/cvscedega/bin/wine [options] [--] program_name [arguments]
    The -- has to be used if you specify arguments (of the program)
    Options:
    --debugmsg name Turn debugging-messages on or off
    --dll name Enable or disable built-in DLLs
    --dosver x.xx DOS version to imitate (e.g. 6.22)
    Only valid with --winver win31
    --help,-h Show this help message
    --managed Allow the window manager to manage created windows
    --version,-v Display the Wine version
    --winver Version to imitate (win95,win98,winme,nt351,nt40,win2k,winxp,win20,wi n30,win31)
    --dt Defer trace until Alt+F12
    --use-dos-cwd Used to set the DOS current working directory for the process (needs a path)
    --cmdline Specifies the application's command line
    --monitor-cdrom-eject Activate monitoring of CD-ROM ejection requests

    So ermm am I done? Have I succesfully Installed CVSCEdega?

    I think not>.< caz this pc doesnt have Drive C/Drive D and my friend says he would have to partition thoseT___________________T meh, do I really need a drive c to completly install cvs cedega? He's as clueless bout ubuntu as I am>.<
    Last edited by Struck; September 29th, 2005 at 04:15 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •