Page 5 of 13 FirstFirst 123456789 ... LastLast
Results 41 to 50 of 125

Thread: [Tutorial]The Quick + Easy Way To Start Developing in C/C++!!

                  
   
  1. #41
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    it just saids, no target to do this, or something like that, when I type make, any ideas anyone?

  2. #42
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    I edited my post before yours explaining how I installed it. see if that help you.

  3. #43
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    I tryed it and it said it installed but I went to psp/sdk/include, and its not there.

    I noticed that when I typed make -C src install, it saids its installing to libmad and not to psp/sdk

  4. #44
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    Quote Originally Posted by ronbot3p0
    I tryed it and it said it installed but I went to psp/sdk/include, and its not there.

    hehe, thats the wrong include folder... its just /psp/include

  5. #45
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    Yea its not there either,I dont think I did anything wrong. why is it not installing? where are you getting libmad from, because the only think that is doing right now is compling the the src folder like if im making a program.

  6. #46
    DCEmu Newbie
    Join Date
    Nov 2005
    Posts
    41
    Rep Power
    0

    Default

    I'm getting mine from svn.pspdev.org.

    try this, delete your download of libmad then follow these instructions again and see if it works.

    1. download libmad to pspdev folder
    svn checkout svn://svn.pspdev.org/psp/trunk/libmad
    2. go into the libmad\src folder
    3. open Makefile
    4. delete the @mkdir line
    5. in the command prompt type make -C src
    6. then type make -C src install

  7. #47
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    This is where im getting it from also, its complying the files in the src folder and nothing else

  8. #48
    GP2X Coder/Moderator
    Join Date
    Jan 2006
    Posts
    1,678
    Rep Power
    84

    Default

    KunoNoOni: Why dont you send him/her your compiled version?

  9. #49
    DCEmu Newbie
    Join Date
    Jun 2006
    Posts
    22
    Rep Power
    0

    Default

    Yes Please Lol, Im Going Crazy Over This

  10. #50
    DCEmu Coder dalejrrocks's Avatar
    Join Date
    Feb 2006
    Location
    Alabama
    Age
    33
    Posts
    240
    Rep Power
    67

    Default

    Libmad files go into your C:/pspdev/psp/include and
    C:/pspdev/psp/lib folders.. the mad.h goes into include. the libwhatever.a file goes into lib. you can just make libmad and copy/paste the files yourself.

    BTW: Like I said there's an awesome surprise coming for this setup that in my opinion makes it equal to cygwin.

Page 5 of 13 FirstFirst 123456789 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

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
  •