Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to build for windows?
03-12-2013, 10:14 AM
Post: #1
how to build for windows?
Do I need cmake or/and github to build for windows? I try cmake gui with directory C:\Program Files\CMake 2.8\bin\build\ppsspp-master and C:\Program Files\CMake 2.8\bin\build\ and C:\Program Files\CMake 2.8\bin\build\ppsspp-master\Windows but it do not build and return errors.

re : cmake-2.8.10.2-win32-x86.exe

CMake Error: your C compiler: "bcc32" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "bcc32" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
Configuring incomplete, errors occurred!

---------------------------
Error
---------------------------
Error in configuration process, project files may be invalid
---------------------------
OK
---------------------------

cmake-gui setting:
Borland Makefiles
use default native compilers
Find all posts by this user
Quote this message in a reply
03-12-2013, 10:17 AM (This post was last modified: 03-12-2013 10:18 AM by xsacha.)
Post: #2
RE: how to build for windows?
You need a C++ compiler. What is bcc32? Borland C?
Find all posts by this user
Quote this message in a reply
03-12-2013, 10:23 AM (This post was last modified: 03-12-2013 10:34 AM by Guretlx.)
Post: #3
RE: how to build for windows?
I can't find the bcc32.dll in C:\Program Files\CMake 2.8\bin directory either, I think I am missing some native installation?
re: I had microsoft V C++ installed Smile
Okey I found it, I am so stupid Smile
M$ vc++ 2005, 2008, 2010 all not working, why?

---------------------------
Error
---------------------------
Error in configuration process, project files may be invalid
---------------------------
OK
---------------------------
Find all posts by this user
Quote this message in a reply
03-12-2013, 01:48 PM
Post: #4
RE: how to build for windows?
Personally I would just use the PPSSPP.sln inside Windows/, you may have better luck.

Otherwise, you may want to use cmake -G "NMake Makefiles" for example, and then use nmake.

-[Unknown]
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: