Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Solved] Install feathercoin client on Lubuntu 13.04

    Support
    3
    17
    5596
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • K
      kkali1172 last edited by

      Hello wrapper0feather,
      I have read your guide…
      I don’t know why the Build menu is in grey color so I can’t do anything with it…

      [URL=http://imageshack.us/photo/my-images/706/rwaz.png/][IMG]http://img706.imageshack.us/img706/4116/rwaz.png[/img][/URL]

      I have managed to open it by: right click on feathercoin-qt.pro–>open with qt-creator…

      So, Build->Clean all

      Then, Build->qmake
      [URL=http://imageshack.us/photo/my-images/826/18i1.png/][IMG]http://img826.imageshack.us/img826/2022/18i1.png[/img][/URL]

      Then, Build->build
      [URL=http://imageshack.us/photo/my-images/853/wqzc.png/][IMG]http://img853.imageshack.us/img853/4177/wqzc.png[/img][/URL]

      And now, I don’t think if it have compiled it, :-\

      1 Reply Last reply Reply Quote 0
      • Wellenreiter
        Wellenreiter Moderators last edited by

        To be honest, I use qrcreator only to check the forms, but not to actually build the program

        I tried to compile from qrcreator once and it failed.

        Did a ‘qmake "USE_UPNP=1!’ and ‘make’ in the main directory and it worked like a charm.

        If you get errors there, probably it’s a problem of dependencies, e.g. missing libraries.

        Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
        Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

        1 Reply Last reply Reply Quote 0
        • wrapper
          wrapper Moderators last edited by

          What version of LUbuntu are you using. Did you install all the dependancies in the guide?

          I have also been struggling to get a Ubuntu 13.04 32 bit version compiled. It was for testing, so I haven’t posted on the forum.

          It has the same error, I have all the correct dependencies, and a load of extra possible dependencies tested. I gave up with that, yesterday, to concentrate on support. I also tried the qmake = “USE_UPNP” with the same error.

          I will check the guide to see if I missed to open the .pro file, later.

          1 Reply Last reply Reply Quote 0
          • K
            kkali1172 last edited by

            Well, it doesn’t work, look at the screenshot, the source is from git…
            I’m using Lubuntu 13.04 , 32bits

            [URL=http://imageshack.us/photo/my-images/545/j4o6.png/][IMG]http://img545.imageshack.us/img545/2689/j4o6.png[/img][/URL]
            make: nothing to do for “first”

            I don’t know who dependency is the culprit, I have installed lots of things since the beginning…
            All dependency in the readme-qt.rst

            [quote]apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
            libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
            libssl-dev libdb4.8+±dev[/quote]

            then those in the wrapper0feather’s guide:
            [quote] sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1+±dev libboost-all-dev git

            sudo apt-get install libqtgui4
            sudo apt-get install libminiupnpc-dev
            sudo apt-get install qttools5-dev-tools qttools5-dev
            sudo apt-get install qrencode
            sudo apt-get install libqrencode-dev
            [/quote]
            and also
            [quote]sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1+±dev libboost-all-dev git[/quote]

            and I have installed qt-creator…

            1 Reply Last reply Reply Quote 0
            • wrapper
              wrapper Moderators last edited by

              Hi kkali1172,

              Can you help by trying to install / compile a Litecoin client?

              1 Reply Last reply Reply Quote 0
              • Wellenreiter
                Wellenreiter Moderators last edited by

                [quote name=“kkali1172” post=“38441” timestamp=“1385924120”]
                Well, it doesn’t work, look at the screenshot, the source is from git…
                I’m using Lubuntu 13.04 , 32bits

                [URL=http://imageshack.us/photo/my-images/545/j4o6.png/][IMG]http://img545.imageshack.us/img545/2689/j4o6.png[/img][/URL]
                make: nothing to do for “first”

                I don’t know who dependency is the culprit, I have installed lots of things since the beginning…
                All dependency in the readme-qt.rst

                [quote]apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev \
                libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
                libssl-dev libdb4.8+±dev[/quote]

                then those in the wrapper0feather’s guide:
                [quote] sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1+±dev libboost-all-dev git

                sudo apt-get install libqtgui4
                sudo apt-get install libminiupnpc-dev
                sudo apt-get install qttools5-dev-tools qttools5-dev
                sudo apt-get install qrencode
                sudo apt-get install libqrencode-dev
                [/quote]
                and also
                [quote]sudo apt-get install build-essential libssl-dev libdb5.1-dev libdb5.1+±dev libboost-all-dev git[/quote]

                and I have installed qt-creator…
                [/quote]

                unfortunatelly I don’t
                Do you have a Makefile in your directory? qmake should have created one.
                If yes, you can try:

                • make all
                • make feathercoin-qt

                either of both should work

                Feathercoin development donation address: 6p8u3wtct7uxRGmvWr2xvPxqRzbpbcd82A
                Openpgp key: 0x385C34E77F0D74D7 (at keyserver.ubuntu.com)/fingerprint: C7B4 E9EA 17E1 3D12 07AB 1FDB 385C 34E7 7F0D 74D7

                1 Reply Last reply Reply Quote 0
                • K
                  kkali1172 last edited by

                  [quote]Can you help by trying to install / compile a Litecoin client?[/quote]
                  It is already running, but it was precompiled in the folder bin/32/litecoin-qt. 8)

                  Yes, I have Makefile in my directory:

                  [URL=http://imageshack.us/photo/my-images/5/bdby.png/][IMG]http://img5.imageshack.us/img5/3617/bdby.png[/img][/URL]

                  make : nothing to do for “all”

                  make feathercoin-qt : no rules to make the target “feathercoin-qt”. Stop.

                  1 Reply Last reply Reply Quote 0
                  • K
                    kkali1172 last edited by

                    I have tried to compile litecoin, …
                    But I don’t know why, I have only compiled in my life any few flash as3 animations, but here, I don’t understand anything… :-[

                    toto@toto:~$ sudo apt-get install qt4-qmake libqt4-dev build-essential libboost-dev libboost-system-dev

                    Lecture des listes de paquets… Fait
                    Construction de l’arbre des dépendances
                    Lecture des informations d’état… Fait
                    [color=blue]build-essential[/color] est déjà la plus récente version disponible.
                    [color=blue]libboost-dev[/color] est déjà la plus récente version disponible.
                    [color=blue]libboost-system-dev[/color] est déjà la plus récente version disponible.
                    [color=blue]libqt4-dev[/color] est déjà la plus récente version disponible.
                    [color=blue]qt4-qmake[/color] est déjà la plus récente version disponible.
                    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

                    sudo apt-get install libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev
                    [sudo] password for toto:
                    Lecture des listes de paquets… Fait
                    Construction de l’arbre des dépendances
                    Lecture des informations d’état… Fait
                    [color=blue]libboost-filesystem-dev[/color] est déjà la plus récente version disponible.
                    [color=blue]libboost-program-options-dev [/color]est déjà la plus récente version disponible.
                    [color=beige]libboost-thread-dev[/color] est déjà la plus récente version disponible.

                    sudo apt-get install libssl-dev libdb+±dev libminiupnpc-dev

                    Lecture des listes de paquets… Fait
                    Construction de l’arbre des dépendances
                    Lecture des informations d’état… Fait
                    [color=blue]libminiupnpc-dev[/color] est déjà la plus récente version disponible.
                    [color=blue]libssl-dev[/color] est déjà la plus récente version disponible.
                    Les NOUVEAUX paquets suivants seront installés :
                    libdb+±dev
                    0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour.
                    Il est nécessaire de prendre 2 356 o dans les archives.
                    Après cette opération, 26,6 ko d’espace disque supplémentaires seront utilisés.
                    Souhaitez-vous continuer [O/n] ? o
                    Réception de : 1 [url=http://fr.archive.ubuntu.com/ubuntu/]http://fr.archive.ubuntu.com/ubuntu/[/url] raring/main libdb+±dev i386 5.1.6 [2 356 B]
                    2 356 o réceptionnés en 0s (7 427 o/s)
                    Sélection du paquet libdb+±dev:i386 précédemment désélectionné.
                    (Lecture de la base de données… 166793 fichiers et répertoires déjà installés.)
                    Dépaquetage de libdb+±dev:i386 (à partir de …/libdb+±dev_5.1.6_i386.deb) …
                    [color=blue]Paramétrage de libdb+±dev:i386[/color] (5.1.6) …

                    toto@toto:~$ sudo apt-get install qt5-qmake libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev-tools

                    Lecture des listes de paquets… Fait
                    Construction de l’arbre des dépendances
                    Lecture des informations d’état… Fait
                    [color=blue]libqt5core5[/color] est déjà la plus récente version disponible.
                    libqt5core5 passé en « installé manuellement ».
                    [color=blue]libqt5dbus5[/color] est déjà la plus récente version disponible.
                    libqt5dbus5 passé en « installé manuellement ».
                    [color=blue]libqt5gui5[/color] est déjà la plus récente version disponible.
                    libqt5gui5 passé en « installé manuellement ».
                    [color=blue]qt5-qmake[/color] est déjà la plus récente version disponible.
                    qt5-qmake passé en « installé manuellement ».
                    [color=blue]qttools5-dev-tools[/color] est déjà la plus récente version disponible.
                    0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

                    toto@toto:~$ ls
                    2013-12-01-204508_1366x768_scrot.png Documents Modèles Téléchargements
                    build-feathercoin-qt-Desktop-Debug FeatherCoin Musique Vidéos
                    Bureau Images Public
                    toto@toto:~$ cd Téléchargements
                    toto@toto:~/Téléchargements$ ls
                    cgminer-3.1.0 litecoin-master-0.8 tor-browser_fr
                    GPU-README primecoin-0.1.2-linux.tar.gz
                    litecoin qt-linux-opensource-1.4.0-2-x86-online.run
                    toto@toto:~/Téléchargements$ cd litecoin-master-0.8
                    toto@toto:~/Téléchargements/litecoin-master-0.8$ qmake
                    Project MESSAGE: Building with UPNP support
                    Removed plural forms as the target language has less forms.
                    If this sounds wrong, possibly the target language is not set or recognized.
                    Removed plural forms as the target language has less forms.
                    If this sounds wrong, possibly the target language is not set or recognized.
                    Removed plural forms as the target language has less forms.
                    If this sounds wrong, possibly the target language is not set or recognized.
                    Removed plural forms as the target language has less forms.
                    If this sounds wrong, possibly the target language is not set or recognized.
                    toto@toto:~/Téléchargements/litecoin-master-0.8$ ls
                    bitcoin-qt.pro contrib doc Makefile share
                    build COPYING INSTALL README.md src
                    toto@toto:~/Téléchargements/litecoin-master-0.8$ make
                    cd /home/toto/Téléchargements/litecoin-master-0.8/src/leveldb && CC=gcc CXX=g++ make OPT=“-pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2” libleveldb.a libmemenv.a
                    make[1]: entrant dans le répertoire « /home/toto/Téléchargements/litecoin-master-0.8/src/leveldb »
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/builder.cc -o db/builder.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/c.cc -o db/c.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/dbformat.cc -o db/dbformat.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/db_impl.cc -o db/db_impl.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/db_iter.cc -o db/db_iter.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/filename.cc -o db/filename.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/log_reader.cc -o db/log_reader.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/log_writer.cc -o db/log_writer.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/memtable.cc -o db/memtable.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/repair.cc -o db/repair.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/table_cache.cc -o db/table_cache.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/version_edit.cc -o db/version_edit.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/version_set.cc -o db/version_set.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c db/write_batch.cc -o db/write_batch.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/block_builder.cc -o table/block_builder.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/block.cc -o table/block.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/filter_block.cc -o table/filter_block.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/format.cc -o table/format.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/iterator.cc -o table/iterator.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/merger.cc -o table/merger.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/table_builder.cc -o table/table_builder.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/table.cc -o table/table.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c table/two_level_iterator.cc -o table/two_level_iterator.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/arena.cc -o util/arena.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/bloom.cc -o util/bloom.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/cache.cc -o util/cache.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/coding.cc -o util/coding.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/comparator.cc -o util/comparator.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/crc32c.cc -o util/crc32c.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/env.cc -o util/env.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/env_posix.cc -o util/env_posix.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/env_win.cc -o util/env_win.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/filter_policy.cc -o util/filter_policy.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/hash.cc -o util/hash.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/histogram.cc -o util/histogram.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/logging.cc -o util/logging.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/options.cc -o util/options.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c util/status.cc -o util/status.o
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c port/port_posix.cc -o port/port_posix.o
                    rm -f libleveldb.a
                    ar -rs libleveldb.a db/builder.o db/c.o db/dbformat.o db/db_impl.o db/db_iter.o db/filename.o db/log_reader.o db/log_writer.o db/memtable.o db/repair.o db/table_cache.o db/version_edit.o db/version_set.o db/write_batch.o table/block_builder.o table/block.o table/filter_block.o table/format.o table/iterator.o table/merger.o table/table_builder.o table/table.o table/two_level_iterator.o util/arena.o util/bloom.o util/cache.o util/coding.o util/comparator.o util/crc32c.o util/env.o util/env_posix.o util/env_win.o util/filter_policy.o util/hash.o util/histogram.o util/logging.o util/options.o util/status.o port/port_posix.o
                    ar: création de libleveldb.a
                    g++ -I. -I./include -fno-builtin-memcmp -pthread -DOS_LINUX -DLEVELDB_PLATFORM_POSIX -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -c helpers/memenv/memenv.cc -o helpers/memenv/memenv.o
                    rm -f libmemenv.a
                    ar -rs libmemenv.a helpers/memenv/memenv.o
                    ar: création de libmemenv.a
                    make[1]: quittant le répertoire « /home/toto/Téléchargements/litecoin-master-0.8/src/leveldb »
                    cd /home/toto/Téléchargements/litecoin-master-0.8; /bin/sh share/genbuild.sh /home/toto/Téléchargements/litecoin-master-0.8/build/build.h
                    fatal: Not a git repository (or any of the parent directories): .git
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/sendcoinsdialog.ui -o build/ui_sendcoinsdialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/coincontroldialog.ui -o build/ui_coincontroldialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/addressbookpage.ui -o build/ui_addressbookpage.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/signverifymessagedialog.ui -o build/ui_signverifymessagedialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/aboutdialog.ui -o build/ui_aboutdialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/editaddressdialog.ui -o build/ui_editaddressdialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/transactiondescdialog.ui -o build/ui_transactiondescdialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/overviewpage.ui -o build/ui_overviewpage.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/sendcoinsentry.ui -o build/ui_sendcoinsentry.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/askpassphrasedialog.ui -o build/ui_askpassphrasedialog.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/rpcconsole.ui -o build/ui_rpcconsole.h
                    /usr/lib/i386-linux-gnu/qt5/bin/uic src/qt/forms/optionsdialog.ui -o build/ui_optionsdialog.h
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoin.o src/qt/bitcoin.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/bitcoingui.o src/qt/bitcoingui.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/transactiontablemodel.o src/qt/transactiontablemodel.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/addresstablemodel.o src/qt/addresstablemodel.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/optionsdialog.o src/qt/optionsdialog.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/sendcoinsdialog.o src/qt/sendcoinsdialog.cpp
                    g++ -c -pipe -fstack-protector-all -D_FORTIFY_SOURCE=2 -O2 -D_REENTRANT -fdiagnostics-show-option -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -Wstack-protector -fPIE -DQT_GUI -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_UPNP=1 -DSTATICLIB -DUSE_IPV6=1 -DHAVE_BUILD_INFO -DLINUX -D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_WIDGETS_LIB -DQT_NETWORK_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/share/qt5/mkspecs/linux-g++ -Isrc -Isrc/json -Isrc/qt -Isrc/leveldb/include -Isrc/leveldb/helpers -I/usr/include/qt5 -I/usr/include/qt5/QtWidgets -I/usr/include/qt5/QtNetwork -I/usr/include/qt5/QtGui -I/usr/include/qt5/QtCore -Ibuild -Ibuild -o build/coincontroldialog.o src/qt/coincontroldialog.cpp
                    src/qt/coincontroldialog.cpp: In constructor ‘CoinControlDialog::CoinControlDialog(QWidget*)’:
                    src/qt/coincontroldialog.cpp:99:31: erreur: ‘class QHeaderView’ has no member named ‘setClickable’
                    make: *** [build/coincontroldialog.o] Erreur 1
                    toto@toto:~/Téléchargements/litecoin-master-0.8$

                    1 Reply Last reply Reply Quote 0
                    • wrapper
                      wrapper Moderators last edited by

                      If you can’t compile Litecoin it means that the Bitcoin protocol clients currently do not support 32 bit compilation. From my hours of work on this so far, I suspect this is the case.

                      It should be reported back to Litecoin. Feathercoin and Litecoin are forks of the Bitcoin client, sorry. I will try installing Litecoin and Bitcoin clients on Ubuntu 32bit tomorrow. I will also report the bug back (up stream to Bitcoin), should the 32 bit compile not work, or report here how I got it going.

                      1 Reply Last reply Reply Quote 0
                      • K
                        kkali1172 last edited by

                        Ok, so it isn’t possible to compile it with 32bits linux version?
                        So how did they do to compile it for litecoin bin/32/litecoin-qt?

                        Why isn’t there a same repository in featherCoin directory? When I read the README file in /doc folder…

                        [quote]Feathercoin 0.6 BETA

                        Copyright © 2009-2012 Bitcoin Developers
                        Copyright © 2011-2012 Litecoin Developers
                        Copyright © 2011-2012 Feathercoin Developers
                        Distributed under the MIT/X11 software license, see the accompanying
                        file COPYING or [url=http://www.opensource.org/licenses/mit-license.php.]http://www.opensource.org/licenses/mit-license.php.[/url]
                        This product includes software developed by the OpenSSL Project for use in
                        the OpenSSL Toolkit ([url=http://www.openssl.org/]http://www.openssl.org/[/url]). This product includes
                        cryptographic software written by Eric Young ([email protected]).

                        Intro

                        Feathercoin is a free open source peer-to-peer electronic cash system that is
                        completely decentralized, without the need for a central server or trusted
                        parties. Users hold the crypto keys to their own money and transact directly
                        with each other, with the help of a P2P network to check for double-spending.

                        Setup

                        You need the Qt4 run-time libraries to run Feathercoin-Qt. On Debian or Ubuntu:
                        sudo apt-get install libqtgui4

                        Unpack the files into a directory and run:
                        bin/32/feathercoin-qt (GUI, 32-bit)
                        bin/32/feathercoind (headless, 32-bit)
                        bin/64/feathercoin-qt (GUI, 64-bit)
                        bin/64/feathercoind (headless, 64-bit)

                        See the documentation at the bitcoin wiki:
                        [url=https://en.bitcoin.it/wiki/Main_Page]https://en.bitcoin.it/wiki/Main_Page[/url]
                        for help and more information.[/quote]

                        Where are the files I can unpack…??? :o

                        I think there is some big mistake in the doc, and they should be corrected, it will be nice ;D…

                        1 Reply Last reply Reply Quote 0
                        • K
                          kkali1172 last edited by

                          Up,
                          I can read on the official site:
                          [url=https://github.com/FeatherCoin/FeatherCoin/tree/master/doc]https://github.com/FeatherCoin/FeatherCoin/tree/master/doc[/url]
                          [quote]
                          Feathercoin 0.6 BETA

                          Copyright © 2009-2012 Bitcoin Developers
                          Copyright © 2011-2012 Litecoin Developers
                          Copyright © 2011-2012 Feathercoin Developers
                          Distributed under the MIT/X11 software license, see the accompanying
                          file COPYING or [url=http://www.opensource.org/licenses/mit-license.php.]http://www.opensource.org/licenses/mit-license.php.[/url]
                          This product includes software developed by the OpenSSL Project for use in
                          the OpenSSL Toolkit ([url=http://www.openssl.org/]http://www.openssl.org/[/url]). This product includes
                          cryptographic software written by Eric Young ([email protected]).

                          Intro

                          Feathercoin is a free open source peer-to-peer electronic cash system that is
                          completely decentralized, without the need for a central server or trusted
                          parties. Users hold the crypto keys to their own money and transact directly
                          with each other, with the help of a P2P network to check for double-spending.

                          Setup

                          You need the Qt4 run-time libraries to run Feathercoin-Qt. On Debian or Ubuntu:
                          sudo apt-get install libqtgui4

                          Unpack the files into a directory and run:
                          bin/32/feathercoin-qt (GUI, 32-bit)
                          bin/32/feathercoind (headless, 32-bit)
                          bin/64/feathercoin-qt (GUI, 64-bit)
                          bin/64/feathercoind (headless, 64-bit)[/quote]

                          Well, I find nothing like this??? :-\
                          No folder, no files like this… only one dependency??? :o
                          So I have abandoned the idea to compile it, so is there somewhere I can download it?
                          Thanks ;)

                          1 Reply Last reply Reply Quote 0
                          • wrapper
                            wrapper Moderators last edited by

                            I’ve done some more work on this and the latest beta test version compiled on a 32 bit Linux. Here’s the git clone link.

                            Unfortunately (brilliantly) Crypto currency is a steeeep learning curve. Try compiling the beta version 0.8.5, let us know. You are dabble at the extremes, which looks possible.

                            Thanks for helping sort this out for people who follow…

                            git clone https://github.com/FeatherCoin/Feathercoin-0.8.5.git

                            1 Reply Last reply Reply Quote 0
                            • wrapper
                              wrapper Moderators last edited by

                              You can monitor our progress packaging up Linux versions on,

                              [url=http://forum.feathercoin.com/index.php/topic,5299.0.html]http://forum.feathercoin.com/index.php/topic,5299.0.html[/url]

                              I would also ask that you assist us by test compiling the new client to LUbuntu, or see if you can try run a pre compiled package. You seem an intelligent guy, we need people like you to help.

                              Things are moving fast and we are concentrating most resources on getting the new client tested and out.

                              Although I have personally been researching the 32 bit compile problem, it seems to be something that has happened to Linux/Ubuntu. Currently, the old packages were compiled on older versions and would include dependencies. I would like to do more research, but don’t have time.

                              I had no problem compiling the new beta version for 32 bit use, and that will be out soon as a packaged release…

                              1 Reply Last reply Reply Quote 0
                              • K
                                kkali1172 last edited by

                                ok wrapper0feather, if I can help anyone, I will be glad. ;D
                                You’ve made a very good work,.
                                So, I have compiled the last source yougive me. :-*

                                If I can help by sending you a dropbox link, tell me.
                                I will test for the community this v0.8.5… Where can I give feedbacks?

                                Thanks. 8)

                                1 Reply Last reply Reply Quote 0
                                • wrapper
                                  wrapper Moderators last edited by

                                  Any Feedback on testing is best done in Technical Development.

                                  Thanks for your input. Feathercoin is a community project run by volunteers, we all help when we can. Any support in any area is much appreciated, it means things will get done quicker and better.

                                  1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post