Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Got some problem build ppsspp
07-15-2013, 02:45 PM
Post: #1
Got some problem build ppsspp
I already got all stuff clone and update a natice.
but when I try to build it
open solution use VC++ at window folder (at clone folder)

it regenerate this

D:\PPSSPP\ppsspp\Windows\PPSSPP.vcxproj : warning : Platform 'x64' referenced in the project file 'PPSSPPWindows' cannot be found. Please make sure you have it installed under '%VCTargetsPath%\Platforms\x64'.

and other i am miss something?

Undecided

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-17-2013, 07:47 AM
Post: #2
RE: Got some problem build ppsspp
No one can help me with this problem? Sad

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-17-2013, 08:03 AM (This post was last modified: 07-17-2013 08:19 AM by solarmystic.)
Post: #3
RE: Got some problem build ppsspp
The warning occurs because you are trying to compile a 64bit build on Visual C++ Express which does not come with 64bit build support by default.

The (simplified) solution:-

Make sure your Visual C++ window looks like this (with the Release and Win32 build selected in the highlighted portions of my screenshot), and then build solution, by clicking on Debug --> Build Solution in the menubar.

You're now compiling a Win32 (32bit), release version of PPSSPP.

[Image: attachment.php?aid=6440]

It's that simple Big Grin

EDIT:-

If you really want 64bit build support in Visual C++ Express, read this:-

http://stackoverflow.com/questions/18650...10-express

I haven't tried it myself yet, but it should work.

EDIT2:-

Before I forget, make sure to do this first.

1. Right click on PPSSPPWindows in the Solution Explorer branch (you can see it in my screenshot) and click on properties

2. Click on Configuration Properties in the box that pops up, expand it and click on Debugging.

3. Click on Working Directory and then next to it, change the entry from (ActiveDirectory) to just ..

(Yes. Two dots.)

4. Click on Apply, and OK.

[Image: attachment.php?aid=6441]

5. Now build your solution.


Attached File(s) Thumbnail(s)
       

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-17-2013, 10:14 AM
Post: #4
RE: Got some problem build ppsspp
Thank soo much Blush it working but I don't know where the file be create Tongue
Build: 8 succeeded, 2 failed

Can I ask one thing how to merged a pull request (and unmerged it?)

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-17-2013, 10:21 AM (This post was last modified: 07-17-2013 10:25 AM by solarmystic.)
Post: #5
RE: Got some problem build ppsspp
(07-17-2013 10:14 AM)Ritori Wrote:  Thank soo much Blush it working but I don't know where the file be create Tongue
Build: 8 succeeded, 2 failed

Can I ask one thing how to merged a pull request (and unmerged it?)

Ritori, failed components means that the build was not 100% successful, ergo you will not get an executable file.

To fix this, open up your git console, head to the same directory you stored the project and make sure you've updated your repo by typing the following into it:-

1. git pull -v --progress "origin"

2. git submodule update --init

If your build was a complete success (10 succeeded or some up to dates), you'll find the new build you compiled in the same directory you stored the git project in the first place.

E.g. If you cloned the project into C:\Programming\ppsspp you'll find the compiled build exe file in C:\Programming\ppsspp

Get that sorted out first, merging and unmerging commits is a more advanced topic which you should only learn once you get the basics down.

Hope that helps.

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-17-2013, 11:19 AM
Post: #6
RE: Got some problem build ppsspp
10>LINK : fatal error LNK1181: cannot open input file 'D:\PPSSPP\ppsspp\Windows\Release\UI.lib'
========== Rebuild All: 8 succeeded, 2 failed, 0 skipped ==========
Not luck for me still that happen I try liked 2 time after i doing what you suggested what to do.
Maybe i need reclone it

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-17-2013, 11:29 AM (This post was last modified: 07-17-2013 11:40 AM by solarmystic.)
Post: #7
RE: Got some problem build ppsspp
(07-17-2013 11:19 AM)Ritori Wrote:  10>LINK : fatal error LNK1181: cannot open input file 'D:\PPSSPP\ppsspp\Windows\Release\UI.lib'
========== Rebuild All: 8 succeeded, 2 failed, 0 skipped ==========
Not luck for me still that happen I try liked 2 time after i doing what you suggested what to do.
Maybe i need reclone it

Perhaps you should reclone a fresh one. I will do a test self build later to confirm that the problem is not on your end, when I have access to my machine.

Before I forget, when you installed VC++ 2010, did you install it from the ISO version or the web installer?

You should have the following prerequisites installed together with VC++ in your system (check your Programs and Features section in Control Panel):-

1. Microsoft SQL Server Compact 3.5 SP2 x64 ENU
2. Microsoft .NET Framework 4 Multi Targetting Pack
3. Microsoft Visual Studio 2010 Express Prerequisites
4. Microsoft SQL Server Compact 3.5 SP2 ENU

Also, if you want to be 100% sure it's not your fault that the builds are failing, ensure that you've already installed the Microsoft DirectX SDK on your system:-

http://www.microsoft.com/en-us/download/...px?id=6812

and the Windows 7 SDK also:-

http://www.microsoft.com/en-us/download/...px?id=8442

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-17-2013, 11:47 AM (This post was last modified: 07-17-2013 11:51 AM by Ritori.)
Post: #8
RE: Got some problem build ppsspp
I used web installer and i got all following program you said Smile

