Git Product home page Git Product logo

Comments (5)

siteshwar avatar siteshwar commented on May 8, 2024

I think you are facing similar problems as dicussed in issue #106 , solution is being discussed in comments.

from fish-shell.

fupjack avatar fupjack commented on May 8, 2024

The fix in #106 worked for me. I did get a hang at

cat >doc.h

when doing 'make install'; ctrl-cing it worked fine. There were some errors during the doxygen work.

When I start a local version of fish-shell, my terminal locks up... but that may be a local problem.

Also, see comments here about xsel:

http://www.shiningsilence.com/dbsdlog/2012/06/10/9836.html

diff --git a/wutil.cpp b/wutil.cpp
index 2e4d47c..f8c0caa 100644
--- a/wutil.cpp
+++ b/wutil.cpp
@@ -304,7 +304,7 @@ wchar_t *wrealpath(const wcstring &pathname, wchar_t *resolv

#else

-wchar_t *wrealpath(const wchar_t *pathname, wchar_t *resolved_path)
+wchar_t *wrealpath(const wcstring &pathname, wchar_t *resolved_path)
{
cstring tmp = wcs2string(pathname);
char narrow_buff[PATH_MAX];

from fish-shell.

siteshwar avatar siteshwar commented on May 8, 2024

Thanks fupjack! I checked in your fix :

To [email protected]:fish-shell/fish-shell.git
f69489a..5fb32f1 master -> master

About your hang on launch problem, Have you updated your repository ? We fixed a similar problem discussed here : #101

from fish-shell.

ridiculousfish avatar ridiculousfish commented on May 8, 2024

On BSD, you'll want to use gmake, not make. We'll make a note in the docs.

fupjack, can you please confirm with the latest ToT that this build sequence works on Dragonfly BSD:

autoconf
./configure --without-xsel
gmake

Thanks!

from fish-shell.

siteshwar avatar siteshwar commented on May 8, 2024

I believe we have fixed all the issues discussed here. Closing !

from fish-shell.

Related Issues (20)

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.