openut

Kezdőlap Fórumok Játékok openut

3 bejegyzés megtekintése - 1-3 / 3
  • Szerző
    Bejegyzés
  • #1957581
    killall
    Felhasználó

      icculus-os ut-installer nemjo?
      ahogy atfutottam az oldalt, ugyanaz a verzio, meg minden es nalam megy.
      mostlatom, hogy a sima ut installer nincskint az icculuson, de ha erdekel felrakom webre.

      #1957582
      fellow
      Felhasználó

        az openut az ut reszben publikalt forrasa;
        mar par eve nezegetem, elevegre linux alatt vagyunk, forditasunk ut-et is;

        majd egyszer nekiesem es megnezem a forrast, mi nem stimmel;

        #1874970
        csaba
        Felhasználó

          vha foglalkoztam vele, de elakdtam, ha vki nagyon raerne talan megoldja:

          0.
          http://openut.sourceforge.net/arch/howto-openut.html
          nu, ez kicsit obsolote, ezert:

          1.
          cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openut login
          cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/openut co OpenUT

          2.
          http://openut.sourceforge.net/arch/howto-openut.html
          oke a fuggosegek, meg a masolnado konyvtarak

          3.
          gcc-2.95 kell:
          makefile-header -ben legyen:
          STD_CXX = gcc-2.95

          4.
          sdl verzio problema:
          ln -s /usr/lib/libSDL-1.2.so.0 /usr/lib/libSDL-1.1.so.0

          5. forditaskor bug:
          make[1]: Entering directory `/usr/src/OpenUT/Audio/Src’
          Generating dependencies for AudioCoreLinux.cpp
          gcc-2.95 -c -D__LINUX_X86__ -fno-for-scope -O2 -fomit-frame-pointer -march=pentium -D_REENTRANT -Werror -fPIC -I../../Audio/Inc -I../../Engine/Inc -I../../Core/Inc -DGPackage=GPackageAudio -o ../../Audio/rele
          ase-i386/AudioCoreLinux.o AudioCoreLinux.cpp
          In file included from AudioCoreLinux.cpp:18:
          /usr/include/pthread.h:441: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:441: parse error before `,’
          /usr/include/pthread.h:446: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:446: `__rwlock’ was not declared in this scope
          cc1plus: warnings being treated as errors
          /usr/include/pthread.h:446: warning: `pthread_rwlock_destroy’ initialized and declared `extern’
          /usr/include/pthread.h:449: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:449: `__rwlock’ was not declared in this scope
          /usr/include/pthread.h:449: warning: `pthread_rwlock_rdlock’ initialized and declared `extern’
          /usr/include/pthread.h:452: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:452: `__rwlock’ was not declared in this scope
          /usr/include/pthread.h:452: warning: `pthread_rwlock_tryrdlock’ initialized and declared `extern’
          /usr/include/pthread.h:462: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:462: `__rwlock’ was not declared in this scope
          /usr/include/pthread.h:462: warning: `pthread_rwlock_wrlock’ initialized and declared `extern’
          /usr/include/pthread.h:465: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:465: `__rwlock’ was not declared in this scope
          /usr/include/pthread.h:465: warning: `pthread_rwlock_trywrlock’ initialized and declared `extern’
          /usr/include/pthread.h:475: `pthread_rwlock_t’ was not declared in this scope
          /usr/include/pthread.h:475: `__rwlock’ was not declared in this scope
          /usr/include/pthread.h:475: warning: `pthread_rwlock_unlock’ initialized and declared `extern’
          /usr/include/pthread.h:481: `pthread_rwlockattr_t’ was not declared in this scope
          /usr/include/pthread.h:481: `__attr’ was not declared in this scope
          /usr/include/pthread.h:481: warning: `pthread_rwlockattr_init’ initialized and declared `extern’
          /usr/include/pthread.h:484: `pthread_rwlockattr_t’ was not declared in this scope
          /usr/include/pthread.h:484: `__attr’ was not declared in this scope
          /usr/include/pthread.h:484: warning: `pthread_rwlockattr_destroy’ initialized and declared `extern’
          /usr/include/pthread.h:487: parse error before `*’
          /usr/include/pthread.h:492: `pthread_rwlockattr_t’ was not declared in this scope
          /usr/include/pthread.h:492: `__attr’ was not declared in this scope
          /usr/include/pthread.h:493: parse error before `)’
          /usr/include/pthread.h:496: parse error before `*’
          /usr/include/pthread.h:500: `pthread_rwlockattr_t’ was not declared in this scope
          /usr/include/pthread.h:500: `__attr’ was not declared in this scope
          /usr/include/pthread.h:501: parse error before `)’
          AudioCoreLinux.cpp: In function `UBOOL CreateAudioMutex(AudioMutex *)’:
          /usr/include/pthread.h:379: too many arguments to function `int pthread_mutexattr_settype(pthread_mutexattr_t *, int)’
          AudioCoreLinux.cpp:359: at this point in file
          make[2]: *** [../../Audio/release-i386/AudioCoreLinux.o] Error 1
          make[1]: *** [usedeps] Error 2
          make[1]: Leaving directory `/usr/src/OpenUT/Audio/Src’
          make: *** [audio] Error 2

          oke, itt keen egy kicsit az Audio/Src/AudioCoreLinux.cpp es /usr/include/pthread.h kodjaban turkalni, de nincs kedvem;
          vki?

        3 bejegyzés megtekintése - 1-3 / 3
        • Be kell jelentkezni a hozzászóláshoz.