-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tutorial 01 Instructions for OSX do not work #85
Comments
i also have this problem on macos mojave v. 10.14.5 my steps:
|
Hey both of you :)
Sorry for being a little bit swamp lately.
I'll take a look and try to update the instruction second half of August
(I'm moving country, in the middle of moving flat etc ...)
Thx for understanding, and sorry for the inconvenience,
*Damien Mabin*
website: http://www.opengl-tutorial.org/ <http://www.opengl-tutorial.org/>
…On Mon, 5 Aug 2019 at 22:24, Bea Dreyer ***@***.***> wrote:
i also have this problem on macos mojave v. 10.14.5
my steps:
- opened xcode version 10.3
- brew install cmake: installed cmake version 3.15.1
- downloaded source code from http://www.opengl-tutorial.org/download/
(Tutorials source code on GitHub, .zip). unzipped to ~/Downloads/
- downloaded cmake .dmg (cmake-3.15.1-Darwin-x86_64.dmg)
- opened cmake
- Where is the source code: /Users/name/Downloads/ogl-master/distrib
- Where to build the binaries: /Users/name/Documents/some/folders/build
- clicked configure, i dont remember quite well the dialog box that
showed up but i chose xcode in the drop down menu & left the first check
box checked and the remaining three unchecked
- clicked done, dialog box popped up saying Error in configuration
process, project files may be invalid
- values shown:
- CMAKE_BACKWARDS_COMPATIBILITY: 2.4
- CMAKE_CONFIGURATION_TYPES: Debug;Release;MinSizeRel;RelWithDebInfo
- CMAKE_INSTALL_PREFIX: /usr/local
- CMAKE_OSX_ARCHITECTURES:
- CMAKE_OSX_DEPLOYMENT_TARGET:
- CMAKE_OSX_SYSROOT:
/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
- EXECUTABLE_OUTPUT_PATH:
- LIBRARY_OUTPUT_PATH:
- console:
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as
project(ProjectName)
near the top of the file, but after cmake_minimum_required().
CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error in CMakeLists.txt:
No CMAKE_C_COMPILER could be found.
CMake Error in CMakeLists.txt:
No CMAKE_CXX_COMPILER could be found.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.15)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
Configuring incomplete, errors occurred!
See also
"/Users/name/Documents/some/folders/opengl/build/CMakeFiles/CMakeOutput.log".
See also
"/Users/name/Documents/some/folders/opengl/build/CMakeFiles/CMakeError.log".
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#85?email_source=notifications&email_token=ADAXISLJ7HCJAPSD76DEW5LQDB45NA5CNFSM4GT5ZTB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3S2DWY#issuecomment-518365659>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADAXISJOQX26RJCKXGHVMSLQDB45NANCNFSM4GT5ZTBQ>
.
--
You received this message because you are subscribed to the Google Groups
"Contact opengl-tutorial.org" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To view this discussion on the web, visit
https://groups.google.com/d/msgid/contact-opengl-tutorialorg/opengl-tutorials/ogl/issues/85/518365659%40github.com
<https://groups.google.com/d/msgid/contact-opengl-tutorialorg/opengl-tutorials/ogl/issues/85/518365659%40github.com?utm_medium=email&utm_source=footer>
.
|
No worries thanks for the response. |
Hi everyone, I also get this issue. Do you know if a solution has been documented somewhere? Thanks a lot. Update: found on this random page through a Google search. This did it for me: |
Hey! It still actual for someone. |
http://www.opengl-tutorial.org/beginners-tutorials/tutorial-1-opening-a-window/
CMake instructions fail to configure and generate the xcode project.
The text was updated successfully, but these errors were encountered: