Ben Byer wrote:
On Wed, 05 Jul 2006 12:57:05 -0700, "John Hurliman" <[EMAIL PROTECTED]>
said:
It's been way too long, and I just caught up with all the submitted patches (more or less) so it's time to package up a new release. MSVC has really been a pain lately with errors about overwriting files in use and not finding assemblies that are already referenced in projects, so I'm putting up the release right now and will wait to hear back on how it works before making a release announcement.

Looking good -- it builds and sldump runs correctly on my (big-endian)
Mac.

However, something's broken with name2key:

mcs -debug  -lib:/usr/lib/mono/1.0 -lib:/usr/lib/mono/gtk-sharp
-r:System.dll -r:System.Data.dll -r:System.Xml.dll
-r:./bin/Debug/libsecondlife.dll -target:exe
-out:./bin/Debug/name2key.exe  examples/name2key/name2key.cs
examples/name2key/name2key.cs(111,20): error CS0117:
`libsecondlife.PacketBuilder' does not contain a definition for
`DirFindQuery'
Compilation failed: 1 error(s), 0 warnings

-b

All of the PacketBuilder functions were removed and replaced with new functions that use BuildPacket instead of manually assembling the packets, looks like I forgot one. I'll add it and update the release; I also just made a last minute fix to the new endian-agnostic code, it was causing zero values to be returned for some field types (fairly bad bug).

John

_______________________________________________
libsecondlife-dev mailing list
[email protected]
https://mail.gna.org/listinfo/libsecondlife-dev

Reply via email to