Giter Club home page Giter Club logo

zwin.dev's People

Contributors

aki-7 avatar cj-bc avatar liwii avatar rtr-dnd avatar shierote avatar watasuke102 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

zwin.dev's Issues

Add instruction to start zen-desktop from virtual terminal.

About Zen walkthrough page.

Users are using different display managers and it's difficult to include instructions for all display managers.

It might be good idea adding instruction to start zen-desktop from a virtual terminal for backup.

Possible missing dependency: libstdc++-12-dev

I hit following failure during ./zen-release build deps:

*** cd /work/zen-release-manager/build/grpc-dev
...
*** make native
cmake \
	-B build/native/Debug \
	-DCMAKE_INSTALL_PREFIX=/work/zen-release-manager/build/grpc-dev/native/Debug \
	-DCMAKE_BUILD_TYPE=Debug \
	-GNinja \
	./grpc
...
-- Check for working CXX compiler: /usr/bin/clang++ - broken
...
    FAILED: cmTC_9e889 
    : && /usr/bin/clang++   CMakeFiles/cmTC_9e889.dir/testCXXCompiler.cxx.o -o cmTC_9e889   && :
    /usr/bin/ld: cannot find -lstdc++: No such file or directory
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    ninja: build stopped: subcommand failed.

After a bit of research, it looks like it happens when libstdc++ is not installed while both gcc and clang are installed.

c.f. https://stackoverflow.com/questions/74543715/usr-bin-ld-cannot-find-lstdc-no-such-file-or-directory-on-running-flutte

and installing one of libstdc++ explicitly solved the problem:

sudo apt install libstdc++-12-dev

Not sure what is the best way to ensure a proper version of libstdc++ is installed regardless which version of clang is installed, reporting this just in case if anyone hits the same issue. (Feel free to close / archive.)

full log: https://gist.github.com/hikalium/1e0b41098bfd7da9100ca6ed5e1cdac1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.