Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Resolved] Issues compiling latest build
05-09-2014, 06:46 PM (This post was last modified: 05-09-2014 06:58 PM by TheDax.)
Post: #1
[Resolved] Issues compiling latest build
I just updated my local source code. When I tried to build it I got the following errors:

Code:
1>------ Build started: Project: Core, Configuration: Release x64 ------
1>  sceCcc.cpp
1>HLE\sceCcc.cpp(110): error C2039: 'encodeUnits' : is not a member of 'UTF16_Type<true>'
1>HLE\sceCcc.cpp(110): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(146): error C2039: 'encodeUnits' : is not a member of 'ShiftJIS'
1>          C:\Users\Michael\ppsspp-git\native\util/text/shiftjis.h(7) : see declaration of 'ShiftJIS'
1>HLE\sceCcc.cpp(146): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(177): error C2039: 'encodeUnits' : is not a member of 'UTF8'
1>          C:\Users\Michael\ppsspp-git\native\util/text/utf8.h(26) : see declaration of 'UTF8'
1>HLE\sceCcc.cpp(177): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(186): error C2039: 'shortIndex' : is not a member of 'UTF16_Type<true>'
1>HLE\sceCcc.cpp(186): error C2660: 'CBreakPoints::ExecMemCheck' : function does not take 3 arguments
1>HLE\sceCcc.cpp(213): error C2039: 'encodeUnits' : is not a member of 'ShiftJIS'
1>          C:\Users\Michael\ppsspp-git\native\util/text/shiftjis.h(7) : see declaration of 'ShiftJIS'
1>HLE\sceCcc.cpp(213): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(222): error C2039: 'shortIndex' : is not a member of 'UTF16_Type<true>'
1>HLE\sceCcc.cpp(222): error C2660: 'CBreakPoints::ExecMemCheck' : function does not take 3 arguments
1>HLE\sceCcc.cpp(249): error C2039: 'encodeUnits' : is not a member of 'UTF8'
1>          C:\Users\Michael\ppsspp-git\native\util/text/utf8.h(26) : see declaration of 'UTF8'
1>HLE\sceCcc.cpp(249): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(285): error C2039: 'encodeUnits' : is not a member of 'UTF16_Type<true>'
1>HLE\sceCcc.cpp(285): error C3861: 'encodeUnits': identifier not found
1>HLE\sceCcc.cpp(413): error C2039: 'shortIndex' : is not a member of 'UTF16_Type<true>'
2>------ Build started: Project: UI, Configuration: Release x64 ------
2>  GameSettingsScreen.cpp
2>GameSettingsScreen.cpp(111): error C2664: 'UI::PopupSliderChoice::PopupSliderChoice(const UI::PopupSliderChoice &)' : cannot convert argument 5 from 'int' to 'ScreenManager *'
2>          Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
========== Build: 0 succeeded, 2 failed, 8 up-to-date, 0 skipped ==========

Any ideas?
Find all posts by this user
Quote this message in a reply
05-09-2014, 06:51 PM
Post: #2
RE: Issues compiling latest build
Did you update the native submodule? It's building fine here on Windows for me.

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
05-09-2014, 06:53 PM
Post: #3
RE: Issues compiling latest build
(05-09-2014 06:51 PM)TheDax Wrote:  Did you update the native submodule? It's building fine here on Windows for me.

Forgot about that completely. Will report back
Find all posts by this user
Quote this message in a reply
05-09-2014, 06:54 PM
Post: #4
RE: Issues compiling latest build
Sounds good. Native has had a bunch of changes in the last week or so, so it's important to make sure it's updated. Smile

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
05-09-2014, 06:57 PM
Post: #5
RE: Issues compiling latest build
(05-09-2014 06:54 PM)TheDax Wrote:  Sounds good. Native has had a bunch of changes in the last week or so, so it's important to make sure it's updated. Smile

OK, it's working now. Thanks.
Find all posts by this user
Quote this message in a reply
05-09-2014, 06:58 PM
Post: #6
RE: Issues compiling latest build
No problem.

4GHz AMD 3900X, 32GB DDR4 RAM, 6GB Nvidia RTX 2060, Asus Crosshair 7 Hero (Wifi), Linux
How to ask useful questions: https://web.archive.org/web/20110214010944/http://support.microsoft.com/kb/555375
I'm not Dark_Alex, nor do I claim to be. Our nicknames are merely coincidence.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: