Résolu le 7-12-23 Erreur en compilant/installant Tellico 3.5.2

Postez ici toutes vos demandes d’assistance.
Minkolo
Messages : 95
Enregistré le : mar. 11 janv. 2022 09:21

Erreur en compilant/installant Tellico 3.5.2

Message par Minkolo »

Bonjour,

Je suis en train de tenter l'installation de la dernière version de Tellico, la 3.5.2. depuis les sources.
(Le Flatpak des dépôts ne se lance pas)

Voici les résultats de mes manips, suivant les instructions fournies.

Tout d'abord les instructions du dossier "COMPILING":

Code : Tout sélectionner

Basic instructions for compiling Tellico
========================================

Also found at http://techbase.kde.org/Projects/Tellico/Compiling

These instructions use Tellico 3.0 as an example. For
other versions, replace 3.0 in the commands below.

-------------------------------------------------------

Source Package
=============

If you download the source package, extract all of the
files, which should create a directory named tellico-3.0/.

% tar xJvf tellico-3.0.tar.xz
% cd tellico-3.0

After that, there are three steps to build and install Tellico.

Configure
=========

The compilation environment must be configured to your
system first. The tool used to create the configuration
is CMake. CMake will check that you have all the
required development libraries and set up the file
for compiling.

In the tellico-3.0/ directory, create a directory for
building, named build/, just to keep things clear.

