problem with installation

Asked by camillo66

Hi,
after ./configure with make I have this error:
make[1]: ingresso nella directory "/home/camillo/upnp-router-control-0.2"
Making all in src
make[2]: ingresso nella directory "/home/camillo/upnp-router-control-0.2/src"
  CC urc-main.o
urc-main.c: In function ‘main’:
urc-main.c:86:9: warning: ‘g_thread_init’ is deprecated (declared at /usr/include/glib-2.0/glib/deprecated/gthread.h:261) [-Wdeprecated-declarations]
         if (!g_thread_supported ()) g_thread_init (NULL);
         ^
urc-main.c:87:9: warning: ‘g_type_init’ is deprecated (declared at /usr/include/glib-2.0/gobject/gtype.h:667) [-Wdeprecated-declarations]
         g_type_init ();
         ^
  CC urc-gui.o
urc-gui.c: In function ‘on_mousepress_cb’:
urc-gui.c:768:11: warning: variable ‘ret’ set but not used [-Wunused-but-set-variable]
     guint ret;
           ^
  CC urc-upnp.o
urc-upnp.c: In function ‘device_proxy_unavailable_cb’:
urc-upnp.c:1097:17: warning: variable ‘device_type’ set but not used [-Wunused-but-set-variable]
     const char *device_type = NULL;
                 ^
  CC urc-graph.o
urc-graph.c: In function ‘on_drawing_area_expose_event’:
urc-graph.c:290:28: warning: ‘tmp_net_max’ may be used uninitialized in this function [-Wmaybe-uninitialized]
             if(tmp_net_max < speed_value->speed)
                            ^
urc-graph.c:250:11: note: ‘tmp_net_max’ was declared here
     guint tmp_net_max;
           ^
  CCLD upnp-router-control
/usr/bin/ld: urc-graph.o: undefined reference to symbol 'ceil@@GLIBC_2.0'
//lib/i386-linux-gnu/libm.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[2]: *** [upnp-router-control] Errore 1

I have Lubuntu [Ubuntu 14.04 (trusty)]

Thanks
CG

Question information

Language:
Italian Edit question
Status:
Answered
For:
UPnP Router Control Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Daniele Napolitano (dnax88) said :
#2

Sorry for the late answer.

This was a problem with newer libraries, fixed in the new release 0.3.

Best regards.

Can you help with this problem?

Provide an answer of your own, or ask camillo66 for more information if necessary.

To post a message you must log in.