So odd. I always use the simpler configure line, but I tried both ways and both compile fine for me. I wonder if it is a difference in macports installations?
-Dave On Oct 4, 2010, at 12:19 PM, Patrick Crews wrote: > Ok, so all we need for ./configure (with MacPorts) is: > ./configure --with-lib-prefix=/opt/local --prefix=/your/deploy/dir > > I have updated the wiki with this information. > > On Mon, Oct 4, 2010 at 11:14 AM, Patrick Crews <[email protected]> wrote: > I was seeing this on my Mac as well, but I thought it was because I had done > horrible things to it. > I am using macports for my dependencies and whatnot. > I was building with: > ./config/autorun.sh > > LDFLAGS=-L/opt/local/lib ./configure --with-libprotobuf-prefix=/opt/local \ > --with-libpcre-prefix=/opt/local --with-libevent-prefix=/opt/local > > make > > The only configure option I missed from the compile wiki - > http://wiki.drizzle.org/Compiling/MacOS_X > is to use the --prefix option (had just planned on test-suite stuff) > > > On Mon, Oct 4, 2010 at 10:25 AM, David Shrewsbury <[email protected]> > wrote: > Hmm, I don't get this at all on my macs. What's your configure line? > > -Dave > > > On Sat, Oct 2, 2010 at 9:10 AM, Patrick Galbraith <[email protected]> wrote: > > 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 > > > > > > _______________________________________________ > Mailing list: https://launchpad.net/~drizzle-discuss > Post to : [email protected] > Unsubscribe : https://launchpad.net/~drizzle-discuss > More help : https://help.launchpad.net/ListHelp > >
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

