dss91 / omgps

Automatically exported from code.google.com/p/omgps
0 stars 0 forks source link

Compiling with gcc 4.4 fails #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is the output:

omgps-map_repo.o: In function `mapcfg_get_dl_url':
map_repo.c:(.text+0x10a): undefined reference to `py_ext_lock'
map_repo.c:(.text+0x180): undefined reference to `py_ext_unlock'
omgps-map_repo.o: In function `mapcfg_load':
map_repo.c:(.text+0x454): undefined reference to `py_ext_lock'
map_repo.c:(.text+0x4bc): undefined reference to `py_ext_unlock'
omgps-sound.o: In function `set_plugin':
sound.c:(.text+0x88): undefined reference to `py_ext_lock'
sound.c:(.text+0xd4): undefined reference to `py_ext_unlock'
sound.c:(.text+0x156): undefined reference to `py_ext_unlock'
sound.c:(.text+0x15a): undefined reference to `py_ext_lock'
sound.c:(.text+0x17c): undefined reference to `py_ext_unlock'
omgps-sound.o: In function `plugin_play_event':
sound.c:(.text+0x3a8): undefined reference to `py_ext_lock'
sound.c:(.text+0x3ea): undefined reference to `py_ext_unlock'
omgps-sound.o: In function `play_sound_routine':
sound.c:(.text+0x582): undefined reference to `py_ext_lock'
sound.c:(.text+0x5c6): undefined reference to `py_ext_unlock'
collect2: ld returned 1 exit status

Original issue reported on code.google.com by heiner...@gmail.com on 5 Nov 2009 at 12:29

GoogleCodeExporter commented 9 years ago
There is patch for this in OE
https://github.com/shr-distribution/meta-oe/blob/jansa/test/meta-oe/recipes-navi
gation/omgps/omgps/gcc-4.4.patch

Original comment by Martin.J...@gmail.com on 14 Nov 2012 at 2:42