Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
06-02-2013, 02:46 PM
Post: #13
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit]
Something is going wrong with linking somewhere. I'm not familiar enough with the program to say for sure and sadly I don't have the time to tear it apart. I'm going to fish around a bit for workarounds in the meantime, that might help the devs find the issue. I added to PPSSPP.pro:

Code:
linux {
...
#manually link libdl.so.2
LIBS += -L/lib64 -l:libdl.so.2
...
}

This fixed the issue and the symbol resolves. This has uncovered a new and exciting issue:

Code:
undefined reference to '__CheatInit()'                                                       sceKernel.cpp
undefined reference to '__CheatShutdown()'                                                        sceKernel.cpp
collect2: error: ld returned 1 exit status

This does not seem to be due to the change in the cheat headers (although as I said I'm not familiar enough with this project to tell). I'll play around a bit and see what I can dig up.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Building SDL & Qt Versions doesnt work since today [Ubuntu 13.04 64bit] - Fnorbenden - 06-02-2013 02:46 PM

Forum Jump: