Giter VIP home page Giter VIP logo

Comments (5)

codyopel avatar codyopel commented on August 23, 2024

You need autoconf, automake, libtool, & gettext installed (even though it outputs things like, 'not using gettext') and then run the command you used before.
autoreconf --install --force --verbose

I started working on updating a fuppes package recently, in case it is of use to you for building fuppes:
https://github.com/codyopel/nixpkgs/blob/fuppes/pkgs/tools/networking/fuppes/default.nix

from fuppes.

BerlinNurse avatar BerlinNurse commented on August 23, 2024

Now it works. But the code isn't buildable currently because of this error.

CXX TranscodingSettings.lo
In file included from ../Log/Log.h:21:0,
from TranscodingSettings.cpp:12:
../Log/Logger.h:54:18: error: 'void Log::Logger::log(size_t)' cannot be overloaded
void log(size_t s) { m_stream << s << " "; }
^
../Log/Logger.h:52:18: error: with 'void Log::Logger::log(unsigned int)'
void log(unsigned int i) { m_stream << i << " "; }
^
In file included from TranscodingSettings.cpp:12:0:
../Log/Log.h:109:16: error: 'Log::Log& Log::Log::operator<<(size_t)' cannot be overloaded
inline Log& operator <<(size_t s)
^
../Log/Log.h:93:16: error: with 'Log::Log& Log::Log::operator<<(unsigned int)'
inline Log& operator <<(unsigned int i)

from fuppes.

codyopel avatar codyopel commented on August 23, 2024

Just to be sure are you using the latest git from this repo and what optional compile flags are you using if any?

from fuppes.

BerlinNurse avatar BerlinNurse commented on August 23, 2024

No extra flags. I am just following the README instructions.

I am not sure if I use git correct. 'git pull' is the correct command to get the last changes from the remote repository to my local one, right?

compre the "last commit" shown on the github-site for the dev-branch with my output tell me that the code is up-to-date. Am I right?

user@MONSTER:~/share/work/fuppes$ git pull
Already up-to-date.
user@MONSTER:~/share/work/fuppes$ git log -n 1
commit 1c9b4cc78e2dd3f424face74d06ac3918ea38180
Author: Ulrich Völkel <[email protected]>
Date:   Wed Jan 22 08:21:21 2014 +0100

    code format.
user@MONSTER:~/share/work/fuppes$ git status
Auf Branch dev
Ihr Branch ist auf dem selben Stand wie 'origin/dev'.

autoreconf give some fatal errors I don't understand. Just the first and second one.

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
fatal: Keine Namen gefunden, kann nichts beschreiben.
fatal: Keine Namen gefunden, kann nichts beschreiben.
autoreconf: configure.ac: tracing
fatal: No names found, cannot describe anything.

If you want, i can provide the full output of course.

from fuppes.

BerlinNurse avatar BerlinNurse commented on August 23, 2024

btw: Using an up-to-date Lubuntu 14.04.2 on a Samsung N220 netbook (old second generation i386).

from fuppes.

Related Issues (5)

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.