Guys,

I've pulled down the latest v1.1 from GIT and tried to configure and
compile on a Debian Squeeze (v5.0) system, but each time I get an
error when compiling, it's looking for 'assert' but I haven't had a
chance to dig into this in any detail.  I'm doing the full

       sh autogen.sh
       ./configure
       make

process.  My system is a quad core, 8gb AMD i86_64 system running:

   > uname -a
   Linux quad 3.3.0-rc6-custom #1 SMP Wed Mar 7 07:07:08 EST 2012 x86_64 
GNU/Linux
   > cat /etc/debian_version 
   6.0.5

And it's all upto date.  I might be missing a library somewhere, but
I'd say that we need to catch that better in the configure step then.

John


    g++ -pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
    -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include
    -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
    -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1
    -I/usr/include/freetype2 -I/usr/include/libpng12
    -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include       -I.. -I.. -g
    -O2   -o geeqie ui_bookmark.o ui_fileops.o ui_help.o ui_menu.o
    ui_misc.o ui_pathsel.o ui_spinner.o ui_tabcomp.o ui_tree_edit.o
    ui_utildlg.o advanced_exif.o bar.o bar_comment.o bar_gps.o
    bar_histogram.o bar_keywords.o bar_exif.o bar_sort.o cache.o
    cache-loader.o cache_maint.o cellrenderericon.o collect.o
    collect-dlg.o collect-io.o collect-table.o color-man.o compat.o
    debug.o desktop_file.o dnd.o dupe.o editors.o exif.o exif-common.o
    exiv2.o filecache.o filedata.o filefilter.o gq-marshal.o
    format_canon.o format_fuji.o format_nikon.o format_olympus.o
    format_raw.o fullscreen.o histogram.o history_list.o image.o
    image-load.o image_load_gdk.o image_load_jpeg.o image_load_tiff.o
    image-overlay.o img-view.o jpeg_parser.o layout.o layout_config.o
    layout_image.o layout_util.o lirc.o logwindow.o main.o md5-util.o
    menu.o metadata.o misc.o options.o pan-calendar.o pan-folder.o
    pan-grid.o pan-item.o pan-timeline.o pan-util.o pan-view.o
    pixbuf-renderer.o renderer-tiles.o pixbuf_util.o preferences.o print.o
    remote.o rcfile.o search.o secure_save.o similar.o slideshow.o thumb.o
    thumb_standard.o trash.o uri_utils.o utilops.o view_dir.o
    view_dir_list.o view_dir_tree.o view_file.o view_file_list.o
    view_file_icon.o window.o -pthread -lgtk-x11-2.0 -lgdk-x11-2.0
    -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lcairo
    -lgio-2.0 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0
    -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread -lgthread-2.0
    -lrt -lglib-2.0    -ljpeg
    exif-common.o: In function `exif_init_cache':
    /home/john/src/geegie/gitorious/src/exif-common.c:642: undefined
    reference to `assert'
    collect2: ld returned 1 exit status
    make[3]: *** [geeqie] Error 1
    make[3]: Leaving directory `/home/john/src/geegie/gitorious/src'
    make[2]: *** [all-recursive] Error 1
    make[2]: Leaving directory `/home/john/src/geegie/gitorious/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/john/src/geegie/gitorious'
    make: *** [all] Error 2

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to