From: Pidoux <f6bvp@free.fr>
To: richard <richard.bown@blueyonder.co.uk>
Cc: linux-hams@vger.kernel.org
Subject: Re: gmfsk on MDV2009x86_64
Date: Fri, 24 Apr 2009 20:05:23 +0200 [thread overview]
Message-ID: <49F1FF63.8070006@free.fr> (raw)
In-Reply-To: <20090424085050.158f7de0@richard-g8jvm>
Hi Richard,
Although I am running packet radio with Linux Mandriva 2009 distro I never tried installing Tomi OH2BNS' gMFSK.
I downloaded gmsk-0.6 package source from http://gmfsk.connect.fi/ and read his description page.
It says that FFTW 2.x is needed.
I thus downloaded FFTW2 source from http://www.fftw.org/ and compiled it after ./configure with
--enable-share as indicated.
I verified that "make install" actually installed FFTW library into /usr/local/lib
Then I read in gMFSK INSTALL that libgnomeui2 and libgnomeui2-devel where needed.
urpmi libgnomeui2 told me that library was already installed.
But not the devel library.
Thus I installed it with the command :
urpmi libgnomeui2-devel
Then gMFSK INSTALL asks to start ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
However, in my case, configure did not find fft libraries.
Here is the error message :
configure: Disabling hamlib support
checking for library containing fftw_create_plan... no
configure: error: FFTWlibraries not found...
Thus I am blocked at this level and cannot help you.
73 de Bernard, f6bvp
richard a écrit :
> Hi trying to build gmfsk on a amd64 system
>
> Has anyone built on MDV 2009 x86_64
>
> Its falling over here:-
> Making all in olivia
> make[3]: Entering directory
> `/home/richard-1/Hamapps/gmfsk-0.7pre1/src/olivia' if g++
> -DHAVE_CONFIG_H -I. -I. -I../..
> -DPACKAGE_DATA_DIR=\""/usr/local/share"\"
> -DPACKAGE_LOCALE_DIR=\""/usr/local/share/locale"\" -DORBIT2=1 -pthread
> -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0
> -I/usr/include/gconf/2 -I/usr/include/gnome-keyring-1
> -I/usr/include/libgnome-2.0 -I/usr/include/libbonoboui-2.0
> -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
> -I/usr/include/gnome-vfs-2.0 -I/usr/lib64/gnome-vfs-2.0/include
> -I/usr/include/orbit-2.0 -I/usr/include/dbus-1.0
> -I/usr/lib64/dbus-1.0/include -I/usr/include/glib-2.0
> -I/usr/lib64/glib-2.0/include -I/usr/include/libbonobo-2.0
> -I/usr/include/bonobo-activation-2.0 -I/usr/include/libxml2
> -I/usr/include/pango-1.0 -I/usr/include/gail-1.0
> -I/usr/include/freetype2 -I/usr/include/atk-1.0
> -I/usr/lib64/gtk-2.0/include -I/usr/include/cairo
> -I/usr/include/pixman-1 -I/usr/include/libpng12 -I../../src
> -I../../src/misc -g -O2 -Wall -MT olivia.o -MD -MP -MF
> ".deps/olivia.Tpo" \ -c -o olivia.o `test -f 'olivia.cc' || echo
> './'`olivia.cc; \ then mv -f ".deps/olivia.Tpo" ".deps/olivia.Po"; \
> else rm -f ".deps/olivia.Tpo"; exit 1; \ fi In file included from
> olivia.cc:27: mfsk.h: In member function ‘void
> MFSK_Encoder::PrintOutputBlock()’: mfsk.h:1451: warning: format ‘%2d’
> expects type ‘int’, but argument 2 has type ‘size_t’ mfsk.h: In member
> function ‘void MFSK_HardDecoder::PrintInputBuffer()’: mfsk.h:1607:
> warning: format ‘%2d’ expects type ‘int’, but argument 2 has type
> ‘size_t’ mfsk.h: At global scope: mfsk.h:1963: error: declaration of
> ‘RateConverter<Type> MFSK_Transmitter<Type>::RateConverter’
> mfsk.h:1775: error: changes meaning of ‘RateConverter’ from ‘class
> RateConverter<Type>’ mfsk.h:2212: error: declaration of
> ‘RateConverter<Type> MFSK_Receiver<Type>::RateConverter’ mfsk.h:1775:
> error: changes meaning of ‘RateConverter’ from ‘class
> RateConverter<Type>’ make[3]: *** [olivia.o] Error 1 make[3]: Leaving
> directory `/home/richard-1/Hamapps/gmfsk-0.7pre1/src/olivia' make[2]:
> *** [all-recursive] Error 1 make[2]: Leaving directory
> `/home/richard-1/Hamapps/gmfsk-0.7pre1/src' make[1]: ***
> [all-recursive] Error 1 make[1]: Leaving directory
> `/home/richard-1/Hamapps/gmfsk-0.7pre1' make: *** [all] Error 2
>
>
>
> the culprit is this, and it driving me nuts, thats if I'm not already :)
>
> open("/usr/share/locale/en_GB.UTF-8/LC_MESSAGES/make.mo", O_RDONLY) =
> -1 ENOENT (No such file or directory)
> open("/usr/share/locale/en_GB.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr/share/locale/en_GB/LC_MESSAGES/make.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr/share/locale/en.UTF-8/LC_MESSAGES/make.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr/share/locale/en.utf8/LC_MESSAGES/make.mo", O_RDONLY) = -1
> ENOENT (No such file or directory)
> open("/usr/share/locale/en/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT
> (No such file or directory)
> write(2, "make: "..., 6make: ) = 6
> write(2, "*** [all] Error 2"..., 17*** [all] Error 2) = 17
>
> I've hit this so many times.
> In the past I've located make.mo from another locales as copied it
> across to /usr/share/locale/en_GB/LC_MESSAGES/ but I cant find one
> anywhere, I've installed locales for russian, spanish and estonian
> thats worked in the past but I'm not find make.mo
>
> Its installed by make, and I think its only used on error messages.
> any suggestions please
> TIA
>
>
--
73 de Bernard, f6bvp
http://f6bvp.org
--
To unsubscribe from this list: send the line "unsubscribe linux-hams" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
prev parent reply other threads:[~2009-04-24 18:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-24 7:50 gmfsk on MDV2009x86_64 richard
2009-04-24 18:05 ` Pidoux [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=49F1FF63.8070006@free.fr \
--to=f6bvp@free.fr \
--cc=linux-hams@vger.kernel.org \
--cc=richard.bown@blueyonder.co.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox