Hacking VitaQuake Source Won't Compile...

  • Thread starter Thread starter jastolze
  • Start date Start date
  • Views Views 2,282
  • Replies Replies 9

jastolze

Well-Known Member
Member
Joined
May 2, 2012
Messages
385
Reaction score
58
Trophies
0
Age
34
XP
715
Country
United States
Okay, so I wanted to change something in the source but after I made the change, the Vita SDK gave me this error: I really would like to figure out what I'm doing wrong. Any help? I'm on Windows 8.1 by the way. (P.S: The error I'm referring to is the last one in the picture)

Capture.png
 
You're missing the mpg123.h as the compiler says...
Did it worked before you made the changes?
Weirdly enough, there is no mpg123.h file. I looked on github and it wasn't in there either. I did use cygwin to download the source, then transferred it over to the PS Vita SDK folder. Maybe that has something to do with it?
 
There is a line in audiodec/decoder_mp123.h which tries to include mpg123.h (that means the compiler copies the content of mpg123.h in audiodec/decoder_mp123.h on line 25 or 24 and substitutes it with the #include line).
But your compiler isn't able to find a mpg123.h.
That's what the compiler says and if you don't have any idea where to find these file your source code isn't complete and you won't will be able to compile the program.

Probably there is a lib missing on your system...
 
Last edited by VitaType,
Okay, so I wanted to change something in the source but after I made the change, the Vita SDK gave me this error: I really would like to figure out what I'm doing wrong. Any help? I'm on Windows 8.1 by the way. (P.S: The error I'm referring to is the last one in the picture)

Capture.png


remove this from the makefile:
-DHAVE_OGGVORBIS -DHAVE_MPG123 -DHAVE_LIBSPEEXDSP
 
Last edited by ,
@romain337: I did that and got this:
Capture.png


--------------------- MERGED ---------------------------

To be clear, this isn't my source, I'm using the creator of Vita Quake's source code and he didn't have any problems...
 
@romain337: I did that and got this:
Capture.png


--------------------- MERGED ---------------------------

To be clear, this isn't my source, I'm using the creator of Vita Quake's source code and he didn't have any problems...


Then remove this from thge makefile...
-lvorbisfile -logg -lvorbis -lspeexdsp -lmpg123 \
 

Site & Scene News

Popular threads in this forum