Dan Gudmundsson
Dan Gudmundsson
This is the same #429 I guess. Erlang expects applications to be in "AppName[-Version]/substructure". Handling include paths with a version to the application is trouble some which is why include_lib...
I think we did that in the beginning but it still didn't work to use on different OS'es. There are to many dependencies that will be unresolved when you go...
@vadz Didn't you fix something with selecting the first "context" available which was only 4bits per color channel recently. That could explain this, i.e. to small color space would cause...
For mnesia I think we should go for #8445
The default encode/[1,2] already does that, i.e. creates a "string" without adding any whitespace characters? This is a 50% slower and (memory consuming) variant for when you want print it...
You need to stand in the test_server directory. The more modern variant is using common test: (though you will still need test_server in the path). ``` cd TEST_INSTALL_PATH/test/app/ erl -pa...
`-pa ../../tests/test_server` This needs to be an absolute path for a to me unknown reason.
Yeah and I have no idea why, or what to do about it.
Something for @elblake who is our best 3d-format fixer :-)