% mkdir build
% cd build
% cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`

Note the backquotes in the cmake command, they are important.

The .. tells CMake to use the top-level tellico-3.0/
directory as the source directory, and to set the
application to install in the same place as other
KDE applications. Later, when you install Tellico,
you will likely need root access, either through
the root password or sudo. To install to a different
location, use change the -DCMAKE_INSTALL_PREFIX
option.

If you do not have the necessary libraries for
building tellico, CMake will fail and show you
an error, listing which libraries you lack. Some
libraries are required for building. Some are
optional for additional functionality. The library
packages may have different names, depending on your
distribution.

Options
-------
In order to include support for using a webcam to
scan barcodes, you must have the libv4l library installed
and include -DENABLE_WEBCAM=true when you run cmake.

To include support for debugging Tellico, you should
pass the -DCMAKE_BUILD_TYPE=debug option to cmake.
-DCMAKE_BUILD_TYPE=release is for stripped, non-debugging
compilation.

Tellico has many unit tests for checking some parts of
the code for problems. The tests can be compiled by
using -DBUILD_TESTING=TRUE and then running

% make test

Compile
=======

Make is used to actually compile Tellico.

% make

There will likely be some warnings during compilation,
but if you see something like

[100%] Built target tellico

then the compilation completed successfully.

Install
=======

To install Tellico alongside other KDE applications,
you will likely need to use the sudo command.

% sudo make install

Enter your password, and Tellico should be installed
and should show up in the KDE menu, likely in the
Office menu. Or, run it from the command-line.

% tellico

Enjoy
=====

You can send questions to the tellico-users mailing list.

If you need to uninstall Tellico

% sudo make uninstall
Puis le retour terminal:

Code : Tout sélectionner

minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2$ sudo tar xJvf tellico-3.5.2.tar.xz
[sudo] Mot de passe de minkolo : 
tellico-3.5.2/
tellico-3.5.2/.gitignore
tellico-3.5.2/.gitlab-ci.yml
tellico-3.5.2/.kde-ci.yml
tellico-3.5.2/.krazy
tellico-3.5.2/AUTHORS
tellico-3.5.2/CMakeLists.txt
tellico-3.5.2/COMPILING
tellico-3.5.2/COPYING
tellico-3.5.2/ChangeLog
tellico-3.5.2/ExtraDesktop.sh
tellico-3.5.2/Messages.sh
tellico-3.5.2/README.md
tellico-3.5.2/RELEASE
tellico-3.5.2/TODO
tellico-3.5.2/XmlMessages.sh
tellico-3.5.2/cmake/
tellico-3.5.2/cmake/modules/
tellico-3.5.2/cmake/modules/COPYING-CMAKE-SCRIPTS
tellico-3.5.2/cmake/modules/FindBtparse.cmake
tellico-3.5.2/cmake/modules/FindCDIO.cmake
tellico-3.5.2/cmake/modules/FindCsv.cmake
tellico-3.5.2/cmake/modules/FindExempi.cmake
tellico-3.5.2/cmake/modules/FindLibraryWithDebug.cmake
tellico-3.5.2/cmake/modules/FindTaglib.cmake
tellico-3.5.2/cmake/modules/FindV4l.cmake
tellico-3.5.2/cmake/modules/FindYaz.cmake
tellico-3.5.2/cmake/modules/MacroBoolTo01.cmake
tellico-3.5.2/config.h.cmake
tellico-3.5.2/doc/
tellico-3.5.2/doc/CMakeLists.txt
tellico-3.5.2/doc/advanced.docbook
tellico-3.5.2/doc/amazon-options.png
tellico-3.5.2/doc/configuration.docbook
tellico-3.5.2/doc/csv-dialog.png
tellico-3.5.2/doc/details.docbook
tellico-3.5.2/doc/entry-editor1.png
tellico-3.5.2/doc/entry-editor3.png
tellico-3.5.2/doc/entry-editor4.png
tellico-3.5.2/doc/entry-editor5.png
tellico-3.5.2/doc/export-bibtex.png
tellico-3.5.2/doc/export-csv.png
tellico-3.5.2/doc/export-html.png
tellico-3.5.2/doc/export-options.png
tellico-3.5.2/doc/externalexec-options.png
tellico-3.5.2/doc/faqs.docbook
tellico-3.5.2/doc/fetch-dialog.png
tellico-3.5.2/doc/fields-dialog.png
tellico-3.5.2/doc/filter-dialog.png
tellico-3.5.2/doc/filter-view.png
tellico-3.5.2/doc/fundamentals.docbook
tellico-3.5.2/doc/general-options.png
tellico-3.5.2/doc/hacking.docbook
tellico-3.5.2/doc/imdb-options.png
tellico-3.5.2/doc/importing-exporting.docbook
tellico-3.5.2/doc/index.docbook
tellico-3.5.2/doc/loan-dialog.png
tellico-3.5.2/doc/loan-view.png
tellico-3.5.2/doc/main-window.png
tellico-3.5.2/doc/menus.docbook
tellico-3.5.2/doc/multiple-sources-options.png
tellico-3.5.2/doc/print-options.png
tellico-3.5.2/doc/report-dialog.png
tellico-3.5.2/doc/source-options.png
tellico-3.5.2/doc/sru-options.png
tellico-3.5.2/doc/template-options.png
tellico-3.5.2/doc/z3950-options.png
tellico-3.5.2/icons/
tellico-3.5.2/icons/128-apps-tellico.png
tellico-3.5.2/icons/128-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/16-apps-tellico.png
tellico-3.5.2/icons/16-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/22-apps-tellico.png
tellico-3.5.2/icons/22-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/32-apps-tellico.png
tellico-3.5.2/icons/32-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/48-apps-tellico.png
tellico-3.5.2/icons/48-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/64-apps-tellico.png
tellico-3.5.2/icons/64-mimetypes-application-x-tellico.png
tellico-3.5.2/icons/CMakeLists.txt
tellico-3.5.2/icons/README.icons
tellico-3.5.2/icons/README.quesnay
tellico-3.5.2/icons/album.png
tellico-3.5.2/icons/alexandria.png
tellico-3.5.2/icons/amc.png
tellico-3.5.2/icons/bibtex.png
tellico-3.5.2/icons/boardgame.png
tellico-3.5.2/icons/boardgamegeek.png
tellico-3.5.2/icons/book.png
tellico-3.5.2/icons/card.png
tellico-3.5.2/icons/checkmark.png
tellico-3.5.2/icons/cite.png
tellico-3.5.2/icons/coin.png
tellico-3.5.2/icons/collectorz.png
tellico-3.5.2/icons/comic.png
tellico-3.5.2/icons/datacrow.png
tellico-3.5.2/icons/deliciouslibrary.png
tellico-3.5.2/icons/discogs.png
tellico-3.5.2/icons/file.png
tellico-3.5.2/icons/game.png
tellico-3.5.2/icons/gcstar.png
tellico-3.5.2/icons/goodreads.png
tellico-3.5.2/icons/griffith.png
tellico-3.5.2/icons/icons.qrc
tellico-3.5.2/icons/librarything.png
tellico-3.5.2/icons/nocover_album.png
tellico-3.5.2/icons/nocover_bibtex.png
tellico-3.5.2/icons/nocover_boardgame.png
tellico-3.5.2/icons/nocover_book.png
tellico-3.5.2/icons/nocover_comic.png
tellico-3.5.2/icons/nocover_game.png
tellico-3.5.2/icons/nocover_video.png
tellico-3.5.2/icons/person-open.png
tellico-3.5.2/icons/person.png
tellico-3.5.2/icons/referencer.png
tellico-3.5.2/icons/script.png
tellico-3.5.2/icons/script.svg
tellico-3.5.2/icons/sru.png
tellico-3.5.2/icons/stamp.png
tellico-3.5.2/icons/star_off.png
tellico-3.5.2/icons/star_on.png
tellico-3.5.2/icons/stars1.png
tellico-3.5.2/icons/stars10.png
tellico-3.5.2/icons/stars2.png
tellico-3.5.2/icons/stars3.png
tellico-3.5.2/icons/stars4.png
tellico-3.5.2/icons/stars5.png
tellico-3.5.2/icons/stars6.png
tellico-3.5.2/icons/stars7.png
tellico-3.5.2/icons/stars8.png
tellico-3.5.2/icons/stars9.png
tellico-3.5.2/icons/tellico.png
tellico-3.5.2/icons/tellico.svg
tellico-3.5.2/icons/tellico_mime.svg
tellico-3.5.2/icons/video.png
tellico-3.5.2/icons/vinoxml.png
tellico-3.5.2/icons/wine.png
tellico-3.5.2/logo.png
tellico-3.5.2/org.kde.tellico.appdata.xml
tellico-3.5.2/org.kde.tellico.desktop
tellico-3.5.2/po/
tellico-3.5.2/po/bg/
tellico-3.5.2/po/bg/tellico.po
tellico-3.5.2/po/bs/
tellico-3.5.2/po/bs/tellico.po
tellico-3.5.2/po/ca/
tellico-3.5.2/po/ca/docs/
tellico-3.5.2/po/ca/docs/tellico/
tellico-3.5.2/po/ca/docs/tellico/advanced.docbook
tellico-3.5.2/po/ca/docs/tellico/configuration.docbook
tellico-3.5.2/po/ca/docs/tellico/details.docbook
tellico-3.5.2/po/ca/docs/tellico/entry-editor5.png
tellico-3.5.2/po/ca/docs/tellico/faqs.docbook
tellico-3.5.2/po/ca/docs/tellico/fields-dialog.png
tellico-3.5.2/po/ca/docs/tellico/filter-dialog.png
tellico-3.5.2/po/ca/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/ca/docs/tellico/general-options.png
tellico-3.5.2/po/ca/docs/tellico/hacking.docbook
tellico-3.5.2/po/ca/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/ca/docs/tellico/index.docbook
tellico-3.5.2/po/ca/docs/tellico/menus.docbook
tellico-3.5.2/po/ca/docs/tellico/print-options.png
tellico-3.5.2/po/ca/docs/tellico/source-options.png
tellico-3.5.2/po/ca/docs/tellico/template-options.png
tellico-3.5.2/po/ca/tellico.po
tellico-3.5.2/po/ca@valencia/
tellico-3.5.2/po/ca@valencia/tellico.po
tellico-3.5.2/po/cs/
tellico-3.5.2/po/cs/tellico.po
tellico-3.5.2/po/da/
tellico-3.5.2/po/da/tellico.po
tellico-3.5.2/po/de/
tellico-3.5.2/po/de/docs/
tellico-3.5.2/po/de/docs/tellico/
tellico-3.5.2/po/de/docs/tellico/advanced.docbook
tellico-3.5.2/po/de/docs/tellico/configuration.docbook
tellico-3.5.2/po/de/docs/tellico/details.docbook
tellico-3.5.2/po/de/docs/tellico/faqs.docbook
tellico-3.5.2/po/de/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/de/docs/tellico/hacking.docbook
tellico-3.5.2/po/de/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/de/docs/tellico/index.docbook
tellico-3.5.2/po/de/docs/tellico/menus.docbook
tellico-3.5.2/po/de/tellico.po
tellico-3.5.2/po/el/
tellico-3.5.2/po/el/tellico.po
tellico-3.5.2/po/en_GB/
tellico-3.5.2/po/en_GB/tellico.po
tellico-3.5.2/po/eo/
tellico-3.5.2/po/eo/tellico.po
tellico-3.5.2/po/es/
tellico-3.5.2/po/es/docs/
tellico-3.5.2/po/es/docs/tellico/
tellico-3.5.2/po/es/docs/tellico/advanced.docbook
tellico-3.5.2/po/es/docs/tellico/configuration.docbook
tellico-3.5.2/po/es/docs/tellico/details.docbook
tellico-3.5.2/po/es/docs/tellico/faqs.docbook
tellico-3.5.2/po/es/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/es/docs/tellico/hacking.docbook
tellico-3.5.2/po/es/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/es/docs/tellico/index.docbook
tellico-3.5.2/po/es/docs/tellico/menus.docbook
tellico-3.5.2/po/es/tellico.po
tellico-3.5.2/po/et/
tellico-3.5.2/po/et/docs/
tellico-3.5.2/po/et/docs/tellico/
tellico-3.5.2/po/et/docs/tellico/details.docbook
tellico-3.5.2/po/et/docs/tellico/faqs.docbook
tellico-3.5.2/po/et/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/et/docs/tellico/hacking.docbook
tellico-3.5.2/po/et/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/et/docs/tellico/menus.docbook
tellico-3.5.2/po/et/tellico.po
tellico-3.5.2/po/eu/
tellico-3.5.2/po/eu/tellico.po
tellico-3.5.2/po/fi/
tellico-3.5.2/po/fi/tellico.po
tellico-3.5.2/po/fr/
tellico-3.5.2/po/fr/docs/
tellico-3.5.2/po/fr/docs/tellico/
tellico-3.5.2/po/fr/docs/tellico/advanced.docbook
tellico-3.5.2/po/fr/docs/tellico/amazon-options.png
tellico-3.5.2/po/fr/docs/tellico/configuration.docbook
tellico-3.5.2/po/fr/docs/tellico/csv-dialog.png
tellico-3.5.2/po/fr/docs/tellico/details.docbook
tellico-3.5.2/po/fr/docs/tellico/entry-editor1.png
tellico-3.5.2/po/fr/docs/tellico/entry-editor3.png
tellico-3.5.2/po/fr/docs/tellico/entry-editor4.png
tellico-3.5.2/po/fr/docs/tellico/entry-editor5.png
tellico-3.5.2/po/fr/docs/tellico/export-bibtex.png
tellico-3.5.2/po/fr/docs/tellico/export-csv.png
tellico-3.5.2/po/fr/docs/tellico/export-html.png
tellico-3.5.2/po/fr/docs/tellico/export-options.png
tellico-3.5.2/po/fr/docs/tellico/export-pdb.png
tellico-3.5.2/po/fr/docs/tellico/externalexec-options.png
tellico-3.5.2/po/fr/docs/tellico/faqs.docbook
tellico-3.5.2/po/fr/docs/tellico/fetch-dialog.png
tellico-3.5.2/po/fr/docs/tellico/fields-dialog.png
tellico-3.5.2/po/fr/docs/tellico/filter-dialog.png
tellico-3.5.2/po/fr/docs/tellico/filter-view.png
tellico-3.5.2/po/fr/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/fr/docs/tellico/general-options.png
tellico-3.5.2/po/fr/docs/tellico/hacking.docbook
tellico-3.5.2/po/fr/docs/tellico/imdb-options.png
tellico-3.5.2/po/fr/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/fr/docs/tellico/index.docbook
tellico-3.5.2/po/fr/docs/tellico/loan-dialog.png
tellico-3.5.2/po/fr/docs/tellico/loan-view.png
tellico-3.5.2/po/fr/docs/tellico/menus.docbook
tellico-3.5.2/po/fr/docs/tellico/multiple-sources-options.png
tellico-3.5.2/po/fr/docs/tellico/print-options.png
tellico-3.5.2/po/fr/docs/tellico/source-options.png
tellico-3.5.2/po/fr/docs/tellico/sru-options.png
tellico-3.5.2/po/fr/docs/tellico/template-options.png
tellico-3.5.2/po/fr/docs/tellico/z3950-options.png
tellico-3.5.2/po/fr/tellico.po
tellico-3.5.2/po/ga/
tellico-3.5.2/po/ga/tellico.po
tellico-3.5.2/po/gl/
tellico-3.5.2/po/gl/tellico.po
tellico-3.5.2/po/hu/
tellico-3.5.2/po/hu/tellico.po
tellico-3.5.2/po/ia/
tellico-3.5.2/po/ia/tellico.po
tellico-3.5.2/po/it/
tellico-3.5.2/po/it/docs/
tellico-3.5.2/po/it/docs/tellico/
tellico-3.5.2/po/it/docs/tellico/advanced.docbook
tellico-3.5.2/po/it/docs/tellico/configuration.docbook
tellico-3.5.2/po/it/docs/tellico/details.docbook
tellico-3.5.2/po/it/docs/tellico/faqs.docbook
tellico-3.5.2/po/it/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/it/docs/tellico/hacking.docbook
tellico-3.5.2/po/it/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/it/docs/tellico/index.docbook
tellico-3.5.2/po/it/docs/tellico/menus.docbook
tellico-3.5.2/po/it/tellico.po
tellico-3.5.2/po/ja/
tellico-3.5.2/po/ja/tellico.po
tellico-3.5.2/po/ka/
tellico-3.5.2/po/ka/tellico.po
tellico-3.5.2/po/kk/
tellico-3.5.2/po/kk/tellico.po
tellico-3.5.2/po/ko/
tellico-3.5.2/po/ko/tellico.po
tellico-3.5.2/po/lt/
tellico-3.5.2/po/lt/tellico.po
tellico-3.5.2/po/mr/
tellico-3.5.2/po/mr/tellico.po
tellico-3.5.2/po/ms/
tellico-3.5.2/po/ms/tellico.po
tellico-3.5.2/po/nb/
tellico-3.5.2/po/nb/tellico.po
tellico-3.5.2/po/nds/
tellico-3.5.2/po/nds/tellico.po
tellico-3.5.2/po/nl/
tellico-3.5.2/po/nl/docs/
tellico-3.5.2/po/nl/docs/tellico/
tellico-3.5.2/po/nl/docs/tellico/advanced.docbook
tellico-3.5.2/po/nl/docs/tellico/configuration.docbook
tellico-3.5.2/po/nl/docs/tellico/details.docbook
tellico-3.5.2/po/nl/docs/tellico/faqs.docbook
tellico-3.5.2/po/nl/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/nl/docs/tellico/hacking.docbook
tellico-3.5.2/po/nl/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/nl/docs/tellico/index.docbook
tellico-3.5.2/po/nl/docs/tellico/menus.docbook
tellico-3.5.2/po/nl/tellico.po
tellico-3.5.2/po/nn/
tellico-3.5.2/po/nn/tellico.po
tellico-3.5.2/po/pl/
tellico-3.5.2/po/pl/tellico.po
tellico-3.5.2/po/pt/
tellico-3.5.2/po/pt/docs/
tellico-3.5.2/po/pt/docs/tellico/
tellico-3.5.2/po/pt/docs/tellico/advanced.docbook
tellico-3.5.2/po/pt/docs/tellico/configuration.docbook
tellico-3.5.2/po/pt/docs/tellico/details.docbook
tellico-3.5.2/po/pt/docs/tellico/faqs.docbook
tellico-3.5.2/po/pt/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/pt/docs/tellico/hacking.docbook
tellico-3.5.2/po/pt/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/pt/docs/tellico/index.docbook
tellico-3.5.2/po/pt/docs/tellico/menus.docbook
tellico-3.5.2/po/pt/tellico.po
tellico-3.5.2/po/pt_BR/
tellico-3.5.2/po/pt_BR/docs/
tellico-3.5.2/po/pt_BR/docs/tellico/
tellico-3.5.2/po/pt_BR/docs/tellico/advanced.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/configuration.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/details.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/faqs.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/hacking.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/index.docbook
tellico-3.5.2/po/pt_BR/docs/tellico/menus.docbook
tellico-3.5.2/po/pt_BR/tellico.po
tellico-3.5.2/po/ro/
tellico-3.5.2/po/ro/tellico.po
tellico-3.5.2/po/ru/
tellico-3.5.2/po/ru/docs/
tellico-3.5.2/po/ru/docs/tellico/
tellico-3.5.2/po/ru/docs/tellico/advanced.docbook
tellico-3.5.2/po/ru/docs/tellico/configuration.docbook
tellico-3.5.2/po/ru/docs/tellico/details.docbook
tellico-3.5.2/po/ru/docs/tellico/faqs.docbook
tellico-3.5.2/po/ru/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/ru/docs/tellico/hacking.docbook
tellico-3.5.2/po/ru/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/ru/docs/tellico/index.docbook
tellico-3.5.2/po/ru/docs/tellico/menus.docbook
tellico-3.5.2/po/ru/tellico.po
tellico-3.5.2/po/sk/
tellico-3.5.2/po/sk/tellico.po
tellico-3.5.2/po/sl/
tellico-3.5.2/po/sl/tellico.po
tellico-3.5.2/po/sv/
tellico-3.5.2/po/sv/docs/
tellico-3.5.2/po/sv/docs/tellico/
tellico-3.5.2/po/sv/docs/tellico/advanced.docbook
tellico-3.5.2/po/sv/docs/tellico/configuration.docbook
tellico-3.5.2/po/sv/docs/tellico/details.docbook
tellico-3.5.2/po/sv/docs/tellico/faqs.docbook
tellico-3.5.2/po/sv/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/sv/docs/tellico/hacking.docbook
tellico-3.5.2/po/sv/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/sv/docs/tellico/index.docbook
tellico-3.5.2/po/sv/docs/tellico/menus.docbook
tellico-3.5.2/po/sv/tellico.po
tellico-3.5.2/po/tr/
tellico-3.5.2/po/tr/tellico.po
tellico-3.5.2/po/ug/
tellico-3.5.2/po/ug/tellico.po
tellico-3.5.2/po/uk/
tellico-3.5.2/po/uk/docs/
tellico-3.5.2/po/uk/docs/tellico/
tellico-3.5.2/po/uk/docs/tellico/advanced.docbook
tellico-3.5.2/po/uk/docs/tellico/amazon-options.png
tellico-3.5.2/po/uk/docs/tellico/configuration.docbook
tellico-3.5.2/po/uk/docs/tellico/csv-dialog.png
tellico-3.5.2/po/uk/docs/tellico/details.docbook
tellico-3.5.2/po/uk/docs/tellico/entry-editor1.png
tellico-3.5.2/po/uk/docs/tellico/entry-editor3.png
tellico-3.5.2/po/uk/docs/tellico/entry-editor4.png
tellico-3.5.2/po/uk/docs/tellico/entry-editor5.png
tellico-3.5.2/po/uk/docs/tellico/export-csv.png
tellico-3.5.2/po/uk/docs/tellico/export-html.png
tellico-3.5.2/po/uk/docs/tellico/export-options.png
tellico-3.5.2/po/uk/docs/tellico/externalexec-options.png
tellico-3.5.2/po/uk/docs/tellico/faqs.docbook
tellico-3.5.2/po/uk/docs/tellico/fetch-dialog.png
tellico-3.5.2/po/uk/docs/tellico/fields-dialog.png
tellico-3.5.2/po/uk/docs/tellico/filter-dialog.png
tellico-3.5.2/po/uk/docs/tellico/filter-view.png
tellico-3.5.2/po/uk/docs/tellico/fundamentals.docbook
tellico-3.5.2/po/uk/docs/tellico/general-options.png
tellico-3.5.2/po/uk/docs/tellico/hacking.docbook
tellico-3.5.2/po/uk/docs/tellico/imdb-options.png
tellico-3.5.2/po/uk/docs/tellico/importing-exporting.docbook
tellico-3.5.2/po/uk/docs/tellico/index.docbook
tellico-3.5.2/po/uk/docs/tellico/loan-dialog.png
tellico-3.5.2/po/uk/docs/tellico/loan-view.png
tellico-3.5.2/po/uk/docs/tellico/main-window.png
tellico-3.5.2/po/uk/docs/tellico/menus.docbook
tellico-3.5.2/po/uk/docs/tellico/multiple-sources-options.png
tellico-3.5.2/po/uk/docs/tellico/print-options.png
tellico-3.5.2/po/uk/docs/tellico/report-dialog.png
tellico-3.5.2/po/uk/docs/tellico/source-options.png
tellico-3.5.2/po/uk/docs/tellico/sru-options.png
tellico-3.5.2/po/uk/docs/tellico/template-options.png
tellico-3.5.2/po/uk/docs/tellico/z3950-options.png
tellico-3.5.2/po/uk/tellico.po
tellico-3.5.2/po/zh_CN/
tellico-3.5.2/po/zh_CN/tellico.po
tellico-3.5.2/po/zh_TW/
tellico-3.5.2/po/zh_TW/tellico.po
tellico-3.5.2/prepare_i18n_xslt
tellico-3.5.2/preparetips
tellico-3.5.2/src/
tellico-3.5.2/src/3rdparty/
tellico-3.5.2/src/3rdparty/CMakeLists.txt
tellico-3.5.2/src/3rdparty/btparse/
tellico-3.5.2/src/3rdparty/btparse/CMakeLists.txt
tellico-3.5.2/src/3rdparty/btparse/README.LICENSE
tellico-3.5.2/src/3rdparty/btparse/README.btparse
tellico-3.5.2/src/3rdparty/btparse/antlr.h
tellico-3.5.2/src/3rdparty/btparse/ast.c
tellico-3.5.2/src/3rdparty/btparse/ast.h
tellico-3.5.2/src/3rdparty/btparse/attrib.h
tellico-3.5.2/src/3rdparty/btparse/bibtex.c
tellico-3.5.2/src/3rdparty/btparse/bibtex_ast.c
tellico-3.5.2/src/3rdparty/btparse/bt_debug.h
tellico-3.5.2/src/3rdparty/btparse/btconfig.h
tellico-3.5.2/src/3rdparty/btparse/btparse.h
tellico-3.5.2/src/3rdparty/btparse/dlgauto.h
tellico-3.5.2/src/3rdparty/btparse/dlgdef.h
tellico-3.5.2/src/3rdparty/btparse/err.c
tellico-3.5.2/src/3rdparty/btparse/err.h
tellico-3.5.2/src/3rdparty/btparse/error.c
tellico-3.5.2/src/3rdparty/btparse/error.h
tellico-3.5.2/src/3rdparty/btparse/format_name.c
tellico-3.5.2/src/3rdparty/btparse/init.c
tellico-3.5.2/src/3rdparty/btparse/input.c
tellico-3.5.2/src/3rdparty/btparse/lex_auxiliary.c
tellico-3.5.2/src/3rdparty/btparse/lex_auxiliary.h
tellico-3.5.2/src/3rdparty/btparse/macros.c
tellico-3.5.2/src/3rdparty/btparse/mode.h
tellico-3.5.2/src/3rdparty/btparse/modify.c
tellico-3.5.2/src/3rdparty/btparse/my_alloca.h
tellico-3.5.2/src/3rdparty/btparse/names.c
tellico-3.5.2/src/3rdparty/btparse/parse_auxiliary.c
tellico-3.5.2/src/3rdparty/btparse/parse_auxiliary.h
tellico-3.5.2/src/3rdparty/btparse/postprocess.c
tellico-3.5.2/src/3rdparty/btparse/prototypes.h
tellico-3.5.2/src/3rdparty/btparse/scan.c
tellico-3.5.2/src/3rdparty/btparse/stdpccts.h
tellico-3.5.2/src/3rdparty/btparse/string_util.c
tellico-3.5.2/src/3rdparty/btparse/sym.c
tellico-3.5.2/src/3rdparty/btparse/sym.h
tellico-3.5.2/src/3rdparty/btparse/tex_tree.c
tellico-3.5.2/src/3rdparty/btparse/tokens.h
tellico-3.5.2/src/3rdparty/btparse/traversal.c
tellico-3.5.2/src/3rdparty/btparse/util.c
tellico-3.5.2/src/3rdparty/libcsv/
tellico-3.5.2/src/3rdparty/libcsv/CMakeLists.txt
tellico-3.5.2/src/3rdparty/libcsv/libcsv.c
tellico-3.5.2/src/3rdparty/libcsv/libcsv.h
tellico-3.5.2/src/3rdparty/rtf2html/
tellico-3.5.2/src/3rdparty/rtf2html/CMakeLists.txt
tellico-3.5.2/src/3rdparty/rtf2html/common.h
tellico-3.5.2/src/3rdparty/rtf2html/dbg_iter.h
tellico-3.5.2/src/3rdparty/rtf2html/fmt_opts.cpp
tellico-3.5.2/src/3rdparty/rtf2html/fmt_opts.h
tellico-3.5.2/src/3rdparty/rtf2html/rtf2html.cpp
tellico-3.5.2/src/3rdparty/rtf2html/rtf2html.h
tellico-3.5.2/src/3rdparty/rtf2html/rtf_keyword.cpp
tellico-3.5.2/src/3rdparty/rtf2html/rtf_keyword.h
tellico-3.5.2/src/3rdparty/rtf2html/rtf_table.cpp
tellico-3.5.2/src/3rdparty/rtf2html/rtf_table.h
tellico-3.5.2/src/3rdparty/rtf2html/rtf_tools.h
tellico-3.5.2/src/CMakeLists.txt
tellico-3.5.2/src/barcode/
tellico-3.5.2/src/barcode/CMakeLists.txt
tellico-3.5.2/src/barcode/barcode.cpp
tellico-3.5.2/src/barcode/barcode.h
tellico-3.5.2/src/barcode/barcode_v4l.cpp
tellico-3.5.2/src/barcode/barcode_v4l.h
tellico-3.5.2/src/bibtexkeydialog.cpp
tellico-3.5.2/src/bibtexkeydialog.h
tellico-3.5.2/src/borrower.cpp
tellico-3.5.2/src/borrower.h
tellico-3.5.2/src/borrowerdialog.cpp
tellico-3.5.2/src/borrowerdialog.h
tellico-3.5.2/src/charts/
tellico-3.5.2/src/charts/CMakeLists.txt
tellico-3.5.2/src/charts/barchart.cpp
tellico-3.5.2/src/charts/barchart.h
tellico-3.5.2/src/charts/chartmanager.cpp
tellico-3.5.2/src/charts/chartmanager.h
tellico-3.5.2/src/charts/chartreport.h
tellico-3.5.2/src/charts/collectionsizereport.cpp
tellico-3.5.2/src/charts/collectionsizereport.h
tellico-3.5.2/src/charts/groupsummaryreport.cpp
tellico-3.5.2/src/charts/groupsummaryreport.h
tellico-3.5.2/src/charts/yeardistributionreport.cpp
tellico-3.5.2/src/charts/yeardistributionreport.h
tellico-3.5.2/src/cite/
tellico-3.5.2/src/cite/CMakeLists.txt
tellico-3.5.2/src/cite/actionmanager.cpp
tellico-3.5.2/src/cite/actionmanager.h
tellico-3.5.2/src/cite/clipboard.cpp
tellico-3.5.2/src/cite/clipboard.h
tellico-3.5.2/src/cite/lyxpipe.cpp
tellico-3.5.2/src/cite/lyxpipe.h
tellico-3.5.2/src/collection.cpp
tellico-3.5.2/src/collection.h
tellico-3.5.2/src/collectionfactory.cpp
tellico-3.5.2/src/collectionfactory.h
tellico-3.5.2/src/collectionfieldsdialog.cpp
tellico-3.5.2/src/collectionfieldsdialog.h
tellico-3.5.2/src/collections/
tellico-3.5.2/src/collections/CMakeLists.txt
tellico-3.5.2/src/collections/bibtexcollection.cpp
tellico-3.5.2/src/collections/bibtexcollection.h
tellico-3.5.2/src/collections/boardgamecollection.cpp
tellico-3.5.2/src/collections/boardgamecollection.h
tellico-3.5.2/src/collections/bookcollection.cpp
tellico-3.5.2/src/collections/bookcollection.h
tellico-3.5.2/src/collections/cardcollection.cpp
tellico-3.5.2/src/collections/cardcollection.h
tellico-3.5.2/src/collections/coincollection.cpp
tellico-3.5.2/src/collections/coincollection.h
tellico-3.5.2/src/collections/collectioninitializer.cpp
tellico-3.5.2/src/collections/collectioninitializer.h
tellico-3.5.2/src/collections/comicbookcollection.cpp
tellico-3.5.2/src/collections/comicbookcollection.h
tellico-3.5.2/src/collections/filecatalog.cpp
tellico-3.5.2/src/collections/filecatalog.h
tellico-3.5.2/src/collections/gamecollection.cpp
tellico-3.5.2/src/collections/gamecollection.h
tellico-3.5.2/src/collections/musiccollection.cpp
tellico-3.5.2/src/collections/musiccollection.h
tellico-3.5.2/src/collections/stampcollection.cpp
tellico-3.5.2/src/collections/stampcollection.h
tellico-3.5.2/src/collections/videocollection.cpp
tellico-3.5.2/src/collections/videocollection.h
tellico-3.5.2/src/collections/winecollection.cpp
tellico-3.5.2/src/collections/winecollection.h
tellico-3.5.2/src/commands/
tellico-3.5.2/src/commands/CMakeLists.txt
tellico-3.5.2/src/commands/addentries.cpp
tellico-3.5.2/src/commands/addentries.h
tellico-3.5.2/src/commands/addloans.cpp
tellico-3.5.2/src/commands/addloans.h
tellico-3.5.2/src/commands/collectioncommand.cpp
tellico-3.5.2/src/commands/collectioncommand.h
tellico-3.5.2/src/commands/fieldcommand.cpp
tellico-3.5.2/src/commands/fieldcommand.h
tellico-3.5.2/src/commands/filtercommand.cpp
tellico-3.5.2/src/commands/filtercommand.h
tellico-3.5.2/src/commands/modifyentries.cpp
tellico-3.5.2/src/commands/modifyentries.h
tellico-3.5.2/src/commands/modifyloans.cpp
tellico-3.5.2/src/commands/modifyloans.h
tellico-3.5.2/src/commands/removeentries.cpp
tellico-3.5.2/src/commands/removeentries.h
tellico-3.5.2/src/commands/removeloans.cpp
tellico-3.5.2/src/commands/removeloans.h
tellico-3.5.2/src/commands/renamecollection.cpp
tellico-3.5.2/src/commands/renamecollection.h
tellico-3.5.2/src/commands/reorderfields.cpp
tellico-3.5.2/src/commands/reorderfields.h
tellico-3.5.2/src/commands/updateentries.cpp
tellico-3.5.2/src/commands/updateentries.h
tellico-3.5.2/src/config/
tellico-3.5.2/src/config/CMakeLists.txt
tellico-3.5.2/src/config/tellico-1-3-update.pl
tellico-3.5.2/src/config/tellico-3-4-update.pl
tellico-3.5.2/src/config/tellico-rename.upd
tellico-3.5.2/src/config/tellico.upd
tellico-3.5.2/src/config/tellico_config.kcfg
tellico-3.5.2/src/config/tellico_config.kcfgc
tellico-3.5.2/src/config/tellico_config_addons.cpp
tellico-3.5.2/src/config/tellico_config_addons.h
tellico-3.5.2/src/configdialog.cpp
tellico-3.5.2/src/configdialog.h
tellico-3.5.2/src/controller.cpp
tellico-3.5.2/src/controller.h
tellico-3.5.2/src/core/
tellico-3.5.2/src/core/CMakeLists.txt
tellico-3.5.2/src/core/filehandler.cpp
tellico-3.5.2/src/core/filehandler.h
tellico-3.5.2/src/core/netaccess.cpp
tellico-3.5.2/src/core/netaccess.h
tellico-3.5.2/src/core/tellico_strings.cpp
tellico-3.5.2/src/core/tellico_strings.h
tellico-3.5.2/src/datavectors.h
tellico-3.5.2/src/dbusinterface.cpp
tellico-3.5.2/src/dbusinterface.h
tellico-3.5.2/src/derivedvalue.cpp
tellico-3.5.2/src/derivedvalue.h
tellico-3.5.2/src/detailedlistview.cpp
tellico-3.5.2/src/detailedlistview.h
tellico-3.5.2/src/document.cpp
tellico-3.5.2/src/document.h
tellico-3.5.2/src/entry.cpp
tellico-3.5.2/src/entry.h
tellico-3.5.2/src/entrycomparison.cpp
tellico-3.5.2/src/entrycomparison.h
tellico-3.5.2/src/entryeditdialog.cpp
tellico-3.5.2/src/entryeditdialog.h
tellico-3.5.2/src/entrygroup.cpp
tellico-3.5.2/src/entrygroup.h
tellico-3.5.2/src/entryiconview.cpp
tellico-3.5.2/src/entryiconview.h
tellico-3.5.2/src/entrymatchdialog.cpp
tellico-3.5.2/src/entrymatchdialog.h
tellico-3.5.2/src/entrymerger.cpp
tellico-3.5.2/src/entrymerger.h
tellico-3.5.2/src/entryupdatejob.cpp
tellico-3.5.2/src/entryupdatejob.h
tellico-3.5.2/src/entryupdater.cpp
tellico-3.5.2/src/entryupdater.h
tellico-3.5.2/src/entryview.cpp
tellico-3.5.2/src/entryview.h
tellico-3.5.2/src/exportdialog.cpp
tellico-3.5.2/src/exportdialog.h
tellico-3.5.2/src/fetch/
tellico-3.5.2/src/fetch/CMakeLists.txt
tellico-3.5.2/src/fetch/adsfetcher.cpp
tellico-3.5.2/src/fetch/adsfetcher.h
tellico-3.5.2/src/fetch/allocinefetcher.cpp
tellico-3.5.2/src/fetch/allocinefetcher.h
tellico-3.5.2/src/fetch/amazonfetcher.cpp
tellico-3.5.2/src/fetch/amazonfetcher.h
tellico-3.5.2/src/fetch/amazonrequest.cpp
tellico-3.5.2/src/fetch/amazonrequest.h
tellico-3.5.2/src/fetch/animenfofetcher.cpp
tellico-3.5.2/src/fetch/animenfofetcher.h
tellico-3.5.2/src/fetch/arxivfetcher.cpp
tellico-3.5.2/src/fetch/arxivfetcher.h
tellico-3.5.2/src/fetch/bedethequefetcher.cpp
tellico-3.5.2/src/fetch/bedethequefetcher.h
tellico-3.5.2/src/fetch/bibliosharefetcher.cpp
tellico-3.5.2/src/fetch/bibliosharefetcher.h
tellico-3.5.2/src/fetch/bibsonomyfetcher.cpp
tellico-3.5.2/src/fetch/bibsonomyfetcher.h
tellico-3.5.2/src/fetch/boardgamegeekfetcher.cpp
tellico-3.5.2/src/fetch/boardgamegeekfetcher.h
tellico-3.5.2/src/fetch/colnectfetcher.cpp
tellico-3.5.2/src/fetch/colnectfetcher.h
tellico-3.5.2/src/fetch/comicvinefetcher.cpp
tellico-3.5.2/src/fetch/comicvinefetcher.h
tellico-3.5.2/src/fetch/configwidget.cpp
tellico-3.5.2/src/fetch/configwidget.h
tellico-3.5.2/src/fetch/crossreffetcher.cpp
tellico-3.5.2/src/fetch/crossreffetcher.h
tellico-3.5.2/src/fetch/dbcfetcher.cpp
tellico-3.5.2/src/fetch/dbcfetcher.h
tellico-3.5.2/src/fetch/dblpfetcher.cpp
tellico-3.5.2/src/fetch/dblpfetcher.h
tellico-3.5.2/src/fetch/discogsfetcher.cpp
tellico-3.5.2/src/fetch/discogsfetcher.h
tellico-3.5.2/src/fetch/doubanfetcher.cpp
tellico-3.5.2/src/fetch/doubanfetcher.h
tellico-3.5.2/src/fetch/dvdfrfetcher.cpp
tellico-3.5.2/src/fetch/dvdfrfetcher.h
tellico-3.5.2/src/fetch/entrezfetcher.cpp
tellico-3.5.2/src/fetch/entrezfetcher.h
tellico-3.5.2/src/fetch/execexternalfetcher.cpp
tellico-3.5.2/src/fetch/execexternalfetcher.h
tellico-3.5.2/src/fetch/fetch.h
tellico-3.5.2/src/fetch/fetcher.cpp
tellico-3.5.2/src/fetch/fetcher.h
tellico-3.5.2/src/fetch/fetcherinfolistitem.cpp
tellico-3.5.2/src/fetch/fetcherinfolistitem.h
tellico-3.5.2/src/fetch/fetcherinitializer.cpp
tellico-3.5.2/src/fetch/fetcherinitializer.h
tellico-3.5.2/src/fetch/fetcherjob.cpp
tellico-3.5.2/src/fetch/fetcherjob.h
tellico-3.5.2/src/fetch/fetchmanager.cpp
tellico-3.5.2/src/fetch/fetchmanager.h
tellico-3.5.2/src/fetch/fetchrequest.cpp
tellico-3.5.2/src/fetch/fetchrequest.h
tellico-3.5.2/src/fetch/fetchresult.cpp
tellico-3.5.2/src/fetch/fetchresult.h
tellico-3.5.2/src/fetch/filmaffinityfetcher.cpp
tellico-3.5.2/src/fetch/filmaffinityfetcher.h
tellico-3.5.2/src/fetch/filmasterfetcher.cpp
tellico-3.5.2/src/fetch/filmasterfetcher.h
tellico-3.5.2/src/fetch/gaminghistoryfetcher.cpp
tellico-3.5.2/src/fetch/gaminghistoryfetcher.h
tellico-3.5.2/src/fetch/gcstarpluginfetcher.cpp
tellico-3.5.2/src/fetch/gcstarpluginfetcher.h
tellico-3.5.2/src/fetch/gcstarthread.cpp
tellico-3.5.2/src/fetch/gcstarthread.h
tellico-3.5.2/src/fetch/giantbombfetcher.cpp
tellico-3.5.2/src/fetch/giantbombfetcher.h
tellico-3.5.2/src/fetch/googlebookfetcher.cpp
tellico-3.5.2/src/fetch/googlebookfetcher.h
tellico-3.5.2/src/fetch/googlescholarfetcher.cpp
tellico-3.5.2/src/fetch/googlescholarfetcher.h
tellico-3.5.2/src/fetch/hathitrustfetcher.cpp
tellico-3.5.2/src/fetch/hathitrustfetcher.h
tellico-3.5.2/src/fetch/ibsfetcher.cpp
tellico-3.5.2/src/fetch/ibsfetcher.h
tellico-3.5.2/src/fetch/igdbfetcher.cpp
tellico-3.5.2/src/fetch/igdbfetcher.h
tellico-3.5.2/src/fetch/imdbfetcher.cpp
tellico-3.5.2/src/fetch/imdbfetcher.h
tellico-3.5.2/src/fetch/isbndbfetcher.cpp
tellico-3.5.2/src/fetch/isbndbfetcher.h
tellico-3.5.2/src/fetch/itunesfetcher.cpp
tellico-3.5.2/src/fetch/itunesfetcher.h
tellico-3.5.2/src/fetch/kinofetcher.cpp
tellico-3.5.2/src/fetch/kinofetcher.h
tellico-3.5.2/src/fetch/kinopoiskfetcher.cpp
tellico-3.5.2/src/fetch/kinopoiskfetcher.h
tellico-3.5.2/src/fetch/kinoteatrfetcher.cpp
tellico-3.5.2/src/fetch/kinoteatrfetcher.h
tellico-3.5.2/src/fetch/messagehandler.cpp
tellico-3.5.2/src/fetch/messagehandler.h
tellico-3.5.2/src/fetch/messagelogger.cpp
tellico-3.5.2/src/fetch/messagelogger.h
tellico-3.5.2/src/fetch/mobygamesfetcher.cpp
tellico-3.5.2/src/fetch/mobygamesfetcher.h
tellico-3.5.2/src/fetch/moviemeterfetcher.cpp
tellico-3.5.2/src/fetch/moviemeterfetcher.h
tellico-3.5.2/src/fetch/mrlookupfetcher.cpp
tellico-3.5.2/src/fetch/mrlookupfetcher.h
tellico-3.5.2/src/fetch/multifetcher.cpp
tellico-3.5.2/src/fetch/multifetcher.h
tellico-3.5.2/src/fetch/musicbrainzfetcher.cpp
tellico-3.5.2/src/fetch/musicbrainzfetcher.h
tellico-3.5.2/src/fetch/numistafetcher.cpp
tellico-3.5.2/src/fetch/numistafetcher.h
tellico-3.5.2/src/fetch/omdbfetcher.cpp
tellico-3.5.2/src/fetch/omdbfetcher.h
tellico-3.5.2/src/fetch/opdsfetcher.cpp
tellico-3.5.2/src/fetch/opdsfetcher.h
tellico-3.5.2/src/fetch/openlibraryfetcher.cpp
tellico-3.5.2/src/fetch/openlibraryfetcher.h
tellico-3.5.2/src/fetch/rpggeekfetcher.cpp
tellico-3.5.2/src/fetch/rpggeekfetcher.h
tellico-3.5.2/src/fetch/scripts/
tellico-3.5.2/src/fetch/scripts/CMakeLists.txt
tellico-3.5.2/src/fetch/scripts/dark_horse_comics.py
tellico-3.5.2/src/fetch/scripts/dark_horse_comics.py.spec
tellico-3.5.2/src/fetch/scripts/fr.allocine.py
tellico-3.5.2/src/fetch/scripts/fr.allocine.py.spec
tellico-3.5.2/src/fetch/springerfetcher.cpp
tellico-3.5.2/src/fetch/springerfetcher.h
tellico-3.5.2/src/fetch/srufetcher.cpp
tellico-3.5.2/src/fetch/srufetcher.h
tellico-3.5.2/src/fetch/thegamesdbfetcher.cpp
tellico-3.5.2/src/fetch/thegamesdbfetcher.h
tellico-3.5.2/src/fetch/themoviedbfetcher.cpp
tellico-3.5.2/src/fetch/themoviedbfetcher.h
tellico-3.5.2/src/fetch/thetvdbfetcher.cpp
tellico-3.5.2/src/fetch/thetvdbfetcher.h
tellico-3.5.2/src/fetch/tvmazefetcher.cpp
tellico-3.5.2/src/fetch/tvmazefetcher.h
tellico-3.5.2/src/fetch/upcitemdbfetcher.cpp
tellico-3.5.2/src/fetch/upcitemdbfetcher.h
tellico-3.5.2/src/fetch/vgcollectfetcher.cpp
tellico-3.5.2/src/fetch/vgcollectfetcher.h
tellico-3.5.2/src/fetch/videogamegeekfetcher.cpp
tellico-3.5.2/src/fetch/videogamegeekfetcher.h
tellico-3.5.2/src/fetch/vndbfetcher.cpp
tellico-3.5.2/src/fetch/vndbfetcher.h
tellico-3.5.2/src/fetch/xmlfetcher.cpp
tellico-3.5.2/src/fetch/xmlfetcher.h
tellico-3.5.2/src/fetch/z3950-servers.cfg
tellico-3.5.2/src/fetch/z3950connection.cpp
tellico-3.5.2/src/fetch/z3950connection.h
tellico-3.5.2/src/fetch/z3950fetcher.cpp
tellico-3.5.2/src/fetch/z3950fetcher.h
tellico-3.5.2/src/fetchdialog.cpp
tellico-3.5.2/src/fetchdialog.h
tellico-3.5.2/src/fetcherconfigdialog.cpp
tellico-3.5.2/src/fetcherconfigdialog.h
tellico-3.5.2/src/field.cpp
tellico-3.5.2/src/field.h
tellico-3.5.2/src/fieldcompletion.cpp
tellico-3.5.2/src/fieldcompletion.h
tellico-3.5.2/src/fieldformat.cpp
tellico-3.5.2/src/fieldformat.h
tellico-3.5.2/src/filter.cpp
tellico-3.5.2/src/filter.h
tellico-3.5.2/src/filterdialog.cpp
tellico-3.5.2/src/filterdialog.h
tellico-3.5.2/src/filterview.cpp
tellico-3.5.2/src/filterview.h
tellico-3.5.2/src/groupview.cpp
tellico-3.5.2/src/groupview.h
tellico-3.5.2/src/gui/
tellico-3.5.2/src/gui/CMakeLists.txt
tellico-3.5.2/src/gui/boolfieldwidget.cpp
tellico-3.5.2/src/gui/boolfieldwidget.h
tellico-3.5.2/src/gui/choicefieldwidget.cpp
tellico-3.5.2/src/gui/choicefieldwidget.h
tellico-3.5.2/src/gui/collectiontemplatedialog.cpp
tellico-3.5.2/src/gui/collectiontemplatedialog.h
tellico-3.5.2/src/gui/collectiontemplatedialog.ui
tellico-3.5.2/src/gui/collectiontypecombo.cpp
tellico-3.5.2/src/gui/collectiontypecombo.h
tellico-3.5.2/src/gui/combobox.cpp
tellico-3.5.2/src/gui/combobox.h
tellico-3.5.2/src/gui/countdelegate.cpp
tellico-3.5.2/src/gui/countdelegate.h
tellico-3.5.2/src/gui/datefieldwidget.cpp
tellico-3.5.2/src/gui/datefieldwidget.h
tellico-3.5.2/src/gui/datewidget.cpp
tellico-3.5.2/src/gui/datewidget.h
tellico-3.5.2/src/gui/detailedentryitemdelegate.cpp
tellico-3.5.2/src/gui/detailedentryitemdelegate.h
tellico-3.5.2/src/gui/dockwidget.cpp
tellico-3.5.2/src/gui/dockwidget.h
tellico-3.5.2/src/gui/drophandler.cpp
tellico-3.5.2/src/gui/drophandler.h
tellico-3.5.2/src/gui/fieldwidget.cpp
tellico-3.5.2/src/gui/fieldwidget.h
tellico-3.5.2/src/gui/fieldwidgetfactory.cpp
tellico-3.5.2/src/gui/fieldwidgetfactory.h
tellico-3.5.2/src/gui/filterrulewidget.cpp
tellico-3.5.2/src/gui/filterrulewidget.h
tellico-3.5.2/src/gui/filterrulewidgetlister.cpp
tellico-3.5.2/src/gui/filterrulewidgetlister.h
tellico-3.5.2/src/gui/imagefieldwidget.cpp
tellico-3.5.2/src/gui/imagefieldwidget.h
tellico-3.5.2/src/gui/imagewidget.cpp
tellico-3.5.2/src/gui/imagewidget.h
tellico-3.5.2/src/gui/kwidgetlister.cpp
tellico-3.5.2/src/gui/kwidgetlister.h
tellico-3.5.2/src/gui/lineedit.cpp
tellico-3.5.2/src/gui/lineedit.h
tellico-3.5.2/src/gui/linefieldwidget.cpp
tellico-3.5.2/src/gui/linefieldwidget.h
tellico-3.5.2/src/gui/listwidgetitem.cpp
tellico-3.5.2/src/gui/listwidgetitem.h
tellico-3.5.2/src/gui/numberfieldwidget.cpp
tellico-3.5.2/src/gui/numberfieldwidget.h
tellico-3.5.2/src/gui/parafieldwidget.cpp
tellico-3.5.2/src/gui/parafieldwidget.h
tellico-3.5.2/src/gui/previewdialog.cpp
tellico-3.5.2/src/gui/previewdialog.h
tellico-3.5.2/src/gui/progress.cpp
tellico-3.5.2/src/gui/progress.h
tellico-3.5.2/src/gui/ratingdelegate.cpp
tellico-3.5.2/src/gui/ratingdelegate.h
tellico-3.5.2/src/gui/ratingfieldwidget.cpp
tellico-3.5.2/src/gui/ratingfieldwidget.h
tellico-3.5.2/src/gui/ratingwidget.cpp
tellico-3.5.2/src/gui/ratingwidget.h
tellico-3.5.2/src/gui/spinbox.cpp
tellico-3.5.2/src/gui/spinbox.h
tellico-3.5.2/src/gui/starrating.cpp
tellico-3.5.2/src/gui/starrating.h
tellico-3.5.2/src/gui/statusbar.cpp
tellico-3.5.2/src/gui/statusbar.h
tellico-3.5.2/src/gui/stringmapdialog.cpp
tellico-3.5.2/src/gui/stringmapdialog.h
tellico-3.5.2/src/gui/stringmapwidget.cpp
tellico-3.5.2/src/gui/stringmapwidget.h
tellico-3.5.2/src/gui/tablefieldwidget.cpp
tellico-3.5.2/src/gui/tablefieldwidget.h
tellico-3.5.2/src/gui/tabwidget.cpp
tellico-3.5.2/src/gui/tabwidget.h
tellico-3.5.2/src/gui/treeview.cpp
tellico-3.5.2/src/gui/treeview.h
tellico-3.5.2/src/gui/urlfieldwidget.cpp
tellico-3.5.2/src/gui/urlfieldwidget.h
tellico-3.5.2/src/images/
tellico-3.5.2/src/images/CMakeLists.txt
tellico-3.5.2/src/images/image.cpp
tellico-3.5.2/src/images/image.h
tellico-3.5.2/src/images/imagedirectory.cpp
tellico-3.5.2/src/images/imagedirectory.h
tellico-3.5.2/src/images/imagefactory.cpp
tellico-3.5.2/src/images/imagefactory.h
tellico-3.5.2/src/images/imageinfo.cpp
tellico-3.5.2/src/images/imageinfo.h
tellico-3.5.2/src/images/imagejob.cpp
tellico-3.5.2/src/images/imagejob.h
tellico-3.5.2/src/importdialog.cpp
tellico-3.5.2/src/importdialog.h
tellico-3.5.2/src/loandialog.cpp
tellico-3.5.2/src/loandialog.h
tellico-3.5.2/src/loanview.cpp
tellico-3.5.2/src/loanview.h
tellico-3.5.2/src/main.cpp
tellico-3.5.2/src/mainwindow.cpp
tellico-3.5.2/src/mainwindow.h
tellico-3.5.2/src/models/
tellico-3.5.2/src/models/CMakeLists.txt
tellico-3.5.2/src/models/abstractsortmodel.cpp
tellico-3.5.2/src/models/abstractsortmodel.h
tellico-3.5.2/src/models/borrowermodel.cpp
tellico-3.5.2/src/models/borrowermodel.h
tellico-3.5.2/src/models/entrygroupmodel.cpp
tellico-3.5.2/src/models/entrygroupmodel.h
tellico-3.5.2/src/models/entryiconmodel.cpp
tellico-3.5.2/src/models/entryiconmodel.h
tellico-3.5.2/src/models/entrymodel.cpp
tellico-3.5.2/src/models/entrymodel.h
tellico-3.5.2/src/models/entryselectionmodel.cpp
tellico-3.5.2/src/models/entryselectionmodel.h
tellico-3.5.2/src/models/entrysortmodel.cpp
tellico-3.5.2/src/models/entrysortmodel.h
tellico-3.5.2/src/models/fieldcomparison.cpp
tellico-3.5.2/src/models/fieldcomparison.h
tellico-3.5.2/src/models/filtermodel.cpp
tellico-3.5.2/src/models/filtermodel.h
tellico-3.5.2/src/models/groupsortmodel.cpp
tellico-3.5.2/src/models/groupsortmodel.h
tellico-3.5.2/src/models/modeliterator.cpp
tellico-3.5.2/src/models/modeliterator.h
tellico-3.5.2/src/models/modelmanager.cpp
tellico-3.5.2/src/models/modelmanager.h
tellico-3.5.2/src/models/models.h
tellico-3.5.2/src/models/stringcomparison.cpp
tellico-3.5.2/src/models/stringcomparison.h
tellico-3.5.2/src/newstuff/
tellico-3.5.2/src/newstuff/CMakeLists.txt
tellico-3.5.2/src/newstuff/manager.cpp
tellico-3.5.2/src/newstuff/manager.h
tellico-3.5.2/src/newstuff/org.kde.tellico.newstuff.xml
tellico-3.5.2/src/newstuff/tellico-template.knsrc
tellico-3.5.2/src/observer.h
tellico-3.5.2/src/printhandler.cpp
tellico-3.5.2/src/printhandler.h
tellico-3.5.2/src/progressmanager.cpp
tellico-3.5.2/src/progressmanager.h
tellico-3.5.2/src/reportdialog.cpp
tellico-3.5.2/src/reportdialog.h
tellico-3.5.2/src/tellico_debug.h
tellico-3.5.2/src/tellico_kernel.cpp
tellico-3.5.2/src/tellico_kernel.h
tellico-3.5.2/src/tellicorc
tellico-3.5.2/src/tellicoui.rc
tellico-3.5.2/src/tests/
tellico-3.5.2/src/tests/CMakeLists.txt
tellico-3.5.2/src/tests/abstractfetchertest.cpp
tellico-3.5.2/src/tests/abstractfetchertest.h
tellico-3.5.2/src/tests/adsfetchertest.cpp
tellico-3.5.2/src/tests/adsfetchertest.h
tellico-3.5.2/src/tests/adstest.cpp
tellico-3.5.2/src/tests/adstest.h
tellico-3.5.2/src/tests/alexandriatest.cpp
tellico-3.5.2/src/tests/alexandriatest.h
tellico-3.5.2/src/tests/allocinefetchertest.cpp
tellico-3.5.2/src/tests/allocinefetchertest.h
tellico-3.5.2/src/tests/amazonfetchertest.cpp
tellico-3.5.2/src/tests/amazonfetchertest.h
tellico-3.5.2/src/tests/amctest.cpp
tellico-3.5.2/src/tests/amctest.h
tellico-3.5.2/src/tests/animenfofetchertest.cpp
tellico-3.5.2/src/tests/animenfofetchertest.h
tellico-3.5.2/src/tests/arxivfetchertest.cpp
tellico-3.5.2/src/tests/arxivfetchertest.h
tellico-3.5.2/src/tests/audiofiletest.cpp
tellico-3.5.2/src/tests/audiofiletest.h
tellico-3.5.2/src/tests/bedethequefetchertest.cpp
tellico-3.5.2/src/tests/bedethequefetchertest.h
tellico-3.5.2/src/tests/bibliosharefetchertest.cpp
tellico-3.5.2/src/tests/bibliosharefetchertest.h
tellico-3.5.2/src/tests/bibtexmltest.cpp
tellico-3.5.2/src/tests/bibtexmltest.h
tellico-3.5.2/src/tests/bibtextest.cpp
tellico-3.5.2/src/tests/bibtextest.h
tellico-3.5.2/src/tests/boardgamegeekfetchertest.cpp
tellico-3.5.2/src/tests/boardgamegeekfetchertest.h
tellico-3.5.2/src/tests/citetest.cpp
tellico-3.5.2/src/tests/citetest.h
tellico-3.5.2/src/tests/ciwtest.cpp
tellico-3.5.2/src/tests/ciwtest.h
tellico-3.5.2/src/tests/collectiontest.cpp
tellico-3.5.2/src/tests/collectiontest.h
tellico-3.5.2/src/tests/collectorztest.cpp
tellico-3.5.2/src/tests/collectorztest.h
tellico-3.5.2/src/tests/colnectfetchertest.cpp
tellico-3.5.2/src/tests/colnectfetchertest.h
tellico-3.5.2/src/tests/comicvinefetchertest.cpp
tellico-3.5.2/src/tests/comicvinefetchertest.h
tellico-3.5.2/src/tests/commandtest.cpp
tellico-3.5.2/src/tests/commandtest.h
tellico-3.5.2/src/tests/comparisontest.cpp
tellico-3.5.2/src/tests/comparisontest.h
tellico-3.5.2/src/tests/completiontest.cpp
tellico-3.5.2/src/tests/completiontest.h
tellico-3.5.2/src/tests/crossreffetchertest.cpp
tellico-3.5.2/src/tests/crossreffetchertest.h
tellico-3.5.2/src/tests/csvtest.cpp
tellico-3.5.2/src/tests/csvtest.h
tellico-3.5.2/src/tests/cuecattest.cpp
tellico-3.5.2/src/tests/cuecattest.h
tellico-3.5.2/src/tests/darkhorsefetchertest.cpp
tellico-3.5.2/src/tests/darkhorsefetchertest.h
tellico-3.5.2/src/tests/data/
tellico-3.5.2/src/tests/data/BlueSquare.jpg
tellico-3.5.2/src/tests/data/alexandria/
tellico-3.5.2/src/tests/data/alexandria/0060574623.yaml
tellico-3.5.2/src/tests/data/alexandria/0060608536.yaml
tellico-3.5.2/src/tests/data/alexandria/0060608536_small.jpg
tellico-3.5.2/src/tests/data/amazon-paapi-book.json
tellico-3.5.2/src/tests/data/amazon-paapi-error1.json
tellico-3.5.2/src/tests/data/amazon-paapi-get-items-gopaapi5.json
tellico-3.5.2/src/tests/data/amazon-paapi-search-items-gopaapi5.json
tellico-3.5.2/src/tests/data/amazon-paapi-upc1.json
tellico-3.5.2/src/tests/data/amazon-paapi-upc2.json
tellico-3.5.2/src/tests/data/audio/
tellico-3.5.2/src/tests/data/audio/.directory
tellico-3.5.2/src/tests/data/audio/test.mp3
tellico-3.5.2/src/tests/data/bibtex-format11.tc
tellico-3.5.2/src/tests/data/books-format1.bc
tellico-3.5.2/src/tests/data/books-format10.bc
tellico-3.5.2/src/tests/data/books-format11.bc
tellico-3.5.2/src/tests/data/books-format2.bc
tellico-3.5.2/src/tests/data/books-format3.bc
tellico-3.5.2/src/tests/data/books-format4.bc
tellico-3.5.2/src/tests/data/books-format5.bc
tellico-3.5.2/src/tests/data/books-format6.bc
tellico-3.5.2/src/tests/data/books-format7.bc
tellico-3.5.2/src/tests/data/books-format8.bc
tellico-3.5.2/src/tests/data/books-format9.bc
tellico-3.5.2/src/tests/data/bug418067.xml
tellico-3.5.2/src/tests/data/bug443845.xml
tellico-3.5.2/src/tests/data/cat_mods.sh
tellico-3.5.2/src/tests/data/cat_mods.spec
tellico-3.5.2/src/tests/data/coins-format9.tc
tellico-3.5.2/src/tests/data/collectorz/
tellico-3.5.2/src/tests/data/collectorz/image.png
tellico-3.5.2/src/tests/data/collectorz_books.xml
tellico-3.5.2/src/tests/data/collectorz_movies.xml
tellico-3.5.2/src/tests/data/collectorz_music.xml
tellico-3.5.2/src/tests/data/datacrow_books.xml
tellico-3.5.2/src/tests/data/datacrow_books_images/
tellico-3.5.2/src/tests/data/datacrow_books_images/8817fb77-db09-4b70-96b1-12d4adbac294_PictureFront.jpg
tellico-3.5.2/src/tests/data/datacrow_movies.xml
tellico-3.5.2/src/tests/data/datacrow_movies_images/
tellico-3.5.2/src/tests/data/datacrow_movies_images/b64fe351-373a-4069-a695-d59e2243a020_PictureFront.jpg
tellico-3.5.2/src/tests/data/datacrow_music.xml
tellico-3.5.2/src/tests/data/datacrow_music_images/
tellico-3.5.2/src/tests/data/datacrow_music_images/628b272a-3c0c-4eff-8c99-67d4bd3c4b95_PictureFront.jpg
tellico-3.5.2/src/tests/data/delicious1_books.xml
tellico-3.5.2/src/tests/data/delicious1_games.xml
tellico-3.5.2/src/tests/data/delicious1_movies.xml
tellico-3.5.2/src/tests/data/delicious1_music.xml
tellico-3.5.2/src/tests/data/delicious2_books.xml
tellico-3.5.2/src/tests/data/delicious2_movies.xml
tellico-3.5.2/src/tests/data/delicious2_music.xml
tellico-3.5.2/src/tests/data/dnb-marcxml.xml
tellico-3.5.2/src/tests/data/douban_book_details.json
tellico-3.5.2/src/tests/data/douban_book_isbn.json
tellico-3.5.2/src/tests/data/douban_book_search.json
tellico-3.5.2/src/tests/data/duplicate_borrower.xml
tellico-3.5.2/src/tests/data/duplicate_loan.xml
tellico-3.5.2/src/tests/data/example_mods.xml
tellico-3.5.2/src/tests/data/fb23724a101bd7100cd0360b8ad368bc.jpeg
tellico-3.5.2/src/tests/data/future_version.xml
tellico-3.5.2/src/tests/data/griffith.xml
tellico-3.5.2/src/tests/data/image_test.xml
tellico-3.5.2/src/tests/data/img1.jpg
tellico-3.5.2/src/tests/data/img2.jpg
tellico-3.5.2/src/tests/data/librarything.json
tellico-3.5.2/src/tests/data/moody_blue.xml
tellico-3.5.2/src/tests/data/movies-many.tc
tellico-3.5.2/src/tests/data/no_cdate.xml
tellico-3.5.2/src/tests/data/opds-acquisition.xml
tellico-3.5.2/src/tests/data/opds-calibre.xml
tellico-3.5.2/src/tests/data/opds-relative-search.xml
tellico-3.5.2/src/tests/data/output-url.xsl
tellico-3.5.2/src/tests/data/relative-link.xml
tellico-3.5.2/src/tests/data/table-empty-first-row.xml
tellico-3.5.2/src/tests/data/tabletest.tc
tellico-3.5.2/src/tests/data/ted_lasso.xml
tellico-3.5.2/src/tests/data/test-boardgame.gcs
tellico-3.5.2/src/tests/data/test-book.csv
tellico-3.5.2/src/tests/data/test-book.gcs
tellico-3.5.2/src/tests/data/test-bug386483.csv
tellico-3.5.2/src/tests/data/test-coin.gcs
tellico-3.5.2/src/tests/data/test-comicbook.gcs
tellico-3.5.2/src/tests/data/test-metadata.pdf
tellico-3.5.2/src/tests/data/test-music.gcs
tellico-3.5.2/src/tests/data/test-sciencedirect.pdf
tellico-3.5.2/src/tests/data/test-video.gcs
tellico-3.5.2/src/tests/data/test-videogame.gcs
tellico-3.5.2/src/tests/data/test-vinoxml.xml
tellico-3.5.2/src/tests/data/test-wine.gcs
tellico-3.5.2/src/tests/data/test.ads
tellico-3.5.2/src/tests/data/test.amc
tellico-3.5.2/src/tests/data/test.bib
tellico-3.5.2/src/tests/data/test.bibtexml
tellico-3.5.2/src/tests/data/test.ciw
tellico-3.5.2/src/tests/data/test.mrc
tellico-3.5.2/src/tests/data/test.ogg
tellico-3.5.2/src/tests/data/test.reflib
tellico-3.5.2/src/tests/data/test.ris
tellico-3.5.2/src/tests/data/with-image.tc
tellico-3.5.2/src/tests/data/xml-with-junk.xml
tellico-3.5.2/src/tests/datacrowtest.cpp
tellico-3.5.2/src/tests/datacrowtest.h
tellico-3.5.2/src/tests/dbcfetchertest.cpp
tellico-3.5.2/src/tests/dbcfetchertest.h
tellico-3.5.2/src/tests/dblpfetchertest.cpp
tellico-3.5.2/src/tests/dblpfetchertest.h
tellico-3.5.2/src/tests/delicioustest.cpp
tellico-3.5.2/src/tests/delicioustest.h
tellico-3.5.2/src/tests/discogsfetchertest.cpp
tellico-3.5.2/src/tests/discogsfetchertest.h
tellico-3.5.2/src/tests/discogstest.cpp
tellico-3.5.2/src/tests/discogstest.h
tellico-3.5.2/src/tests/documenttest.cpp
tellico-3.5.2/src/tests/documenttest.h
tellico-3.5.2/src/tests/doubanfetchertest.cpp
tellico-3.5.2/src/tests/doubanfetchertest.h
tellico-3.5.2/src/tests/dvdfrfetchertest.cpp
tellico-3.5.2/src/tests/dvdfrfetchertest.h
tellico-3.5.2/src/tests/entitytest.cpp
tellico-3.5.2/src/tests/entitytest.h
tellico-3.5.2/src/tests/entrezfetchertest.cpp
tellico-3.5.2/src/tests/entrezfetchertest.h
tellico-3.5.2/src/tests/entryupdatejobtest.cpp
tellico-3.5.2/src/tests/entryupdatejobtest.h
tellico-3.5.2/src/tests/externalfetchertest.cpp
tellico-3.5.2/src/tests/externalfetchertest.h
tellico-3.5.2/src/tests/fetchertest.cpp
tellico-3.5.2/src/tests/fetchertest.h
tellico-3.5.2/src/tests/fieldtest.cpp
tellico-3.5.2/src/tests/fieldtest.h
tellico-3.5.2/src/tests/fieldwidgettest.cpp
tellico-3.5.2/src/tests/fieldwidgettest.h
tellico-3.5.2/src/tests/filelistingtest.cpp
tellico-3.5.2/src/tests/filelistingtest.h
tellico-3.5.2/src/tests/filmaffinityfetchertest.cpp
tellico-3.5.2/src/tests/filmaffinityfetchertest.h
tellico-3.5.2/src/tests/filmasterfetchertest.cpp
tellico-3.5.2/src/tests/filmasterfetchertest.h
tellico-3.5.2/src/tests/filtertest.cpp
tellico-3.5.2/src/tests/filtertest.h
tellico-3.5.2/src/tests/formattest.cpp
tellico-3.5.2/src/tests/formattest.h
tellico-3.5.2/src/tests/gaminghistoryfetchertest.cpp
tellico-3.5.2/src/tests/gaminghistoryfetchertest.h
tellico-3.5.2/src/tests/gcstarfetchertest.cpp
tellico-3.5.2/src/tests/gcstarfetchertest.h
tellico-3.5.2/src/tests/gcstartest.cpp
tellico-3.5.2/src/tests/gcstartest.h
tellico-3.5.2/src/tests/giantbombfetchertest.cpp
tellico-3.5.2/src/tests/giantbombfetchertest.h
tellico-3.5.2/src/tests/goodreadstest.cpp
tellico-3.5.2/src/tests/goodreadstest.h
tellico-3.5.2/src/tests/googlebookfetchertest.cpp
tellico-3.5.2/src/tests/googlebookfetchertest.h
tellico-3.5.2/src/tests/googlescholarfetchertest.cpp
tellico-3.5.2/src/tests/googlescholarfetchertest.h
tellico-3.5.2/src/tests/griffithtest.cpp
tellico-3.5.2/src/tests/griffithtest.h
tellico-3.5.2/src/tests/hathitrustfetchertest.cpp
tellico-3.5.2/src/tests/hathitrustfetchertest.h
tellico-3.5.2/src/tests/htmlexportertest.cpp
tellico-3.5.2/src/tests/htmlexportertest.h
tellico-3.5.2/src/tests/ibsfetchertest.cpp
tellico-3.5.2/src/tests/ibsfetchertest.h
tellico-3.5.2/src/tests/igdbfetchertest.cpp
tellico-3.5.2/src/tests/igdbfetchertest.h
tellico-3.5.2/src/tests/imagejobtest.cpp
tellico-3.5.2/src/tests/imagejobtest.h
tellico-3.5.2/src/tests/imagetest.cpp
tellico-3.5.2/src/tests/imagetest.h
tellico-3.5.2/src/tests/imdbfetchertest.cpp
tellico-3.5.2/src/tests/imdbfetchertest.h
tellico-3.5.2/src/tests/isbndbfetchertest.cpp
tellico-3.5.2/src/tests/isbndbfetchertest.h
tellico-3.5.2/src/tests/isbntest.cpp
tellico-3.5.2/src/tests/isbntest.h
tellico-3.5.2/src/tests/iso5426test.cpp
tellico-3.5.2/src/tests/iso5426test.h
tellico-3.5.2/src/tests/iso6937test.cpp
tellico-3.5.2/src/tests/iso6937test.h
tellico-3.5.2/src/tests/itunesfetchertest.cpp
tellico-3.5.2/src/tests/itunesfetchertest.h
tellico-3.5.2/src/tests/kinofetchertest.cpp
tellico-3.5.2/src/tests/kinofetchertest.h
tellico-3.5.2/src/tests/kinopoiskfetchertest.cpp
tellico-3.5.2/src/tests/kinopoiskfetchertest.h
tellico-3.5.2/src/tests/kinoteatrfetchertest.cpp
tellico-3.5.2/src/tests/kinoteatrfetchertest.h
tellico-3.5.2/src/tests/lccntest.cpp
tellico-3.5.2/src/tests/lccntest.h
tellico-3.5.2/src/tests/lcctest.cpp
tellico-3.5.2/src/tests/lcctest.h
tellico-3.5.2/src/tests/librarythingtest.cpp
tellico-3.5.2/src/tests/librarythingtest.h
tellico-3.5.2/src/tests/marctest.cpp
tellico-3.5.2/src/tests/marctest.h
tellico-3.5.2/src/tests/mobygamesfetchertest.cpp
tellico-3.5.2/src/tests/mobygamesfetchertest.h
tellico-3.5.2/src/tests/modeltest.cpp
tellico-3.5.2/src/tests/modeltest.h
tellico-3.5.2/src/tests/modstest.cpp
tellico-3.5.2/src/tests/modstest.h
tellico-3.5.2/src/tests/moviemeterfetchertest.cpp
tellico-3.5.2/src/tests/moviemeterfetchertest.h
tellico-3.5.2/src/tests/mrlookupfetchertest.cpp
tellico-3.5.2/src/tests/mrlookupfetchertest.h
tellico-3.5.2/src/tests/multifetchertest.cpp
tellico-3.5.2/src/tests/multifetchertest.h
tellico-3.5.2/src/tests/musicbrainzfetchertest.cpp
tellico-3.5.2/src/tests/musicbrainzfetchertest.h
tellico-3.5.2/src/tests/newstufftest.cpp
tellico-3.5.2/src/tests/newstufftest.h
tellico-3.5.2/src/tests/numistafetchertest.cpp
tellico-3.5.2/src/tests/numistafetchertest.h
tellico-3.5.2/src/tests/omdbfetchertest.cpp
tellico-3.5.2/src/tests/omdbfetchertest.h
tellico-3.5.2/src/tests/opdsfetchertest.cpp
tellico-3.5.2/src/tests/opdsfetchertest.h
tellico-3.5.2/src/tests/openlibraryfetchertest.cpp
tellico-3.5.2/src/tests/openlibraryfetchertest.h
tellico-3.5.2/src/tests/pdftest.cpp
tellico-3.5.2/src/tests/pdftest.h
tellico-3.5.2/src/tests/referencertest.cpp
tellico-3.5.2/src/tests/referencertest.h
tellico-3.5.2/src/tests/ristest.cpp
tellico-3.5.2/src/tests/ristest.h
tellico-3.5.2/src/tests/rpggeekfetchertest.cpp
tellico-3.5.2/src/tests/rpggeekfetchertest.h
tellico-3.5.2/src/tests/springerfetchertest.cpp
tellico-3.5.2/src/tests/springerfetchertest.h
tellico-3.5.2/src/tests/srufetchertest.cpp
tellico-3.5.2/src/tests/srufetchertest.h
tellico-3.5.2/src/tests/tellicomodeltest.cpp
tellico-3.5.2/src/tests/tellicomodeltest.h
tellico-3.5.2/src/tests/tellicoreadtest.cpp
tellico-3.5.2/src/tests/tellicoreadtest.h
tellico-3.5.2/src/tests/tellicotest.config
tellico-3.5.2/src/tests/thegamesdbfetchertest.cpp
tellico-3.5.2/src/tests/thegamesdbfetchertest.h
tellico-3.5.2/src/tests/themoviedbfetchertest.cpp
tellico-3.5.2/src/tests/themoviedbfetchertest.h
tellico-3.5.2/src/tests/thetvdbfetchertest.cpp
tellico-3.5.2/src/tests/thetvdbfetchertest.h
tellico-3.5.2/src/tests/tvmazefetchertest.cpp
tellico-3.5.2/src/tests/tvmazefetchertest.h
tellico-3.5.2/src/tests/upcitemdbfetchertest.cpp
tellico-3.5.2/src/tests/upcitemdbfetchertest.h
tellico-3.5.2/src/tests/vgcollectfetchertest.cpp
tellico-3.5.2/src/tests/vgcollectfetchertest.h
tellico-3.5.2/src/tests/videogamegeekfetchertest.cpp
tellico-3.5.2/src/tests/videogamegeekfetchertest.h
tellico-3.5.2/src/tests/vinoxmltest.cpp
tellico-3.5.2/src/tests/vinoxmltest.h
tellico-3.5.2/src/tests/vndbfetchertest.cpp
tellico-3.5.2/src/tests/vndbfetchertest.h
tellico-3.5.2/src/tests/z3950fetchertest.cpp
tellico-3.5.2/src/tests/z3950fetchertest.h
tellico-3.5.2/src/translators/
tellico-3.5.2/src/translators/CMakeLists.txt
tellico-3.5.2/src/translators/adsimporter.cpp
tellico-3.5.2/src/translators/adsimporter.h
tellico-3.5.2/src/translators/alexandriaexporter.cpp
tellico-3.5.2/src/translators/alexandriaexporter.h
tellico-3.5.2/src/translators/alexandriaimporter.cpp
tellico-3.5.2/src/translators/alexandriaimporter.h
tellico-3.5.2/src/translators/amcimporter.cpp
tellico-3.5.2/src/translators/amcimporter.h
tellico-3.5.2/src/translators/audiofileimporter.cpp
tellico-3.5.2/src/translators/audiofileimporter.h
tellico-3.5.2/src/translators/bibtex-translation.xml
tellico-3.5.2/src/translators/bibtexexporter.cpp
tellico-3.5.2/src/translators/bibtexexporter.h
tellico-3.5.2/src/translators/bibteximporter.cpp
tellico-3.5.2/src/translators/bibteximporter.h
tellico-3.5.2/src/translators/bibtexmlexporter.cpp
tellico-3.5.2/src/translators/bibtexmlexporter.h
tellico-3.5.2/src/translators/bibtexmlimporter.cpp
tellico-3.5.2/src/translators/bibtexmlimporter.h
tellico-3.5.2/src/translators/boardgamegeekimporter.cpp
tellico-3.5.2/src/translators/boardgamegeekimporter.h
tellico-3.5.2/src/translators/ciwimporter.cpp
tellico-3.5.2/src/translators/ciwimporter.h
tellico-3.5.2/src/translators/collectorzimporter.cpp
tellico-3.5.2/src/translators/collectorzimporter.h
tellico-3.5.2/src/translators/csvexporter.cpp
tellico-3.5.2/src/translators/csvexporter.h
tellico-3.5.2/src/translators/csvimporter.cpp
tellico-3.5.2/src/translators/csvimporter.h
tellico-3.5.2/src/translators/csvparser.cpp
tellico-3.5.2/src/translators/csvparser.h
tellico-3.5.2/src/translators/datacrowimporter.cpp
tellico-3.5.2/src/translators/datacrowimporter.h
tellico-3.5.2/src/translators/dataimporter.cpp
tellico-3.5.2/src/translators/dataimporter.h
tellico-3.5.2/src/translators/deliciousimporter.cpp
tellico-3.5.2/src/translators/deliciousimporter.h
tellico-3.5.2/src/translators/discogsimporter.cpp
tellico-3.5.2/src/translators/discogsimporter.h
tellico-3.5.2/src/translators/ebookimporter.cpp
tellico-3.5.2/src/translators/ebookimporter.h
tellico-3.5.2/src/translators/exporter.cpp
tellico-3.5.2/src/translators/exporter.h
tellico-3.5.2/src/translators/filelistingimporter.cpp
tellico-3.5.2/src/translators/filelistingimporter.h
tellico-3.5.2/src/translators/freedb_util.cpp
tellico-3.5.2/src/translators/freedbimporter.cpp
tellico-3.5.2/src/translators/freedbimporter.h
tellico-3.5.2/src/translators/gcstarexporter.cpp
tellico-3.5.2/src/translators/gcstarexporter.h
tellico-3.5.2/src/translators/gcstarimporter.cpp
tellico-3.5.2/src/translators/gcstarimporter.h
tellico-3.5.2/src/translators/goodreadsimporter.cpp
tellico-3.5.2/src/translators/goodreadsimporter.h
tellico-3.5.2/src/translators/griffithimporter.cpp
tellico-3.5.2/src/translators/griffithimporter.h
tellico-3.5.2/src/translators/grs1importer.cpp
tellico-3.5.2/src/translators/grs1importer.h
tellico-3.5.2/src/translators/htmlexporter.cpp
tellico-3.5.2/src/translators/htmlexporter.h
tellico-3.5.2/src/translators/importer.cpp
tellico-3.5.2/src/translators/importer.h
tellico-3.5.2/src/translators/librarythingimporter.cpp
tellico-3.5.2/src/translators/librarythingimporter.h
tellico-3.5.2/src/translators/marcimporter.cpp
tellico-3.5.2/src/translators/marcimporter.h
tellico-3.5.2/src/translators/onixexporter.cpp
tellico-3.5.2/src/translators/onixexporter.h
tellico-3.5.2/src/translators/pdfimporter.cpp
tellico-3.5.2/src/translators/pdfimporter.h
tellico-3.5.2/src/translators/referencerimporter.cpp
tellico-3.5.2/src/translators/referencerimporter.h
tellico-3.5.2/src/translators/risimporter.cpp
tellico-3.5.2/src/translators/risimporter.h
tellico-3.5.2/src/translators/tellico_xml.cpp
tellico-3.5.2/src/translators/tellico_xml.h
tellico-3.5.2/src/translators/tellicoimporter.cpp
tellico-3.5.2/src/translators/tellicoimporter.h
tellico-3.5.2/src/translators/tellicoxmlexporter.cpp
tellico-3.5.2/src/translators/tellicoxmlexporter.h
tellico-3.5.2/src/translators/tellicoxmlreader.cpp
tellico-3.5.2/src/translators/tellicoxmlreader.h
tellico-3.5.2/src/translators/tellicozipexporter.cpp
tellico-3.5.2/src/translators/tellicozipexporter.h
tellico-3.5.2/src/translators/textimporter.cpp
tellico-3.5.2/src/translators/textimporter.h
tellico-3.5.2/src/translators/translators.h
tellico-3.5.2/src/translators/vinoxmlimporter.cpp
tellico-3.5.2/src/translators/vinoxmlimporter.h
tellico-3.5.2/src/translators/xmlstatehandler.cpp
tellico-3.5.2/src/translators/xmlstatehandler.h
tellico-3.5.2/src/translators/xmphandler.cpp
tellico-3.5.2/src/translators/xmphandler.h
tellico-3.5.2/src/translators/xsltexporter.cpp
tellico-3.5.2/src/translators/xsltexporter.h
tellico-3.5.2/src/translators/xslthandler.cpp
tellico-3.5.2/src/translators/xslthandler.h
tellico-3.5.2/src/translators/xsltimporter.cpp
tellico-3.5.2/src/translators/xsltimporter.h
tellico-3.5.2/src/utils/
tellico-3.5.2/src/utils/CMakeLists.txt
tellico-3.5.2/src/utils/bibtexhandler.cpp
tellico-3.5.2/src/utils/bibtexhandler.h
tellico-3.5.2/src/utils/cursorsaver.cpp
tellico-3.5.2/src/utils/cursorsaver.h
tellico-3.5.2/src/utils/datafileregistry.cpp
tellico-3.5.2/src/utils/datafileregistry.h
tellico-3.5.2/src/utils/gradient.cpp
tellico-3.5.2/src/utils/gradient.h
tellico-3.5.2/src/utils/guiproxy.cpp
tellico-3.5.2/src/utils/guiproxy.h
tellico-3.5.2/src/utils/isbnvalidator.cpp
tellico-3.5.2/src/utils/isbnvalidator.h
tellico-3.5.2/src/utils/iso5426converter.cpp
tellico-3.5.2/src/utils/iso5426converter.h
tellico-3.5.2/src/utils/iso6937converter.cpp
tellico-3.5.2/src/utils/iso6937converter.h
tellico-3.5.2/src/utils/lccnvalidator.cpp
tellico-3.5.2/src/utils/lccnvalidator.h
tellico-3.5.2/src/utils/mergeconflictresolver.cpp
tellico-3.5.2/src/utils/mergeconflictresolver.h
tellico-3.5.2/src/utils/string_utils.cpp
tellico-3.5.2/src/utils/string_utils.h
tellico-3.5.2/src/utils/stringset.h
tellico-3.5.2/src/utils/tellico_utils.cpp
tellico-3.5.2/src/utils/tellico_utils.h
tellico-3.5.2/src/utils/upcvalidator.cpp
tellico-3.5.2/src/utils/upcvalidator.h
tellico-3.5.2/src/utils/urlfieldlogic.cpp
tellico-3.5.2/src/utils/urlfieldlogic.h
tellico-3.5.2/src/utils/wallet.cpp
tellico-3.5.2/src/utils/wallet.h
tellico-3.5.2/src/utils/xmlhandler.cpp
tellico-3.5.2/src/utils/xmlhandler.h
tellico-3.5.2/src/viewstack.cpp
tellico-3.5.2/src/viewstack.h
tellico-3.5.2/tellico.dtd
tellico-3.5.2/tellico.tips
tellico-3.5.2/tellico.xml
tellico-3.5.2/xslt/
tellico-3.5.2/xslt/CMakeLists.txt
tellico-3.5.2/xslt/MARC21slim2MODS3.xsl
tellico-3.5.2/xslt/MARC21slimUtils.xsl
tellico-3.5.2/xslt/UNIMARC2MODS3.xsl
tellico-3.5.2/xslt/arxiv2tellico.xsl
tellico-3.5.2/xslt/atom2tellico.xsl
tellico-3.5.2/xslt/biblioshare2tellico.xsl
tellico-3.5.2/xslt/bibtexml2tellico.xsl
tellico-3.5.2/xslt/bluray-logo.png
tellico-3.5.2/xslt/boardgamegeek2tellico.xsl
tellico-3.5.2/xslt/cassette-logo.png
tellico-3.5.2/xslt/cd-logo.png
tellico-3.5.2/xslt/collectorz2tellico.xsl
tellico-3.5.2/xslt/comicvine2tellico.xsl
tellico-3.5.2/xslt/crossref2tellico.xsl
tellico-3.5.2/xslt/datacrow2tellico.xsl
tellico-3.5.2/xslt/dbc2tellico.xsl
tellico-3.5.2/xslt/dblp2tellico.xsl
tellico-3.5.2/xslt/delicious2tellico.xsl
tellico-3.5.2/xslt/dvd-logo.png
tellico-3.5.2/xslt/dvdfr2tellico.xsl
tellico-3.5.2/xslt/entry-templates/
tellico-3.5.2/xslt/entry-templates/Album.xsl
tellico-3.5.2/xslt/entry-templates/CMakeLists.txt
tellico-3.5.2/xslt/entry-templates/Compact.xsl
tellico-3.5.2/xslt/entry-templates/Default.xsl
tellico-3.5.2/xslt/entry-templates/Fancy.xsl
tellico-3.5.2/xslt/entry-templates/Video.xsl
tellico-3.5.2/xslt/gcstar2tellico.xsl
tellico-3.5.2/xslt/giantbomb2tellico.xsl
tellico-3.5.2/xslt/goodreads2tellico.xsl
tellico-3.5.2/xslt/griffith2tellico.xsl
tellico-3.5.2/xslt/hddvd-logo.png
tellico-3.5.2/xslt/mods2tellico.xsl
tellico-3.5.2/xslt/musicbrainz2tellico.xsl
tellico-3.5.2/xslt/pubmed2tellico.xsl
tellico-3.5.2/xslt/record-logo.png
tellico-3.5.2/xslt/referencer2tellico.xsl
tellico-3.5.2/xslt/report-templates/
tellico-3.5.2/xslt/report-templates/CMakeLists.txt
tellico-3.5.2/xslt/report-templates/Column_View.xsl
tellico-3.5.2/xslt/report-templates/Group_Statistics.xsl
tellico-3.5.2/xslt/report-templates/Group_Summary.xsl
tellico-3.5.2/xslt/report-templates/Group_View.xsl
tellico-3.5.2/xslt/report-templates/Image_Grid.xsl
tellico-3.5.2/xslt/report-templates/Image_List.xsl
tellico-3.5.2/xslt/report-templates/Loan_View.xsl
tellico-3.5.2/xslt/report-templates/Title_Listing_(Horizontal).xsl
tellico-3.5.2/xslt/report-templates/Title_Listing_(Vertical).xsl
tellico-3.5.2/xslt/report-templates/Tri-Column.xsl
tellico-3.5.2/xslt/report-templates/jquery.flot.js
tellico-3.5.2/xslt/report-templates/jquery.flot.pie.js
tellico-3.5.2/xslt/report-templates/jquery.min.js
tellico-3.5.2/xslt/shadowAlpha.png
tellico-3.5.2/xslt/springer2tellico.xsl
tellico-3.5.2/xslt/srw2tellico.xsl
tellico-3.5.2/xslt/tellico-by-author.xsl
tellico-3.5.2/xslt/tellico-by-title.xsl
tellico-3.5.2/xslt/tellico-common.xsl
tellico-3.5.2/xslt/tellico-printing.xsl
tellico-3.5.2/xslt/tellico2gcstar.xsl
tellico-3.5.2/xslt/tellico2html.js
tellico-3.5.2/xslt/tellico2html.xsl
tellico-3.5.2/xslt/tellico2onix.xsl
tellico-3.5.2/xslt/unixref2tellico.xsl
tellico-3.5.2/xslt/vhs-logo.png
tellico-3.5.2/xslt/vinoxml2tellico.xsl
tellico-3.5.2/xslt/welcome.html
tellico-3.5.2/xslt/xmp2tellico.xsl
minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2$ cd tellico-3.5.2
minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2/tellico-3.5.2$ mkdir build
minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2/tellico-3.5.2$ cd build
minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2/tellico-3.5.2/build$ cmake .. -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`
-- The C compiler identification is GNU 9.4.0
-- The CXX compiler identification is GNU 9.4.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:11 (find_package):
  Could not find a package configuration file provided by "ECM" (requested
  version 5.19) with any of the following names:

    ECMConfig.cmake
    ecm-config.cmake

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.


