Hi all,

I was trying to compile Drizzle on OS X so I can test DBD::drizzle and most of the build is complete, but then I encounter a compiler error:

In file included from ./drizzled/probes.h:25,
                 from drizzled/cursor.cc:33:
./drizzled/generated_probes.h:21:2: error: '$' in identifier or number

The line in question is:

define DRIZZLE_COMMAND_DONE(arg0) \
{ \
 __asm__ volatile(".reference " DRIZZLE_TYPEDEFS); \
*__dtrace_probe$drizzle$command__done$v1$696e74(arg0); \*
 __asm__ volatile(".reference " DRIZZLE_STABILITY); \
}


Not knowing much about dtrace other than it being really awesome for debugging, I don't know where to begin with this.

Thanks!
_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to