[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: LINUX gn_vm_initialise - gn_atem_initialise failed!
From: |
gerard borg |
Subject: |
Re: LINUX gn_vm_initialise - gn_atem_initialise failed! |
Date: |
Fri, 16 Dec 2005 17:20:36 +1100 |
Hello all
I have found one problem. I upgraded RH8 to FC3 on the RH8 machine and I
reinstalled FC3 from first principles on another. The result was that
gnokii-0.6.6 installed in the upgraded system no problems. On the other
hand the clean FC3 install used only glib-2.0 and I had to make this
adjustment in the smsd Makefile
GLIBCFLAGS = glib-config --cflags
GLIBLDLIBS = glib-config --libs
# Comment out above lines and uncomment below lines if you want compile
# smsd with glib2 instead of glib1.
#
#GLIBCFLAGS = pkg-config --cflags glib-2.0
#GLIBLDLIBS = pkg-config --libs glib-2.0
change this to
#GLIBCFLAGS = glib-config --cflags
#GLIBLDLIBS = glib-config --libs
# Comment out above lines and uncomment below lines if you want compile
# smsd with glib2 instead of glib1.
#
GLIBCFLAGS = pkg-config --cflags glib-2.0
GLIBLDLIBS = pkg-config --libs glib-2.0
As indicated!
I did not realise this problem before. At least I have working systems
on FC3 now. I cannot say exactly what was wrong with RH8 though.
Cheers
Gerard
On Thu, 2005-12-15 at 19:14 +0100, Daniele Forsi wrote:
> ggb112 wrote:
> > SM_Block: exiting the retry loop
>
> I don't know why it works on a machine, but with a 3330 you must add
> this to .gnokiirc
>
> sm_retry = 1
>
> > model = 7110
>
> why you don't use model = 3110 ?
> I have a 3330 and I use model = 3330
>