Forum: PS2 Homebrew/Dev & Emu Scene - Topics relating to homebrew PS2 development and emulation. Stay current and up to date on the latest homebrew releases from the best devs on the scene.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Kapi?
  

Results 1 to 3 of 3
  1. #1 Kapi? 
    HypERSoniC's Avatar
    HypERSoniC is offline Un Oceano en mis suenos...
    Join Date
    Jan 2003
    Location
    sydney ·:· :: · :.
    Posts
    1,724
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    ---

    KaylaKaze, which version of libito does kapi require? im using 0.2.1 atm, and am getting this error when compiling your test program.
    Code:
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : type specifier omitted for parameter
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : parse error before '\x0'
    C:/ps2dev/ps2sdk/ee/include/string.h: In function `void memset2(...)':
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : declaration of C function `void
       memset2(...)' conflicts with
    C:/ps2dev/libito/include/itomisc.h(25) : previous declaration `void*
       memset2(void*, unsigned char, long unsigned int)' here
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : `void memset2(...)' was declared
       `extern' and later `static'
    C:/ps2dev/libito/include/itomisc.h(25) : previous declaration of `void*
       memset2(void*, unsigned char, long unsigned int)'
    C:/ps2dev/ps2sdk/ee/include/string.h: In function `void memset2(...)':
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : `p' undeclared (first use this
       function)
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : (Each undeclared identifier is
       reported only once for each function it appears in.)
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : `n' undeclared (first use this
       function)
    make: *** [main.o] Error 1
    Last edited by HypERSoniC; 11-10-2005 at 01:50 AM.
    HypERSoniC
    Reply With Quote  

  2. #2  
    KaylaKaze is offline ^^ Dreams in digital... Too much coding
    Join Date
    Nov 2003
    Location
    North Carolina
    Posts
    248
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    That's the same version as I use. I think the problem is with PS2SDK. The latest version I have (about 6 months old) doesn't define memset2 and whatnot. Try adding "#define memset" (no quotes of course) to the beginning of your code (before includes). If that doesn't work, comment out the memset2 declaration in itomisc.h.
    Reply With Quote  

  3. #3  
    HypERSoniC's Avatar
    HypERSoniC is offline Un Oceano en mis suenos...
    Join Date
    Jan 2003
    Location
    sydney ·:· :: · :.
    Posts
    1,724
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    1
    adding that line doesnt work, so i went ahead and commented it out in itomisc.h , now i am getting this error
    Code:
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : type specifier omitted for parameter
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : parse error before '\x0'
    C:/ps2dev/ps2sdk/ee/include/string.h: In function `void memset2(...)':
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : `p' undeclared (first use this
       function)
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : (Each undeclared identifier is
       reported only once for each function it appears in.)
    C:/ps2dev/ps2sdk/ee/include/string.h(88) : `n' undeclared (first use this
       function)
    make: *** [main.o] Error 1
    i also tried for fun what delaring p and n before the includes would do. it removed thoes errors, but added
    Code:
    C:/ps2dev/KAPI/include/GraphicsCore.h(16) : parse error before `}' token
    thanks for your help thusfar
    Last edited by HypERSoniC; 11-15-2005 at 06:29 AM.
    HypERSoniC
    Reply With Quote  

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