Sonic and Sega Retro Message Board: CyberKitsune - Viewing Profile - Sonic and Sega Retro Message Board

Jump to content

Hey there, Guest!  (Log In · Register) Help

Group:
Member: Members
Active Posts:
83 (0.04 per day)
Most Active In:
General Sonic Discussion (15 posts)
Joined:
29-May 09
Profile Views:
2589
Last Active:
User is offline Jun 11 2015 09:42 PM
Currently:
Offline

My Information

Member Title:
Never enough time.
Age:
20 years old
Birthday:
February 1, 1995
Gender:
Male Male

Contact Information

E-mail:
Private
Website:
Website  http://cyberkitsune.net

Previous Fields

Project:
aaaaaaaaa
National Flag:
us
Wiki edits:
52
SA2 Emblems:
1

Latest Visitors

Topics I've Started

  1. Gens/gs II on 64-bit Linux

    25 September 2010 - 11:30 PM

    CODE
    cyberkitsune@cyberkitsune-laptop:~/gens-gs-ii$ git pull
    Already up-to-date.
    cyberkitsune@cyberkitsune-laptop:~/gens-gs-ii$ cmake .
    -- Checking what CFLAG is required for C99:
    -- Performing Test CFLAG_-std=gnu99
    -- Performing Test CFLAG_-std=gnu99 - Success
    -- Checking what CFLAG is required for C99: -std=gnu99
    -- Checking what CXXFLAG is required to disable C++ RTTI:
    -- Checking what CXXFLAG is required to disable C++ RTTI: none
    -- Checking what CXXFLAG is required to disable C++ exceptions:
    -- Checking what CXXFLAG is required to disable C++ exceptions: none
    -- Performing Test CFLAG_-Wall
    -- Performing Test CFLAG_-Wall - Success
    -- Performing Test CFLAG_-Wextra
    -- Performing Test CFLAG_-Wextra - Success
    -- Performing Test LDFLAG_-Wl,-O1
    -- Performing Test LDFLAG_-Wl,-O1 - Success
    -- Performing Test LDFLAG_-Wl,--sort-common
    -- Performing Test LDFLAG_-Wl,--sort-common - Success
    -- Performing Test LDFLAG_-Wl,--as-needed
    -- Performing Test LDFLAG_-Wl,--as-needed - Success
    -- Loaded CMakeASM_NASMInformation - ASM_NASM support is still experimental, please report issues
    -- Loaded CMakeASM_NASMInformation - ASM_NASM support is still experimental, please report issues
    -- Looking for IceConnectionNumber in ICE
    -- Looking for IceConnectionNumber in ICE - found
    -- Found X11: /usr/lib/libX11.so
    -- Found OpenGL: /usr/lib/libGL.so
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /home/cyberkitsune/gens-gs-ii
    cyberkitsune@cyberkitsune-laptop:~/gens-gs-ii$ make
    git_version.sh: Output has changed, updating /home/cyberkitsune/gens-gs-ii/git_version.h
    [  0%] Built target git_version
    [  3%] Built target minizip
    [  8%] Built target 7z
    [ 23%] Built target lzmabase
    [ 26%] Built target zomg
    [ 27%] Building ASM_NASM object src/libgens/mdZ80/CMakeFiles/mdZ80.dir/mdZ80_x86.asm.o
    Linking C static library libmdZ80.a
    [ 29%] Built target mdZ80
    [ 30%] Built target star_s68k
    [ 30%] Built target star_m68k
    [ 34%] Built target starscream
    Scanning dependencies of target gens
    [ 34%] Building CXX object src/libgens/CMakeFiles/gens.dir/lg_main.cpp.o
    Linking CXX static library libgens.a
    [ 66%] Built target gens
    Scanning dependencies of target gens-qt4
    [ 67%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/gqt4_main.cpp.o
    [ 68%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/GensWindow.cpp.o
    [ 68%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/AboutWindow.cpp.o
    [ 69%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/GensMenuBar.cpp.o
    [ 70%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/EmuThread.cpp.o
    [ 71%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/SigHandler.cpp.o
    [ 71%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/VBackend/VBackend.cpp.o
    [ 72%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/VBackend/GensQGLWidget.cpp.o
    [ 73%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Input/KeyHandlerQt.cpp.o
    [ 73%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/CtrlConfigWindow.cpp.o
    [ 74%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Audio/GensPortAudio.cpp.o
    [ 75%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/EmuManager.cpp.o
    [ 76%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Audio/ABackend.cpp.o
    [ 77%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Audio/ARingBuffer.cpp.o
    [ 78%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/ZipSelectDialog.cpp.o
    [ 79%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Input/EventKeys.cpp.o
    [ 79%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/EmuManager_qEmu.cpp.o
    [ 80%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/VBackend/GlTex2D.cpp.o
    [ 81%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_GensWindow.cxx.o
    [ 81%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_AboutWindow.cxx.o
    [ 82%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_GensMenuBar.cxx.o
    [ 83%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_EmuThread.cxx.o
    [ 84%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_GensQApplication.cxx.o
    [ 84%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/VBackend/moc_GensQGLWidget.cxx.o
    [ 85%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_CtrlConfigWindow.cxx.o
    [ 86%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_EmuManager.cxx.o
    [ 86%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/VBackend/moc_MsgTimer.cxx.o
    [ 87%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/moc_ZipSelectDialog.cxx.o
    [ 88%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/Input/moc_EventKeys.cxx.o
    [ 89%] Building CXX object src/gens-qt4/CMakeFiles/gens-qt4.dir/qrc_gens-qt4.cxx.o
    Linking CXX executable gens-qt4
    /usr/bin/ld: i386:x86-64 architecture of input file `../libgens/starscream/libstarscream.a(main68k.asm.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `../libgens/starscream/libstarscream.a(asm-wrapper.asm.o)' is incompatible with i386 output
    /usr/bin/ld: i386:x86-64 architecture of input file `../libgens/mdZ80/libmdZ80.a(mdZ80_x86.asm.o)' is incompatible with i386 output
    CMakeFiles/gens-qt4.dir/Audio/GensPortAudio.cpp.o: In function `GensQt4::GensPortAudio::open()':
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:66: undefined reference to `Pa_Initialize'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:71: undefined reference to `Pa_GetErrorText'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:76: undefined reference to `Pa_GetDefaultOutputDevice'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:81: undefined reference to `Pa_Terminate'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:85: undefined reference to `Pa_GetDeviceInfo'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:90: undefined reference to `Pa_Terminate'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:109: undefined reference to `Pa_OpenStream'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:115: undefined reference to `Pa_GetErrorText'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:116: undefined reference to `Pa_Terminate'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:120: undefined reference to `Pa_StartStream'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:125: undefined reference to `Pa_GetErrorText'
    CMakeFiles/gens-qt4.dir/Audio/GensPortAudio.cpp.o: In function `GensQt4::GensPortAudio::close()':
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:148: undefined reference to `Pa_StopStream'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:153: undefined reference to `Pa_GetErrorText'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:157: undefined reference to `Pa_CloseStream'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:162: undefined reference to `Pa_GetErrorText'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:167: undefined reference to `Pa_Terminate'
    /home/cyberkitsune/gens-gs-ii/src/gens-qt4/Audio/GensPortAudio.cpp:172: undefined reference to `Pa_GetErrorText'
    collect2: ld returned 1 exit status
    make[2]: *** [src/gens-qt4/gens-qt4] Error 1
    make[1]: *** [src/gens-qt4/CMakeFiles/gens-qt4.dir/all] Error 2
    make: *** [all] Error 2
    cyberkitsune@cyberkitsune-laptop:~/gens-gs-ii$

    ?????????????????
  2. Steam for Linux

    09 May 2010 - 11:44 AM

    http://www.phoronix.com/scan.php?page=news...m&px=ODIwNQ
    QUOTE
    Less than two weeks ago we reported on the Mac OS X Steam client confirming the existence of a Linux client and then found more Linux references too. We then found the unreleased Steam Linux binaries that were under active development. Some still didn't believe the existence of a Steam client for Linux with Source Engine support, but it's something we have said for nearly two years based upon our sources and then the emergence of these binaries.
    (...)

    It's on Steam's update server too, http://store.steampowered.com/public/clien...am_client_linux
    I was able to get it running with a few modifications myself,

    And no, it's not WINE, it's native.
  3. Ubuntu 10.04 Released

    29 April 2010 - 09:29 PM

    http://www.ubuntu.com
    QUOTE
    New in 10.04 LTS:

    * Boot speed: Noticeably quicker on almost any machine and super-fast on SSD-based machines such as netbooks, which means users can speed straight to the browser for fast web access.

    * Social from the start: The new 'Me Menu' in Ubuntu 10.04 LTS consolidates the process of accessing and updating social networks including Facebook, Digg, Twitter and Identi.ca. The Me Menu also integrates chat channels so users can talk with friends or colleagues on Google Talk, MSN, IRC and nearly every network.

    * Ubuntu One: Enhanced desktop integration for the online service means files and folders can be shared and saved on the cloud more easily. Bookmark and contacts sharing has been added, speeding the move from personal computer to personal computing.

    * Ubuntu One Music Store: Music from the world's largest labels and greatest bands available direct to Ubuntu users through the default music player. Purchase tracks, store in Ubuntu One and share DRM-free music from one location across multiple computers and devices.

    * Ubuntu Software Centre 2.0: An easy way to find new software, and keep track of it once it's installed in a new, sleeker interface. Users can also single out software provided by Ubuntu, by Canonical partners or by developers who use Canonical's Launchpad Personal Package Archive (PPA) hosting service.

    * Ubuntu 10.04 Netbook Edition (UNE): As well as benefiting from the improvements in the Desktop Edition, netbook users will see even faster boot speeds on SSD-based devices, faster suspend/resume that will extend battery life - and the industry-leading interface for these smaller screens.



    Sorry Apple, looks like Ubuntu is taking a lead.