-- Configuring incomplete, errors occurred!
See also "/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeOutput.log".
minkolo@minkolo-Bureau:/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3
-5-2/tellico-3.5.2/build$ 
Et enfin le contenu de

Code : Tout sélectionner

"/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeOutput.log"
:

Code : Tout sélectionner

The system is: Linux - 5.4.0-167-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc 
Build flags: 
Id flags:  

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/3.16.3/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++ 
Build flags: 
Id flags:  

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/3.16.3/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_934bc/fast && /usr/bin/make -f CMakeFiles/cmTC_934bc.dir/build.make CMakeFiles/cmTC_934bc.dir/build
make[1] : on entre dans le répertoire « /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp »
Building C object CMakeFiles/cmTC_934bc.dir/testCCompiler.c.o
/usr/bin/cc    -o CMakeFiles/cmTC_934bc.dir/testCCompiler.c.o   -c "/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp/testCCompiler.c"
Linking C executable cmTC_934bc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_934bc.dir/link.txt --verbose=1
/usr/bin/cc      CMakeFiles/cmTC_934bc.dir/testCCompiler.c.o  -o cmTC_934bc 
make[1] : on quitte le répertoire « /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp »



Detecting C compiler ABI info compiled with the following output:
Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_34257/fast && /usr/bin/make -f CMakeFiles/cmTC_34257.dir/build.make CMakeFiles/cmTC_34257.dir/build
make[1]: Entering directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o
/usr/bin/cc   -v -o CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cciND3Qp.s
GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)
	compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/lib/gcc/x86_64-linux-gnu/9/include
 /usr/local/include
 /usr/include/x86_64-linux-gnu
 /usr/include
