Hi,
Having eventually managed to build Gnome2-Canvas-1.002, I turned my attention to Gnome2-VFS-1.081 ... boredom breeds gluttony for punishment.

I'm using the Gnome2 and associated binaries available from here, and, specifically their 2.24.1-1 libgnomevfs binaries. The errors I'm getting are:
[ LD blib\arch\auto\Gnome2\VFS\VFS.dll ] xs/GnomeVFS.o:GnomeVFS.c:(.text+0xec9): undefined reference to `gnome_ +vfs_dns_sd_service_status_get_type' xs/GnomeVFSDrive.o:GnomeVFSDrive.c:(.text+0xe74): undefined reference +to `gnome_vfs_drive_unmount' xs/GnomeVFSDrive.o:GnomeVFSDrive.c:(.text+0xe9f): undefined reference +to `gnome_vfs_drive_mount' xs/GnomeVFSDrive.o:GnomeVFSDrive.c:(.text+0xef0): undefined reference +to `gnome_vfs_drive_eject' xs/GnomeVFSVolume.o:GnomeVFSVolume.c:(.text+0x11d4): undefined referen +ce to `gnome_vfs_volume_eject' xs/GnomeVFSVolume.o:GnomeVFSVolume.c:(.text+0x1254): undefined referen +ce to `gnome_vfs_volume_unmount' xs/GnomeVFSVolume.o:GnomeVFSVolume.c:(.text+0x1537): undefined referen +ce to `gnome_vfs_connect_to_server' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x7db): undefined reference +to `gnome_vfs_dns_sd_service_status_get_type' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0xad2): undefined reference +to `gnome_vfs_dns_sd_browse' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0xe2e): undefined reference +to `gnome_vfs_dns_sd_resolve' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x119e): undefined reference + to `gnome_vfs_dns_sd_browse_sync' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x1249): undefined reference + to `gnome_vfs_dns_sd_service_list_free' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x151b): undefined reference + to `gnome_vfs_dns_sd_resolve_sync' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x196a): undefined reference + to `gnome_vfs_dns_sd_list_browse_domains_sync' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x1b5f): undefined reference + to `gnome_vfs_get_default_browse_domains' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x1cba): undefined reference + to `gnome_vfs_dns_sd_stop_browse' xs/GnomeVFSDNSSD.o:GnomeVFSDNSSD.c:(.text+0x1dba): undefined reference + to `gnome_vfs_dns_sd_cancel_resolve' collect2: ld returned 1 exit status dmake: Error code 129, while making 'blib\arch\auto\Gnome2\VFS\VFS.dl +l'
These functions are certainly to be found in various of the headers that are supplied ... but I can't find any of those symbols in any of the import libs being provided.

Anyone happen to know the secret to getting these symbols resolved on Win32 ?
(I'm using the mingw port of gcc-3.4.5 and dmake with mingw-built perl-5.12.0.)

Cheers,
Rob

In reply to [Win32] Building Gnome2::VFS by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.