PixelClef

About

Username
PixelClef
Joined
Visits
12
Last Active
Roles
Member

Comments

  • Great stuff, Nigel. Thanks for sharing!
  • Correct? The idea (at least the way I understood) was to get the build directory out of the repo. So the structure is:EmptyEpsilon Build EmptyEpsilon SeriousProton And the cmake command was executed with EmptyEpsilon/Build as the working dir…
  • At least I'm left with fewer files in the repo that want committing. Sigh. I guess it's just a bit of a pipe dream.
  • Got it. Modified the CMake command to: cmake ../EmptyEpsilon -DSERIOUS_PROTON_DIR=../SeriousProton/ -DCPACK_PACKAGE_VERSION_MAJOR=2017 -DCPACK_PACKAGE_VERSION_MINOR=11 -DCPACK_PACKAGE_VERSION_PATCH=03 That looks like it's done it.
  • Hemm. After I create a Build folder and cd into it, I can't get cmake to run. I know it's folder structure related, but I don't know what values to use. My current command is based on some of the above discussion: cmake .. -DSERIOUS_PROTON_DIR=$PWD…
  • If you'd like me to provide rendering feedback from a Mac client, give a holla.
  • So hey, aforementioned brother, here. Rebuilding with matching version numbers solved the Mac-to-Mac no-networking problem. Before using the Cmake commands to adjust the version number (matched 2017 11 03 since it's what the Windows build is at), I…