End of search list.
GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)
	compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 01da938ff5dc2163489aa33cb3b747a7
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o /tmp/cciND3Qp.s
GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
Linking C executable cmTC_34257
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34257.dir/link.txt --verbose=1
/usr/bin/cc     -v CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o  -o cmTC_34257 
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_34257' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4P8WHR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_34257 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_34257' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp'



Parsed C implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/usr/lib/gcc/x86_64-linux-gnu/9/include]
    add: [/usr/local/include]
    add: [/usr/include/x86_64-linux-gnu]
    add: [/usr/include]
  end of search list found
  collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include]
  collapse include dir [/usr/local/include] ==> [/usr/local/include]
  collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
  collapse include dir [/usr/include] ==> [/usr/include]
  implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/make cmTC_34257/fast && /usr/bin/make -f CMakeFiles/cmTC_34257.dir/build.make CMakeFiles/cmTC_34257.dir/build]
  ignore line: [make[1]: Entering directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp']
  ignore line: [Building C object CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/bin/cc   -v -o CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o   -c /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1 -quiet -v -imultiarch x86_64-linux-gnu /usr/share/cmake-3.16/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cciND3Qp.s]
  ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.4.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/include/x86_64-linux-gnu]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C17 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.4.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: 01da938ff5dc2163489aa33cb3b747a7]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o /tmp/cciND3Qp.s]
  ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking C executable cmTC_34257]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_34257.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/cc     -v CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o  -o cmTC_34257 ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/cc]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_34257' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/cc4P8WHR.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_34257 /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/cc4P8WHR.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_34257] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..]
    arg [CMakeFiles/cmTC_34257.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--push-state] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--pop-state] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib]
  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  implicit fwks: []


