Hi Luis,

> > i have 2 questions I was hoping someone could answer for me concerning
> > grabbing a git clone of connman and compiling it.
> > 
> > This is from pulling .18 tagged version of connman from the git repo.
> > 
> > 1.  Upon doing a ./bootstrap-configure
> > 
> > checking for IWMXSDK... no
> > configure: error: Intel WiMAX SDK is required
> > 
> > I thought connman-iwmxsdk-0.9-1.10.moblin2.i586.rpm would have solved this
> > but there is an install dependency for libiWmxSdk.so.0.
> > 
> > Can anyone tell me what packages I need to install to satisfy this and
> > where to get them?  connman-iwmxsdk and WiMAX-Network-Service-devel do not
> > seem to be the correct packages because they rely on libiWmxSdk.so.0 that
> > I cannot find.
> > 
> > 2.  Now taking the .18 connman git clone I try
> > 
> > ./bootstrap-configure minus the --enable-IntelWiMAX
> > make
> > 
> > and the build breaks in the connman/doc directory:
> > 
> > .libs/connman-scan.o: In function `get_object_types':
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:19: undefined reference
> > to `connman_network_get_type'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:20: undefined reference
> > to `connman_device_get_type'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:28: undefined reference
> > to `g_type_test_flags'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:29: undefined reference
> > to `g_type_class_ref'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:30: undefined reference
> > to `g_type_fundamental'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:31: undefined reference
> > to `g_type_default_interface_ref'
> > .libs/connman-scan.o: In function `main':
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:84: undefined reference
> > to `g_type_init'
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:84: undefined reference
> > to `g_type_class_ref'
> > .libs/connman-scan.o: In function `compare_signals':
> > /home/jpfreyen/Desktop/connman/doc/connman-scan.c:123: undefined reference
> > to `g_signal_name'
> > .
> > .
> > Is this expected behavior?  Is there a way to fix this?  I haven't figured
> > out what is going on yet.
> 
> Just use something like this:
> 
> 
> diff --git a/bootstrap-configure b/bootstrap-configure
> index ec0100a..82c7c98 100755
> --- a/bootstrap-configure
> +++ b/bootstrap-configure
> @@ -10,7 +10,6 @@ fi
>  
>  ./bootstrap && \
>      ./configure --enable-maintainer-mode \
> -             --enable-gtk-doc \
>               --enable-debug \
>               --prefix=/usr \
>               --mandir=/usr/share/man \
> @@ -20,8 +19,6 @@ fi
>               --enable-loopback=builtin \
>               --enable-ethernet=builtin \
>               --enable-wifi=builtin \
> -             --enable-bluetooth=builtin \
> -             --enable-ofono=builtin \
>               --enable-modemmgr \
>               --enable-udhcp=builtin \
>               --enable-dhclient=builtin \
> @@ -33,7 +30,6 @@ fi
>               --enable-ppp \
>               --enable-udev \
>               --enable-iospm \
> -             --enable-iwmxsdk \
>               --enable-polkit \
>               --enable-client \
>               --enable-tools $*
> 
> 
> Not like it answers your questions about getting the wimax stuff but I don't
> have it so I don't bother.

or just overwrite it from the command line with a --disable-<module>.
Hence the $* at the end :)

Regards

Marcel


_______________________________________________
connman mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/connman

Reply via email to