Giter Club home page Giter Club logo

komposter's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

komposter's Issues

Feature Request: Optimization: if user has many patches - could we do a comparison between patches, so that if the only switch between patch1/patch2 is for instance "min" -> "4th" <- only save the original patch, and switch one thing (min->4th) thus reducing the need to save two specific patches, just one with minor alterations) - save space maybe?

Feature Request: Optimization: if user has many patches - could we do a comparison between patches, so that if the only switch between patch1/patch2 is for instance "min" -> "4th" <- only save the original patch, and switch one thing (min->4th) thus reducing the need to save two specific patches, just one with minor alterations) - save space maybe?

Problems with compiling.

My system is mostly up to date i686 Arch Linux with some packages not from 
official repos, so maybe this problems are not reproducible on other machines.
Code I'm trying to compile is from svn.

I typed ./configure in console ang got this:
-----------------
blablabla...
checking whether byte ordering is bigendian... no
checking for compilation mode... ./configure: line 4544: syntax error near 
unexpected token `fi'
./configure: line 4544: `   fi'
-----------------

Fixed it by deleting those two empty 'if's near line 4544, but maybe there 
should be something inside.

Typed make:
-----------------
blablabla...
/usr/bin/ld: patch.o: undefined reference to symbol '__log_finite@@GLIBC_2.15'
/usr/bin/ld: note: '__log_finite@@GLIBC_2.15' is defined in DSO 
/usr/lib/libm.so.6 so try adding it to the linker command line
/usr/lib/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [komposter] Error 1
-----------------
Also:
-----------------
/usr/bin/ld: main.o: undefined reference to symbol 'pthread_create@@GLIBC_2.1'
/usr/bin/ld: note: 'pthread_create@@GLIBC_2.1' is defined in DSO 
/usr/lib/libpthread.so.0 so try adding it to the linker command line
/usr/lib/libpthread.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [komposter] Error 1
-----------------

So I opened Makefile and added "-lm -lpthread" to LIBS variable, but true way 
to fixing it is somewhere in configure script, I believe.

After that modifications compilation was finally successful, and ./komposter 
even started, but stuck on the "this is a development version" screen and did 
not show any reaction on mouse or keyboard, so I don't know where to look next.

Original issue reported on code.google.com by an2qzavok on 10 Jan 2013 at 9:49

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.