Determining if the CXX compiler works passed with the following output:
Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_7cb7e/fast && /usr/bin/make -f CMakeFiles/cmTC_7cb7e.dir/build.make CMakeFiles/cmTC_7cb7e.dir/build
make[1] : on entre dans le répertoire « /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp »
Building CXX object CMakeFiles/cmTC_7cb7e.dir/testCXXCompiler.cxx.o
/usr/bin/c++     -o CMakeFiles/cmTC_7cb7e.dir/testCXXCompiler.cxx.o -c "/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx"
Linking CXX executable cmTC_7cb7e
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cb7e.dir/link.txt --verbose=1
/usr/bin/c++       CMakeFiles/cmTC_7cb7e.dir/testCXXCompiler.cxx.o  -o cmTC_7cb7e 
make[1] : on quitte le répertoire « /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp »



Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/make cmTC_adaed/fast && /usr/bin/make -f CMakeFiles/cmTC_adaed.dir/build.make CMakeFiles/cmTC_adaed.dir/build
make[1]: Entering directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o
/usr/bin/c++    -v -o CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc6114Qs.s
GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)
	compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/c++/9
 /usr/include/x86_64-linux-gnu/c++/9
 /usr/include/c++/9/backward
 /usr/lib/gcc/x86_64-linux-gnu/9/include
 /usr/local/include
 /usr/include/x86_64-linux-gnu
 /usr/include
