How to install tar.bz

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
dpfrancesco

How to install tar.bz

Post by dpfrancesco »

Hi,
I'ld like to instal Longomatch in my Linux Mint computer.
The file was dowloaded from https://www.downloadtyphoon.com/longoma ... adyfcyejte
I have followed the install instruction:
1. `cd' to the directory containing the package's source code and type
`./configure' to configure the package for your system.
2. Type `make' to compile the package.
3. Optionally, type `make check' to run any self-tests that come with the package.
4. Type `make install' to install the programs and any data files and documentation.

After ./configure from terminal it printed some messages telling the features it was checking for.
but after make I have this message:

Code: Select all

make: *** Nessun obiettivo specificato e nessun makefile trovato.  Arresto.
(make: *** No specified target and no makefiles found. Stop.)
So I tried to type "Make Install" but I had the same message.

Someone can help me?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

You probably need to run the autogen.sh script first to create the makefile. It will also let you know if you're missing any dependencies.
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

So from terminal I tape autogen.sh but I have this message:

Code: Select all

autogen.sh: comando non trovato
(autogen.sh command not found)
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

./autogen.sh (from the source folder).
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

Yes, from "utente@PC-ASUS ~ $"
I type
./autogen.sh
But I have
bash: ./autogen.sh: File o directory non esistente
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

Reread your OP. The first instruction is to 'cd to the source directory (same one you ran ./configure from).
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

FYI - if you're not familiar with building packages from source, this is not a straightforward procedure, especially for this piece of software. You will most likely need to install build dependencies along the way (sorry, it needs mono, which I don't want on my system). It also claims to need multiple hours to build - again, not going to go that far.

One dependency I can help you with is this (from my 1st attempt with autogen.sh):

Code: Select all

*** No intltoolize found, please install it ***
This is resolved by installing intltool:

Code: Select all

sudo apt install intltool
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

ajgringo619 wrote: Sun Jan 20, 2019 3:34 pm Reread your OP. The first instruction is to 'cd to the source directory (same one you ran ./configure from).
Yes, of course, before typing the commands, I changed the directory entering the source one
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

With "sudo apt install intltool" I have
intltool is already the newest version (0.51.0-2ubuntu1.16.04.1).

I think the command is ok

From your system the install procedure work, I presume. So the problem is in my computer.
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

This doesn't make sense. I downloaded the .tar.bz file from your link and extracted the files. Here's the listing of the files I got:

Code: Select all

~/Downloads/Source/longomatch-LONGOMATCH_1_0_2$ ls
total 216K
drwxrwxr-x 29 me me 4.0K Feb 20  2015 .
drwxr-xr-x 13 me me 4.0K Jan 20 11:34 ..
-rw-rw-r--  1 me me  396 Feb 20  2015 AUTHORS
-rwxrwxr-x  1 me me  595 Feb 20  2015 autogen.sh   <<< Do you have this file?
drwxrwxr-x  3 me me 4.0K Feb 20  2015 build
-rw-rw-r--  1 me me 4.2K Feb 20  2015 configure.ac
-rw-rw-r--  1 me me  673 Feb 20  2015 COPYING
drwxrwxr-x  5 me me 4.0K Feb 20  2015 data
drwxrwxr-x  2 me me 4.0K Feb 20  2015 debian
drwxrwxr-x  3 me me 4.0K Feb 20  2015 design
-rwxrwxr-x  1 me me  328 Feb 20  2015 env.in
-rw-rw-r--  1 me me  822 Feb 20  2015 expansions.m4
-rw-rw-r--  1 me me 1.1K Feb 20  2015 .gitignore
drwxrwxr-x  6 me me 4.0K Feb 20  2015 images
-rw-rw-r--  1 me me  12K Feb 20  2015 INSTALL
drwxrwxr-x  2 me me 4.0K Feb 20  2015 libcesarplayer
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch
drwxrwxr-x  3 me me 4.0K Feb 20  2015 LongoMatch.Addins
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch.Addins.COE
drwxrwxr-x  7 me me 4.0K Feb 20  2015 LongoMatch.Core
-rw-rw-r--  1 me me  908 Feb 20  2015 longomatch.doap
drwxrwxr-x  4 me me 4.0K Feb 20  2015 LongoMatch.Drawing
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch.Drawing.Cairo
drwxrwxr-x  4 me me 4.0K Feb 20  2015 LongoMatch.GUI
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch.GUI.Helpers
drwxrwxr-x  4 me me 4.0K Feb 20  2015 LongoMatch.GUI.Multimedia
drwxrwxr-x  9 me me 4.0K Feb 20  2015 LongoMatch.Migration
drwxrwxr-x  9 me me 4.0K Feb 20  2015 LongoMatch.Multimedia
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch.Plugins
drwxrwxr-x  2 me me 4.0K Feb 20  2015 LongoMatch.Plugins.GStreamer
drwxrwxr-x  5 me me 4.0K Feb 20  2015 LongoMatch.Plugins.Stats
drwxrwxr-x  3 me me 4.0K Feb 20  2015 LongoMatch.Services
-rw-rw-r--  1 me me  11K Feb 20  2015 LongoMatch.sln
-rw-rw-r--  1 me me  819 Feb 20  2015 Makefile.am
-rw-rw-r--  1 me me 7.0K Feb 20  2015 Makefile.include
-rw-rw-r--  1 me me  19K Feb 20  2015 NEWS
drwxrwxr-x  4 me me 4.0K Feb 20  2015 oxyplot
drwxrwxr-x  2 me me 4.0K Feb 20  2015 pkgconfig
drwxrwxr-x  2 me me 4.0K Feb 20  2015 po
-rw-rw-r--  1 me me 3.5K Feb 20  2015 README
-rw-rw-r--  1 me me 2.2K Feb 20  2015 RELEASE
drwxrwxr-x  4 me me 4.0K Feb 20  2015 Tests
drwxrwxr-x  2 me me 4.0K Feb 20  2015 tools
drwxrwxr-x  2 me me 4.0K Feb 20  2015 .tx
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

I also downloaded the file and extracted them with
sudo tar zxvf longomatch-LONGOMATCH_1_0_2.tar.gz.tar.gz
I had the same message you have.
Then with cd I changed the directory
Then ./configure
But after with Make I had the error

I don't understend
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

OK, we're making progress. Instead of running ./configure, run ./autogen.sh.
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

... making progress...... :D I hope

Code: Select all

utente@PC-ASUS ~/Scaricati/longomatch-LONGOMATCH_1_0_2 $ ./autogen.sh
configure.ac:44: warning: macro 'AM_GLIB_GNU_GETTEXT' not found in library
autom4te: cannot create autom4te.cache: No such file or directory
aclocal: error: echo failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
Is this good?
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

Yep, just another dependency that needs to be resolved:

Code: Select all

sudo apt install autoconf automake
ajgringo619

Re: How to install tar.bz

Post by ajgringo619 »

I tried to get this to build on my LMDE3 VM and it's pretty much pointless. After downloading tons of required libraries/tools, I'm stuck with its need for an old gstreamer library that's not readily available (probably have to build that from source, too). You might be better off installing Windows 7/10 in a VM and downloading their basic package.
dpfrancesco

Re: How to install tar.bz

Post by dpfrancesco »

I'll try with Wine and I hope it'll work.
Thanks a lot
Locked

Return to “Software & Applications”