-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compile-error without reason #67
Comments
ok, I got it to work: Turns out, I had to compile skia by hand, in addition. The pre-compiled versions don't seem to work on ubuntu 18.04. For this, I had to install the package libc++-10-dev in ubuntu. They contain the c++10-header-files. Also I had to type
BTW, the build-system is called GN and it needs to get downloaded with:
inside the downloaded zip-file was just one file "gn". I made it executable Edit: this line is longer than stated in the official build-documentation. Also, I had to add a few switches to make cmake work with clang or somethin' like this. I don't remember exactly. Anyway, this options needed to be added to the cmake-line of laf:
so, in the end (to compile laf) the line was: compilation was started with
|
I can't compile laf for some reason. The error-message is just
"collect2: error: ld returned 1 exit status". I am trying to compile laf with skia. I downloaded skia-m102 from here: Skia-m102 and chose the libstdc++-version, since I think g++ is the compiler used in my system. I compiled and installed cmake 3.27 by hand, before.
as you can see in the compiler-output, I extracted skia-m102 to ~/deps/skia and set-up all path correctly. Nevertheless compiling just stops without usefull error-message.
Please see full compiler-output on pastebin
The text was updated successfully, but these errors were encountered: