Git Product home page Git Product logo

Comments (7)

blippy avatar blippy commented on July 30, 2024

Thanks for the error report. Please

configure "CXXFLAGS= -std=gnu++11"

then make. Tell me how you get on. I'm not sure how old the Mint compiler is; but it appears that it doesn't assume modern version of C++.

from neoleo.

blippy avatar blippy commented on July 30, 2024

Also, can you please report what
g++ --version
returns.

Slackware 14.2 uses g++ 5.3.0 (which supports -std=gnu++14), and I am wondering what Mint 18 version is.

from neoleo.

brucehohl avatar brucehohl commented on July 30, 2024

Linux Mint 18 is a polished up version of Ubuntu 16.04 hence:
$ g++ --version
g++ (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609

This is the same OS install I used to successfully build an earlier version of neoleo per 1st comment. I did get a different error when adding the flag suggested (same with alternate flag "CXXFLAGS=-std=c++0x") "... fatal error: readline/readline.h: No such file or directory ..." - see attached.
$ autoreconf -iv
$ ./configure "CXXFLAGS=-std=gnu++11" [ $ ./configure "CXXFLAGS=-std=c++0x" ]
$ make
build-error.txt

from neoleo.

blippy avatar blippy commented on July 30, 2024

Aargh! Sorry about that. I should probably put in some kind of check for readline. I'm not sure what readline support there is in Mint (where's the Mint package list?), so try:
sudo apt-get install libreadline-dev
There shouldn't be any need to reconfigure after you do that. Just typing make should do it ... fingers crossed.

from neoleo.

brucehohl avatar brucehohl commented on July 30, 2024

Mint ≈ Ubuntu ≈ Debian so packages can be listed with $ dpkg --list <package_name>
I installed libreadline-dev and the build completed successfully - thanks for your help.

I did note that building --with-motif fails. I don't really have any interest in a gui version and find motif to be ugly. Do you see any future for the motif interface? Also, can you could add some description and comments to the items listed in your release notes? I see Tcl scripting support was added, then removed (in favor of atlast?), etc. Additional description and comments on the reasoning for changes would be helpful to see how someone might utilize the changes.

from neoleo.

blippy avatar blippy commented on July 30, 2024

I have recently removed all Motif support. It was too much of a maintenance burden. Plus, it relied on Xbae, which is a cell display. It is limited to 256 rows, so it's not very useful.

X11 support is currently being deprecated, so that configuring '--with-x' is required. X11 will probably be removed in a subsequent version.

I have decided that it would be better to put all my eggs in one basket: ncurses. I am currently working on a simple menuing system for it. So my focus will be not so much in adding features, as in adding usability.

from neoleo.

brucehohl avatar brucehohl commented on July 30, 2024

Just wanted to say that this issue is closed from my point of view. Thanks for those comments. I like the direction of focusing on ncurses and usability. I added a test custom keybinding to my .oloerc and plan to explore that more for improved usability ... as time permits :)

from neoleo.

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.