• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 585 586 587 588 589 ... 1198 Next »

CMAKE entry need to be expanded
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
CMAKE entry need to be expanded
02-27-2014, 11:25 AM
#13
toddbailey Offline
Junior Member
**
Posts: 14
Threads: 2
Joined: Feb 2014
(02-26-2014, 01:17 PM)Shonumi Wrote:
toddbailey Wrote:Like I stated earlier, in the section on running cmake make needs to be expanded.

By that logic, Dolphin's Linux build wiki entry should cover all possible errors that will come up with cmake. However, if you have everything set up correctly before you try to build Dolphin, that's literally all you have to run, cmake .. Something on your end is wrong, which is why you're running into trouble. It's nothing to do with not knowing CMake's documentation. If you've ever used other projects that use CMake to build, you'll often see that the build and install instructions basically go like "cmake .. && make && make install" in the README.txt because, if everything is in order, that's really all you need to run.

It might be that you're not using a current enough version of CMake (as rokclimb15 suspects) but you wanted to sidestep the issue instead of actually solving it, you could very well just delete lines 65-86 of the CMakeLists.txt

I tried commenting the lines as suggested and same results.
I followed the install steps as outlined in the doc and still hit brick wall.
as far as version of cmake it's the latest available.


here is the output of my latest attempt.

CMake Error at Core/Common/CMakeLists.txt:50 (enable_precompiled_headers):
Unknown CMake command "enable_precompiled_headers".


CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 2.8)

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!
it shouldn't need to be this difficult to build code.

If one follows the steps outlined it should just work, so something didn't get tested here

any other ideas?
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
CMAKE entry need to be expanded - toddbailey - 02-26-2014, 02:54 AM
RE: CMAKE entry need to be expanded - KHg8m3r - 02-26-2014, 03:14 AM
RE: CMAKE entry need to be expanded - toddbailey - 02-26-2014, 03:25 AM
RE: CMAKE entry need to be expanded - KHg8m3r - 02-26-2014, 03:30 AM
RE: CMAKE entry need to be expanded - Shonumi - 02-26-2014, 04:07 AM
RE: CMAKE entry need to be expanded - toddbailey - 02-26-2014, 12:01 PM
RE: CMAKE entry need to be expanded - KHg8m3r - 02-26-2014, 02:07 PM
RE: CMAKE entry need to be expanded - toddbailey - 02-27-2014, 01:01 AM
RE: CMAKE entry need to be expanded - rokclimb15 - 02-26-2014, 12:39 PM
RE: CMAKE entry need to be expanded - Shonumi - 02-26-2014, 01:17 PM
RE: CMAKE entry need to be expanded - toddbailey - 02-27-2014, 11:25 AM
RE: CMAKE entry need to be expanded - KHg8m3r - 02-27-2014, 03:02 AM
RE: CMAKE entry need to be expanded - Shonumi - 02-27-2014, 03:15 AM
RE: CMAKE entry need to be expanded - rokclimb15 - 02-27-2014, 11:26 AM
RE: CMAKE entry need to be expanded - toddbailey - 02-27-2014, 03:36 PM
RE: CMAKE entry need to be expanded - toddbailey - 02-27-2014, 11:38 AM
RE: CMAKE entry need to be expanded - rokclimb15 - 02-27-2014, 12:10 PM
RE: CMAKE entry need to be expanded - Shonumi - 02-27-2014, 03:42 PM
RE: CMAKE entry need to be expanded - rokclimb15 - 02-27-2014, 04:03 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode