Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
  1. #21
    Tells me Mono 2.8 is missing. But it's installed, i have ubuntu oneric. I installed monodevelop too, with .net, nothing change. wine psarc.exe still gives me the same error


  2. #22
    dont use wine, it's a linux program. and there shouldn't be a .exe in this release. It just needs compiled under linux, Are you sure it's this version from : ferb.fr/ps3/PSARC/


  3. #23
    Yep. I'm having difficult to compile the content with ubuntu. Do you know the proper command? +rep will be provided, some MAC and linux users could love a solution His source is horrible


    Last edited by Bartholomy; 11-03-2011 at 12:25 PM

  4. #24
    'make' is the command, what error are you getting but if you have an .exe you definitely have the wrong version


  5. #25
    I was talking about the psarc.exe, windows version. Then i found this linux release, but i cannot compile it. This is what i get, compiling:
    Code:
    g++ -lz -o psarc obj/file.o obj/psarc.o obj/main.o
    obj/psarc.o: In function `PSARC::inflateEntry(unsigned int, unsigned int*, unsigned int, char*, char*)':
    /home/*****/*****/psarc-0.1.2/psarc.cpp:53: undefined reference to `uncompress'
    collect2: ld returned 1 exit status
    make: *** [psarc] Error 1
    Any idea?


    Last edited by Bartholomy; 11-03-2011 at 12:34 PM Reason: Automerged Doublepost

  6. #26
    looks like it's missing zlib, I'm looking at it now.


  7. #27
    Let me know , thanks for help