lokitkhemka

Results 13 comments of lokitkhemka

+1. I need help with this issue too. Lot of solutions that I followed simply corrupts my ubuntu installations. A simple straight-forward installation guide should help.

Cannot save the game. The game seems to be working fine though. I keep getting the error "Storage Device associated with the gamer profile is full or missing". I am...

I am having the same issue. Any help??

I was able to build the third-Party Libraries. However, the `config-build.py` script cannot find the installation folder. The host-config file is as follows: ``` set( CONFIG_NAME "quick-start" ) set(GEOS_TPL_DIR "~/Desktop/GEOS/thirdPartyLibs/"...

After much trial and error, I was able to modify the host-config file to add the following lines: ``` set(GEOS_TPL_DIR "~/Desktop/GEOS/thirdPartyLibs/install-host-config-release/" CACHE PATH "") set(CONDUIT_DIR "~/Desktop/GEOS/thirdPartyLibs/install-host-config-release/conduit" CACHE PATH "") set(PUGIXML_DIR...

As you said, I have set `GEOS_TPL_DIR` in the `host-config` file of `thirdPartyLibs` and removed the above lines from `host-config` file and I still get the error ``` CMake Error...

When I set `GEO_TPL_DIR`, in the host-config of the GEOS project, it still doesn't find the TPL directory.

Could it be that I am building `TPLs` with `Release` and `GEOS` with `Debug` that is causing the issue? EDIT: I checked by building a debug build of `TPLs` and...

Hi. I followed the instructions given in `Install.txt`. Made a few modifications like set `C++ Standard` to 17 because `Kokkos` was giving an error message otherwise.

Hi. Maybe I made a mistake checking out the branch. Now it is working fine. However, the examples are not working, other than `kokkos_demo`.