Re: [Hamfax-devel] HamFax can't open sample file
Brought to you by:
cschmitt
|
From: Guillaume S. <gui...@ne...> - 2013-01-01 14:34:30
|
Le 29 déc. 2012 à 03:11, Christof Schmitt a écrit :
> On Fri, Dec 28, 2012 at 11:39:25AM +0100, Guillaume SUEUR wrote:
>> got it dude !
>
>> Nothing to deal with libaudio or this kind of stuff. I just had some funny
>> french character (é) in my path, that the function filename.toAscii() used in
>> File.cpp failed to translate.
>
> This looks like a problem that should be fixed. Can you try using toLocal8Bit()
> instead of toAscii()? It works for me with a non-ascii filename, but i would
> like to confirm that it fixes your problem, too.
Yep, it actually fixes the problem
>
>> By the way, I had some compilation problems on file lib/log.c. I had to modify line 51 to :
>> static inline void set_hamlib_log() {}
>> to avoid error on compilation "parameter name omitted"
>
> It seems that the line should include a name for the (unused) variable. Does
> changing the line to this work for you?
did not understand what was the proposed change, but letting static inline void set_hamlib_log() {} does the job.
THanks a lot.
Best wishes for the New Year
>
> If the two changes fix your problems, i will push them later or tomorrow.
>
>> Now, I'm gonna make it rock on a Raspberry Pi !
>
> Let me know how this goes.
>
> 73
>
> Christof
--------------------------------------------------
Guillaume SUEUR
Neogeo Technologies SARL
31 RUE DES GLYCINES
31500 TOULOUSE - FRANCE
Tél : 05 31 98 17 07
Mob. : 06 74 91 95 20
Fax : 09.81.70.75.65
Web : http://www.neogeo-online.net/
|