End of search list.
GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)
	compiled by GNU C version 9.4.0, GMP version 6.2.0, MPFR version 4.0.2, MPC version 1.1.0, isl version isl-0.22.1-GMP

GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 3d1eba838554fa2348dba760e4770469
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 as -v --64 -o CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6114Qs.s
GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Linking CXX executable cmTC_adaed
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adaed.dir/link.txt --verbose=1
/usr/bin/c++      -v CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_adaed 
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none:hsa
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr,hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) 
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_adaed' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwXX0bR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_adaed /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_adaed' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
make[1]: Leaving directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp'



Parsed CXX implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/usr/include/c++/9]
    add: [/usr/include/x86_64-linux-gnu/c++/9]
    add: [/usr/include/c++/9/backward]
    add: [/usr/lib/gcc/x86_64-linux-gnu/9/include]
    add: [/usr/local/include]
    add: [/usr/include/x86_64-linux-gnu]
    add: [/usr/include]
  end of search list found
  collapse include dir [/usr/include/c++/9] ==> [/usr/include/c++/9]
  collapse include dir [/usr/include/x86_64-linux-gnu/c++/9] ==> [/usr/include/x86_64-linux-gnu/c++/9]
  collapse include dir [/usr/include/c++/9/backward] ==> [/usr/include/c++/9/backward]
  collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/9/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/9/include]
  collapse include dir [/usr/local/include] ==> [/usr/local/include]
  collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
  collapse include dir [/usr/include] ==> [/usr/include]
  implicit include dirs: [/usr/include/c++/9;/usr/include/x86_64-linux-gnu/c++/9;/usr/include/c++/9/backward;/usr/lib/gcc/x86_64-linux-gnu/9/include;/usr/local/include;/usr/include/x86_64-linux-gnu;/usr/include]


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/make cmTC_adaed/fast && /usr/bin/make -f CMakeFiles/cmTC_adaed.dir/build.make CMakeFiles/cmTC_adaed.dir/build]
  ignore line: [make[1]: Entering directory '/media/data/Téléchargements/FICHIERS VIE COURTE/Tellico 3-5-2/tellico-3.5.2/build/CMakeFiles/CMakeTmp']
  ignore line: [Building CXX object CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/bin/c++    -v -o CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) ]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /usr/share/cmake-3.16/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -version -fasynchronous-unwind-tables -fstack-protector-strong -Wformat -Wformat-security -fstack-clash-protection -fcf-protection -o /tmp/cc6114Qs.s]
  ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.4.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/9"]
  ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/include-fixed"]
  ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/9/../../../../x86_64-linux-gnu/include"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /usr/include/c++/9]
  ignore line: [ /usr/include/x86_64-linux-gnu/c++/9]
  ignore line: [ /usr/include/c++/9/backward]
  ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/9/include]
  ignore line: [ /usr/local/include]
  ignore line: [ /usr/include/x86_64-linux-gnu]
  ignore line: [ /usr/include]
  ignore line: [End of search list.]
  ignore line: [GNU C++14 (Ubuntu 9.4.0-1ubuntu1~20.04.2) version 9.4.0 (x86_64-linux-gnu)]
  ignore line: [	compiled by GNU C version 9.4.0  GMP version 6.2.0  MPFR version 4.0.2  MPC version 1.1.0  isl version isl-0.22.1-GMP]
  ignore line: []
  ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
  ignore line: [Compiler executable checksum: 3d1eba838554fa2348dba760e4770469]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [ as -v --64 -o CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6114Qs.s]
  ignore line: [GNU assembler version 2.34 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.34]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  ignore line: [Linking CXX executable cmTC_adaed]
  ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_adaed.dir/link.txt --verbose=1]
  ignore line: [/usr/bin/c++      -v CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_adaed ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/bin/c++]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper]
  ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none:hsa]
  ignore line: [OFFLOAD_TARGET_DEFAULT=1]
  ignore line: [Target: x86_64-linux-gnu]
  ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 9.4.0-1ubuntu1~20.04.2' --with-bugurl=file:///usr/share/doc/gcc-9/README.Bugs --enable-languages=c ada c++ go brig d fortran objc obj-c++ gm2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-9 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32 m64 mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-9-9QDOt0/gcc-9-9.4.0/debian/tmp-nvptx/usr hsa --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.2) ]
  ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/]
  ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/9/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/9/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_adaed' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [ /usr/lib/gcc/x86_64-linux-gnu/9/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper -plugin-opt=-fresolution=/tmp/ccwXX0bR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_adaed /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/9 -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/9/../../.. CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o]
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/collect2] ==> ignore
    arg [-plugin] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/liblto_plugin.so] ==> ignore
    arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/9/lto-wrapper] ==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccwXX0bR.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--build-id] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [--hash-style=gnu] ==> ignore
    arg [--as-needed] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-pie] ==> ignore
    arg [-znow] ==> ignore
    arg [-zrelro] ==> ignore
    arg [-o] ==> ignore
    arg [cmTC_adaed] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crti.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtbeginS.o] ==> ignore
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib] ==> dir [/lib/../lib]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
    arg [-L/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..]
    arg [CMakeFiles/cmTC_adaed.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/crtendS.o] ==> ignore
    arg [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu/crtn.o] ==> ignore
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9] ==> [/usr/lib/gcc/x86_64-linux-gnu/9]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../../../lib] ==> [/usr/lib]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib] ==> [/lib]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
  collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
  collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/9/../../..] ==> [/usr/lib]
  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
  implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/9;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
  implicit fwks: []

