Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. libtool: link: g++ -I/usr/lib/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -Wl,-O1 -Wl,--sort-common -Wl,--as-needed -Wl,-z -Wl,relro -o spatialite_gui BlobExplorer.o Dialogs.o DialogsGraph.o Exif.o Main.o MalformedGeoms.o Network.o Objects.o QueryView.o QueryViewComposer.o ResultSetView.o Shapefiles.o TableTree.o TextCsv.o Wfs.o -pthread -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_webview-3.0 -lwx_gtk2u_stc-3.0 -lwx_gtk2u_richtext-3.0 -lwx_gtk2u_ribbon-3.0 -lwx_gtk2u_propgrid-3.0 -lwx_gtk2u_aui-3.0 -lwx_gtk2u_gl-3.0 -lwx_gtk2u_media-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 -lspatialite -lfreexl -lm -lxml2 -lgaiagraphics -lproj -L/usr/lib -lgeos_c -pthread
  2. /usr/bin/ld: Main.o: undefined reference to symbol 'sqlite3_backup_step'
  3. /usr/lib/libsqlite3.so.0: error adding symbols: DSO missing from command line
  4. collect2: error: ld returned 1 exit status
  5. Makefile:427: recipe for target 'spatialite_gui' failed
  6. make[2]: *** [spatialite_gui] Error 1
  7. make[2]: Leaving directory '/disks/beejhome/home/beej/aur/build/spatialite-gui.git/src/spatialite_gui-1.7.1'
  8. Makefile:489: recipe for target 'all-recursive' failed
  9. make[1]: *** [all-recursive] Error 1
  10. make[1]: Leaving directory '/disks/beejhome/home/beej/aur/build/spatialite-gui.git/src/spatialite_gui-1.7.1'
  11. Makefile:327: recipe for target 'all' failed
  12. make: *** [all] Error 2
  13. ==> ERROR: A failure occurred in build().
  14. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement