1

(2 replies, posted in General)

I'm new to Maratis, trying to get a handle on importing a mesh with texture into the editor. I have a plane mesh setup with a basic concrete texture which is shown and renders perfectly in blender. However, when I export the mesh, place the mesh in the mesh folder and the texture in the map folder the mesh is white in the editor.

Any help would be appreciated.

Yes, the compiled version is working. Thank you for the help.

Hi,
I looked in the prod/ folder. Both of those exe files run just fine. Thanks for the tip for running from the command line.

The downloaded version of Maratis still didn't run. After typing ./MaratisEditor i'm getting No such file or directory.

I'm not sure if there's something that i'm still doing wrong with that.

Ok! I solved this. I was missing the dev version of libsndfile1.

sudo apt-get install libsndfile1-dev

That solved it.

However, the application still doesn't run.

I have tried running the application through the terminal to see if I can get an error but I don't belive i'm doing this right:

cd Maratis/Bin
MaratisEditor
MaratisEditor: command not found

Hello,
I am new to Maratis and Ubuntu for that matter, and I am trying to get the maratis editor to run under Ubuntu 12.04. However, whenever I click on the MaratisEditor nothing happens.

Alternatively, I tried to compile the engine, and can not get pas this error:

/usr/bin/ld: skipping incompatible /home/cp/maratis-read-only/3rdparty/openal/linux/libopenal.so when searching for -lopenal
/usr/bin/ld: skipping incompatible /home/cp/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.so when searching for -lsndfile
/usr/bin/ld: skipping incompatible /home/cp/maratis-read-only/3rdparty/libsndfile/linux/libsndfile.a when searching for -lsndfile
/usr/bin/ld: cannot find -lsndfile
collect2: ld returned 1 exit status
scons: *** [build/linux2/release/Examples/ManualUse/ManualUse] Error 1
scons: building terminated because of errors.

I have been doing some research about the dependencies but I believe i've missed something. I'm really not sure what.