Je ne comprends pas ce qui ne vas pas :( . Quelqu'un peut il me donner un coup de main?
Modifié en dernier par Minkolo le jeu. 7 déc. 2023 08:40, modifié 2 fois.
Laptop: Toshiba Satellite Pro L770-15L 2012 - sous Mint 21.2.
Carte graphique NVIDIA GT218M [GeForce 315M]. .
Processeur Core i3-2350M CPU @ 2.30GHz.
8 go de RAM DDR3. Disque hybride Seagate ST1000LM014-1EJ164 1TB
Multiboot avec W$10

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

Tu peux filer le lien que j'essaie chez moi, merci
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Minkolo
Messages : 95
Enregistré le : mar. 11 janv. 2022 09:21

Re: Erreur en compilant/installant Tellico 3.5.2

Message par Minkolo »

Laptop: Toshiba Satellite Pro L770-15L 2012 - sous Mint 21.2.
Carte graphique NVIDIA GT218M [GeForce 315M]. .
Processeur Core i3-2350M CPU @ 2.30GHz.
8 go de RAM DDR3. Disque hybride Seagate ST1000LM014-1EJ164 1TB
Multiboot avec W$10

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

OK je regarde cela ce soir ;)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

Ensuite tu as une piste ici

Code : Tout sélectionner

  Add the installation prefix of "ECM" to CMAKE_PREFIX_PATH or set "ECM_DIR"
  to a directory containing one of the above files.  If "ECM" provides a
  separate development package or SDK, be sure it has been installed.
