Zeige Ergebnis 1 bis 10 von 10

Question about SDL

This is a discussion on Question about SDL within the PSP Development Forum forums, part of the PSP Development, Hacks, and Homebrew category; Hey, I had a question about SDL. I used svn checkout and i put -lSDL in my makefile. I followed ...

  
  1. #1
    QJ Gamer Silver
    Points: 10.921, Level: 69
    Level completed: 18%, Points required for next Level: 329
    Overall activity: 0%

    Registriert seit
    May 2006
    Ort
    Behind you.
    Beiträge
    1.814
    Points
    10.921
    Level
    69
    Downloads
    0
    Uploads
    0

    Standard Question about SDL

    Hey,
    I had a question about SDL. I used svn checkout and i put -lSDL in my makefile. I followed a tutorial on using SDL and everything. If someone could briefly explain how to install SDL, SDL_Image, SDL_Mixer, and SDL_Gfx, it would be appreciated. I found tons of tutorials for the pc, but i couldn't find one for psp. Thanks.


    Calypso - Enjoy the excellent 2D space shooter:
    http://dl.qj.net/Calypso-v1-PSP-Home...6542/catid/195

    "Quoting yourself in your signature means you love to masterbate while looking at the mirror." -me (oh, wait...)

  2. #2
    QJ Gamer Green
    Points: 11.300, Level: 70
    Level completed: 13%, Points required for next Level: 350
    Overall activity: 0%

    Registriert seit
    Dec 2006
    Ort
    main();
    Beiträge
    1.071
    Points
    11.300
    Level
    70
    Downloads
    0
    Uploads
    0

    Standard

    There is a good tutorial in the C/C++ section on PSP-Programming.

    EDIT: Found it [LINK]

  3. #3
    QJ Gamer Silver
    Points: 10.921, Level: 69
    Level completed: 18%, Points required for next Level: 329
    Overall activity: 0%

    Registriert seit
    May 2006
    Ort
    Behind you.
    Beiträge
    1.814
    Points
    10.921
    Level
    69
    Downloads
    0
    Uploads
    0

    Standard

    Lol, ironically, i just found that like 10 minutes ago...Thanks anyways.

    THREAD REOPENED

    I have a new problem....i will post in around ten minutes...

    Ok, here is the problem:

    Code:
    mkdir .libs/libaudio.lax/libaudio_psp.a
    (cd .libs/libaudio.lax/libaudio_psp.a && psp-ar x /home/******/SDL/src/au
    dio/psp/.libs/libaudio_psp.a)
    psp-ar: /home/******: No such file or directory
    make[3]: *** [libaudio.la] Error 9
    make[3]: Leaving directory `/home/******/SDL/src/audio'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/******/SDL/src/audio'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/******/SDL/src'
    make: *** [all-recursive] Error 1
    I reinstalled it 3 times, but still the same error. Could anyone give me this file?
    Geändert von SuperBatXS (04-17-2007 um 07:11 PM Uhr)
    Calypso - Enjoy the excellent 2D space shooter:
    http://dl.qj.net/Calypso-v1-PSP-Home...6542/catid/195

    "Quoting yourself in your signature means you love to masterbate while looking at the mirror." -me (oh, wait...)

  4. #4
    Developer
    Points: 12.154, Level: 72
    Level completed: 26%, Points required for next Level: 296
    Overall activity: 0%

    Registriert seit
    Oct 2005
    Ort
    Dubuque
    Beiträge
    423
    Points
    12.154
    Level
    72
    My Mood
    Lurking
    Downloads
    1
    Uploads
    0

    Standard

    Whats with all the asterixes in the path names? surely that can't be valid.
    PSP Demo Videos (updated 11/29/08)
    MinerPSP Coder

  5. #5
    QJ Gamer Silver
    Points: 10.263, Level: 67
    Level completed: 54%, Points required for next Level: 187
    Overall activity: 0%

    Registriert seit
    Jun 2006
    Ort
    UK
    Beiträge
    2.326
    Points
    10.263
    Level
    67
    Downloads
    0
    Uploads
    0

    Standard

    Zitat Zitat von PSPJunkie_
    There is a good tutorial in the C/C++ section on PSP-Programming.

    EDIT: Found it [LINK]
    Works like a charm

  6. #6
    Developer
    Points: 4.318, Level: 41
    Level completed: 84%, Points required for next Level: 32
    Overall activity: 0%

    Registriert seit
    Jul 2006
    Beiträge
    205
    Points
    4.318
    Level
    41
    Downloads
    0
    Uploads
    0

    Standard

    He's probably hiding his name with the asterisks.

    I just went to ps2dev's WebSVN and followed the installation instructions in the README.PSP files. It seems to have worked for me.

  7. #7
    QJ Gamer Silver
    Points: 10.263, Level: 67
    Level completed: 54%, Points required for next Level: 187
    Overall activity: 0%

    Registriert seit
    Jun 2006
    Ort
    UK
    Beiträge
    2.326
    Points
    10.263
    Level
    67
    Downloads
    0
    Uploads
    0

    Standard

    The README.PSP needs to be updated. It says:
    Code:
    ./autogen.sh
    Where you need to now do
    Code:
    WANT_AUTOMAKE=1.9 ./autogen.sh

  8. #8
    QJ Gamer Silver
    Points: 10.921, Level: 69
    Level completed: 18%, Points required for next Level: 329
    Overall activity: 0%

    Registriert seit
    May 2006
    Ort
    Behind you.
    Beiträge
    1.814
    Points
    10.921
    Level
    69
    Downloads
    0
    Uploads
    0

    Standard

    Hm...ok i will try that. And yes, i hide my (dad's) name with the asterisks.
    Calypso - Enjoy the excellent 2D space shooter:
    http://dl.qj.net/Calypso-v1-PSP-Home...6542/catid/195

    "Quoting yourself in your signature means you love to masterbate while looking at the mirror." -me (oh, wait...)

  9. #9
    QJ Gamer Green
    Points: 11.300, Level: 70
    Level completed: 13%, Points required for next Level: 350
    Overall activity: 0%

    Registriert seit
    Dec 2006
    Ort
    main();
    Beiträge
    1.071
    Points
    11.300
    Level
    70
    Downloads
    0
    Uploads
    0

    Standard

    What's the big deal?

    Hi, I am Julius Parishy. How are you?

  10. #10
    QJ Gamer Silver
    Points: 10.921, Level: 69
    Level completed: 18%, Points required for next Level: 329
    Overall activity: 0%

    Registriert seit
    May 2006
    Ort
    Behind you.
    Beiträge
    1.814
    Points
    10.921
    Level
    69
    Downloads
    0
    Uploads
    0

    Standard

    Lol, all i can say is that my first name is Ahmed. I just don't like giving personal information on the internet.
    -= Double Post =-
    Zitat Zitat von PSPJunkie_
    What's the big deal?

    Hi, I am Julius Parishy. How are you?
    http://www.jparishy.com/
    Geändert von SuperBatXS (04-18-2007 um 08:24 PM Uhr) Grund: Automerged Doublepost
    Calypso - Enjoy the excellent 2D space shooter:
    http://dl.qj.net/Calypso-v1-PSP-Home...6542/catid/195

    "Quoting yourself in your signature means you love to masterbate while looking at the mirror." -me (oh, wait...)


 

Tags for this Thread

Forumregeln

  • Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
  • Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
  • Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
  • Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.
  •  





Alle Zeitangaben in WEZ -8. Es ist jetzt 08:57 PM Uhr.

Use of this Web site constitutes acceptance of the TERMS & CONDITIONS and PRIVACY POLICY
Copyright © , Caputo Media, LLC. All Rights Reserved. Cluster .