msgpack unresolved question

Dan dbdavidson at yahoo.com
Wed Oct 24 04:19:06 PDT 2012


On Tuesday, 23 October 2012 at 13:40:00 UTC, Dan wrote:
> /tmp/.rd.../objs/compare_json.o: In function `const(@trusted 
> void function(ref 
> msgpack.Packer!(std.array.Appender!(ubyte[]).Appender).Packer)) 
> msgpack.Value.toMsgpack!(msgpack.Packer!(std.array.Appender!(ubyte[]).Appender).Packer).toMsgpack':
> /home/dbdavidson/stage/msgpack-d/src/msgpack.d:2967: undefined 
> reference to `@property ulong 
> object.AssociativeArray!(msgpack.Value, 
> const(msgpack.Value)).AssociativeArray.length()'
>

No answer yet, but the errors look very similar to those run into 
here:

http://www.digitalmars.com/d/archives/digitalmars/D/Something_wrong_with_dmd_s_-c_command_162601.html

back in March. Wish I knew how that was resolved. When I tried to 
use msgpack my steps were:

- git clone the msgpack project
- edit my dmd.conf file and add a -I to the src folder of msgpack.
- run rdmd on the .../example/compare_json.d

Thanks
Dan




More information about the Digitalmars-d-learn mailing list