[GH-ISSUE #3879] PPSSPP cannot be compiled for MSVC 2010 since #3849 was merged into master. #1585

Closed
opened 2026-03-18 01:15:27 +03:00 by kerem · 5 comments
Owner

Originally created by @solarmystic on GitHub (Sep 22, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/3879

Issue is as stated in the title.

Easiest problem repro is just to update your submodules (git submodule update --init) after performing a git pull -v --progress "origin".

capture

Main cause is that the particular pull request reverted the submodules version to use really old and outdated ones.

Thanks for reading.

Originally created by @solarmystic on GitHub (Sep 22, 2013). Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/3879 Issue is as stated in the title. Easiest problem repro is just to update your submodules (git submodule update --init) after performing a git pull -v --progress "origin". ![capture](https://f.cloud.github.com/assets/4345150/1187262/54716f42-2367-11e3-91b5-e1e8f6510ad5.PNG) Main cause is that the particular pull request reverted the submodules version to use really old and outdated ones. Thanks for reading.
kerem closed this issue 2026-03-18 01:15:32 +03:00
Author
Owner

@dbz400 commented on GitHub (Sep 22, 2013):

I think it is my fault that previous commit merged with old lang/native

<!-- gh-comment-id:24878727 --> @dbz400 commented on GitHub (Sep 22, 2013): I think it is my fault that previous commit merged with old lang/native
Author
Owner

@dbz400 commented on GitHub (Sep 22, 2013):

Previously when i'm trying to merge my old commit with latest source .I used the following commands but somehow got those old lang/native etc merged as well

git checkout master
git fetch upstream
git checkout patch-1
git merge upstream/master
git push origin patch-1 -f

<!-- gh-comment-id:24878771 --> @dbz400 commented on GitHub (Sep 22, 2013): Previously when i'm trying to merge my old commit with latest source .I used the following commands but somehow got those old lang/native etc merged as well git checkout master git fetch upstream git checkout patch-1 git merge upstream/master git push origin patch-1 -f
Author
Owner

@solarmystic commented on GitHub (Sep 22, 2013):

Temporary solution for now would be to just do a git pull but do not follow up with a git submodule update, which will pull in the wrong submodules.

A fix would just involve updating the lang/native/pspautotests submodules back to the latest ones again.

<!-- gh-comment-id:24878837 --> @solarmystic commented on GitHub (Sep 22, 2013): Temporary solution for now would be to just do a git pull but do not follow up with a git submodule update, which will pull in the wrong submodules. A fix would just involve updating the lang/native/pspautotests submodules back to the latest ones again.
Author
Owner

@hrydgard commented on GitHub (Sep 22, 2013):

Fixed it.

<!-- gh-comment-id:24878915 --> @hrydgard commented on GitHub (Sep 22, 2013): Fixed it.
Author
Owner

@unknownbrackets commented on GitHub (Sep 22, 2013):

@raven02 just use git rebase upstream/master, git submodule update.

But, you can always double check to see.

-[Unknown]

<!-- gh-comment-id:24883070 --> @unknownbrackets commented on GitHub (Sep 22, 2013): @raven02 just use git rebase upstream/master, git submodule update. But, you can always double check to see. -[Unknown]
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ppsspp#1585
No description provided.