Maybe that my fault when I used git bash I accident type this..
git update --v "origin" (i dunno when) but it update normaly
i know it should git update -v --progress "origin"

ohh btw should I install 3 of they
http://www.microsoft.com/en-us/download/...px?id=8442

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-17-2013, 11:58 AM
Post: #9
RE: Got some problem build ppsspp
(07-17-2013 11:47 AM)Ritori Wrote:  I used web installer and i got all following program you said Smile

Maybe that my fault when I used git bash I accident type this..
git update --v "origin" (i dunno when) but it update normaly
i know it should git update -v --progress "origin"

ohh btw should I install 3 of they
http://www.microsoft.com/en-us/download/...px?id=8442

Get this one.

GRMSDKX_EN_DVD.iso

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-18-2013, 11:13 AM
Post: #10
RE: Got some problem build ppsspp
(07-17-2013 11:58 AM)solarmystic Wrote:  
(07-17-2013 11:47 AM)Ritori Wrote:  I used web installer and i got all following program you said Smile

Maybe that my fault when I used git bash I accident type this..
git update --v "origin" (i dunno when) but it update normaly
i know it should git update -v --progress "origin"

ohh btw should I install 3 of they
http://www.microsoft.com/en-us/download/...px?id=8442

Get this one.

GRMSDKX_EN_DVD.iso

I keep fail install this I don't why.(It keep fail maybe at 3% )

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-18-2013, 02:17 PM
Post: #11
RE: Got some problem build ppsspp
(07-18-2013 11:13 AM)Ritori Wrote:  
(07-17-2013 11:58 AM)solarmystic Wrote:  
(07-17-2013 11:47 AM)Ritori Wrote:  I used web installer and i got all following program you said Smile

Maybe that my fault when I used git bash I accident type this..
git update --v "origin" (i dunno when) but it update normaly
i know it should git update -v --progress "origin"

ohh btw should I install 3 of they
http://www.microsoft.com/en-us/download/...px?id=8442

Get this one.

GRMSDKX_EN_DVD.iso

I keep fail install this I don't why.(It keep fail maybe at 3% )

What is the error displayed?

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-18-2013, 02:46 PM (This post was last modified: 07-18-2013 02:47 PM by Ritori.)
Post: #12
RE: Got some problem build ppsspp
A problem occurred while installing selected Windows SDK components.

Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

this error?
Installation Failed
It stop liked 3%

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-18-2013, 03:03 PM
Post: #13
RE: Got some problem build ppsspp
(07-18-2013 02:46 PM)Ritori Wrote:  A problem occurred while installing selected Windows SDK components.

Installation of the "Microsoft Windows SDK for Windows 7" product has reported the following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information.

this error?
Installation Failed
It stop liked 3%

Okay, nvm then.

Did you manage to install the DX SDK before hand? (the one with just one link?)

If you did, it should be sufficient to compile ppsspp even without the windows sdk for windows 7.

Just make sure you've cloned a fresh copy before hand.

PPSSPP Modern Testbed:-
Intel Core i5 4690K @ 4.0 GHz
NVIDIA Geforce GTX 760 2GB GDDR5 VRAM @ 1138/6500 Mhz
16 GB DDR3 RAM @ 1600 MHz
Windows 7 x64 SP1

PPSSPP Ancient Testing Rig:-
Intel Core 2 Duo T9550 @ 2.8GHz
ATI Mobility Radeon 4670 1GB GDDR3 VRAM @ 843/882 MHz
8 GB DDR3 RAM @ 1066 MHz
Windows 7 x64 SP1
Find all posts by this user
Quote this message in a reply
07-18-2013, 03:23 PM (This post was last modified: 07-18-2013 06:13 PM by Ritori.)
Post: #14
RE: Got some problem build ppsspp
Yea just windows 7 one i can't Smile

Edit : Still fail i am missing something?

0>LINK : fatal error LNK1181: cannot open input file 'D:\PPSSPP\ppsspp\Windows\Release\UI.lib'
========== Rebuild All: 8 succeeded, 2 failed, 0 skipped ==========

I got all text from my build if you has time you can compare it
http://www.mediafire.com/download/orn9zi...2/ppss.txt

I worse write english so take easy on me
(even my own language realy bad T_T)

Rig to test now :
Windows 8 64 bit (Laptop)
Intel® Core™ i3-3110M (2.4GHz, 3MB L3 Cache)
Nvidia GT720M 2GB
Find all posts by this user
Quote this message in a reply
07-20-2013, 03:22 PM
Post: #15
RE: Got some problem build ppsspp
Hi Ritori,

If you have done something wrong while cloning the native library then you don't need to re-clone it again or else the situation might get worse. My suggestion is:

Go to https://github.com/hrydgard/ppsspp and manually download native library in zip, e.g, "ffmpeg", "lang", "native" and "pspautotests" and extract the files in it to their respective folders, e.g, files from ffmpeg to the folder of ffmpeg in the root directory of ppsspp.

I was also having trouble getting the clone of libraries, since these are quite big in size when downloading, so I manually downloaded it through the link provided above and it worked flawlessly!

After that, just open the solution and release the build. It should work. You'll then find the PPSSPPWindows.exe in your directory of source code.
For me, it's C:\programming\ppsspp which can be seen from screenshot.

Hope that helps!


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: