Open gwhitney opened 4 months ago
I changed the line 2830 of src/gui/frame.cpp to
writer->SetFileName(mesh_filename.GetFullPath().mb_str());
and the make then succeeded. Two questions: (1) Should I submit a PR for that one-line change? (2) Is there an appropriate forum for asking for build assistance? Although the build completed, the resulting ready executable says that OpenCL was not detected on my machine, even though I didn't see any complaint to that effect during the cmake execution. I understand this issue, and probably not the issue tracker at all, is not the place to ask for help -- I am just asking about where to ask. Thanks.
[Actually, I got OpenCL working. There was just an additional package I needed to install, it's called ocl-icd-devel
on Tumbleweed, and then a cmake --fresh
followed by a make
got things working. It's just odd that the original cmake didn't complain about whatever was missing without that package.]
So the only remaining question is whether a PR is appropriate for the one-line code change that helped in my situation.
Hi @gwhitney. Feel free to make a PR. Thanks.
There is a mailing list (link on the front page). You can ask for build help there or feel free to open an issue because probably the instructions can be improved.
Just cloned the repo, installed all prerequisites on a reasonably up-to-date installation of OpenSUSE Tumbleweed, the
cmake -DCMAKE_BUILD_TYPE=Release .
succeeded with two messages of not finding freetype and one of finding it, and make proceeded ok untilAny advice would be welcome.