J'y jetterai un oeil
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Minkolo
Messages : 95
Enregistré le : mar. 11 janv. 2022 09:21

Re: Erreur en compilant/installant Tellico 3.5.2

Message par Minkolo »

D'acc, je te remercie. Mais il n'y a pas urgence, hein ;)
Laptop: Toshiba Satellite Pro L770-15L 2012 - sous Mint 21.2.
Carte graphique NVIDIA GT218M [GeForce 315M]. .
Processeur Core i3-2350M CPU @ 2.30GHz.
8 go de RAM DDR3. Disque hybride Seagate ST1000LM014-1EJ164 1TB
Multiboot avec W$10

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

Juste installer :

Code : Tout sélectionner

sudo apt install extra-cmake-modules
;)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

Pour la suite j'ai installé (je suis parti d'une mint xfce toute neuve)

Code : Tout sélectionner

    sudo apt install libkf5kdelibs4support5-bin cmake
    sudo apt install build-essential fakeroot checkinstall
    sudo apt install build-essential
    sudo apt install extra-cmake-modules
    sudo apt install qtbase5-dev
    sudo apt install qtdeclarative5-dev
    sudo apt install qttools5-dev
Là c'est du total bourrin

Code : Tout sélectionner

    sudo apt install "libkf5*"
Et aussi

Code : Tout sélectionner

    sudo apt install libxml2-dev
    sudo apt install libxslt-dev
Et la compilation se termine sans erreur
(pas allé plus loin...)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Minkolo
Messages : 95
Enregistré le : mar. 11 janv. 2022 09:21

Re: Erreur en compilant/installant Tellico 3.5.2

Message par Minkolo »

Salut Cyrille,

Merci pour ton super boulot!

Code : Tout sélectionner

make
est au boulot, donc jusque là, ça marche :)

Pas pu répondre hier soir, j'ai fait mon upgrade vers Mint 21.2 (qui a très bien fonctionné).

Je reviens pour la suite, bonne journée
Laptop: Toshiba Satellite Pro L770-15L 2012 - sous Mint 21.2.
Carte graphique NVIDIA GT218M [GeForce 315M]. .
Processeur Core i3-2350M CPU @ 2.30GHz.
8 go de RAM DDR3. Disque hybride Seagate ST1000LM014-1EJ164 1TB
Multiboot avec W$10

Avatar du membre
cyrille
Administrateur du site
Messages : 13037
Enregistré le : mar. 19 sept. 2017 08:49
Localisation : Nowhere
Contact :

Re: Erreur en compilant/installant Tellico 3.5.2

Message par cyrille »

Merci pour ton super boulot!
Bah je n'ai rien fait ;)
Quand tu compiles, si ça plante , tu suis l'erreur, généralement , c'est un paquet dev qui manque (c'est assez bien explicité, sinon tu colles les messages d'erreur dans un browser ;)
Là il m'en maquait une paire vu que c'est du kde/qt et que je partais de rien.

Bon courage ;)
?séuqartéd sel ruoP / sécnoféd sel ruoP / sreiruréB sel ruoP / ?étéicos elleuQ

https://crust.ovh

Répondre