Hello, ans sorry for my english...
I'm testing install of MSHV on Ubuntu 14.04 and report you this small problems :
On qmake :
RCC: Error in 'src/HvHelpMs/hvhelpms.qrc': Cannot find file 'url/help_bg.html'
I'm copying help_en.html in help_bg.html and OK
On make :
For libasound library for Ubuntu is situated in /usr/lib/x86_64-linux-gnu/. After correct the file MSHV_x86_64.pro :
Line 101 :
LIBS = /usr/lib/x86_64-linux-gnu/libasound.so src/Hv_Lib_fftw/lin_x86_64/libfftw3v334_gcc482_thread_posix.a src/HvRigControl/qextserialport_1_2rc/lin_x86_64/libqextserialport_gcc482_thread_posix.a
After that make and qmake OK and start MSHV is OK also.
Best 73. Alain
ERORR HI
help_bg.html
ok sory help_bg.html is not needed this is help file on Bulgarian language to remove this error just
delete from file MSHV_099/src/HvHelpMs/hvhelpms.qrc line
url/help_bg.html and save file
then comile.
-------- Оригинално писмо --------
От: "F5JMH" f5jmh@users.sf.net
Относно: [mshv:tickets] #1 help_bg.html and libasound on Ubuntu 14.04
До: "Ticket 1"
Изпратено на: 25.05.2015 16:12
[tickets:#1] help_bg.html and libasound on Ubuntu 14.04
Status: open
Milestone: 1.0
Created: Mon May 25, 2015 01:12 PM UTC by F5JMH
Last Updated: Mon May 25, 2015 01:12 PM UTC
Owner: nobody
Hello, ans sorry for my english...
I'm testing install of MSHV on Ubuntu 14.04 and report you this small problems :
On qmake :
RCC: Error in 'src/HvHelpMs/hvhelpms.qrc': Cannot find file 'url/help_bg.html'
I'm copying help_en.html in help_bg.html and OK
On make :
For libasound library for Ubuntu is situated in /usr/lib/x86_64-linux-gnu/. After correct the file MSHV_x86_64.pro :
Line 101 :
LIBS = /usr/lib/x86_64-linux-gnu/libasound.so src/Hv_Lib_fftw/lin_x86_64/libfftw3v334_gcc482_thread_posix.a src/HvRigControl/qextserialport_1_2rc/lin_x86_64/libqextserialport_gcc482_thread_posix.a
After that make and qmake OK and start MSHV is OK also.
Best 73. Alain
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/mshv/tickets/1/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Tickets: #1
Last edit: Christo 2015-05-25
While trying to build MSHV I foud that it is using fixed patch to alsa library
Could you replace it with -lasound?
It should be more universal, and work on every distribution if alsa development packages (alsa-dev or alsa-devel) are installed.
I think that all distributions already have fftw3 library, so there is no need to have local one
It should be sufficient to have:
LIBS = -lasound -lfftw3 ...
73 de SP5SMK