Advertisement
Guest User

make-cadence-wine

a guest
Jan 11th, 2012
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. /usr/bin/ld: warning: skipping incompatible /usr/lib/gcc/x86_64-linux-gnu/4.6.1/../../../liblo.so while searching for lo
  3. /usr/bin/ld: warning: skipping incompatible //usr/lib/liblo.so while searching for lo
  4. /usr/bin/ld: error: cannot find -llo
  5. /usr/bin/ld: warning: skipping incompatible //usr/lib/x86_64-linux-gnu/libQtCore.so while searching for QtCore
  6. /usr/bin/ld: error: cannot find -lQtCore
  7. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_url_get_hostname'
  8. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_url_get_port'
  9. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_url_get_path'
  10. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_address_new'
  11. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_server_thread_new'
  12. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_server_thread_get_url'
  13. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_server_thread_add_method'
  14. osc-rmmS0p.o:osc.cpp:function osc_init(UiData*, char const*, char const*): error: undefined reference to 'lo_server_thread_start'
  15. osc-rmmS0p.o:osc.cpp:function osc_clear_data(OscData*): error: undefined reference to 'lo_address_free'
  16. osc-rmmS0p.o:osc.cpp:function osc_close(): error: undefined reference to 'lo_server_thread_stop'
  17. osc-rmmS0p.o:osc.cpp:function osc_close(): error: undefined reference to 'lo_server_thread_del_method'
  18. osc-rmmS0p.o:osc.cpp:function osc_close(): error: undefined reference to 'lo_server_thread_free'
  19. osc-rmmS0p.o:osc.cpp:function osc_send_update(): error: undefined reference to 'lo_send_internal'
  20. osc-rmmS0p.o:osc.cpp:function osc_send_control(int, double): error: undefined reference to 'lo_send_internal'
  21. osc-rmmS0p.o:osc.cpp:function osc_send_program(int): error: undefined reference to 'lo_send_internal'
  22. osc-rmmS0p.o:osc.cpp:function osc_send_midi_program(int, int): error: undefined reference to 'lo_send_internal'
  23. collect2: ld returned 1 exit status
  24. winegcc: x86_64-linux-gnu-g++ failed
  25. make[2]: *** [carla-bridge-winvst.exe] Error 2
  26. make[2]: Leaving directory `/home/shmitty/src/cadence/src/carla-bridges'
  27. make[1]: *** [carla_bridges] Error 2
  28. make[1]: Leaving directory `/home/shmitty/src/cadence'
  29. make: *** [wine] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement