Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
+1 > On 28 Oct 2014, at 17:50, John Pollard wrote: > > Patrick's instructions on how to build worked for me, compressed for dummies > (like me) as this: > > Install XCode (6.1) > > cd /Applications/Xcode.app/Contents/Developer/Toolchains > sudo ln -s XcodeDefault.xctoolchain OSX10.10.xctoolcha

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
Patrick's instructions on how to build worked for me, compressed for dummies (like me) as this: Install XCode (6.1) cd /Applications/Xcode.app/Contents/Developer/Toolchains sudo ln -s XcodeDefault.xctoolchain OSX10.10.xctoolchain vi /tmp/Adaptors/Apache2.4/Makefile and remove the arg -macosx_ve

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
so you have a compiled WOAdaptor? I originally had difficulty with that and so just went the simpler route and down versioned Apache to 2.2 > On 28 Oct 2014, at 15:31, Patrick Middleton wrote: > > I am puzzled by this entire thread. > > The other day, at home, at my Mac running Yosemite with

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Patrick Middleton
I am puzzled by this entire thread. The other day, at home, at my Mac running Yosemite with the newest shiniest Xcode tools installed, I did something like this... cd /tmp/ svn co https://github.com/wocommunity/wonder.git/trunk/Utilities/ Adaptors cd /tmp/Adaptors gnumake gnumake Apache2.4

Attachment meta data ??

2014-10-28 Thread Theodore Petrosky
I am creating an app (D2W) that allows my vendor to upload flash swfs. I am collecting meta data ints, height and width of the ad (normally specified in pixels like 300 x 250). So I have: Insertion description height width theInsertion (ERAttachment) After the up

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
I think that ruby is preinstalled on mac… Just try the instruction - ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)” > On 28 Oct 2014, at 12:14, John Pollard wrote: > > That page says you first need homebrew but uses ruby to install it! > >> On 28 O

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
That page says you first need homebrew but uses ruby to install it! > On 28 Oct 2014, at 10:45, Gino Pacitti wrote: > > Yes there is still Apache 2.4 but as long as it is not running then all OK.. > it just exists as a binary on your filesystem… > Ruby is OK to install too… > > https://gorail

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
Yes there is still Apache 2.4 but as long as it is not running then all OK.. it just exists as a binary on your filesystem… Ruby is OK to install too… https://gorails.com/setup/osx/10.10-yosemite Im not sure about the road map for WO on Yosemite and going forward… I am sure there will be some

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
But also ruby, is that also painless and lightweight enough to justify installing in order to pick up homebrew? Are you saying that apache2.2 ends up existing in parallel with apache 2.4 after doing this? I have read through more list postings and I see that mod_proxy can be used to sidestep m

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread Gino Pacitti
Well.. home-brew is quite painless.. its just trying to locate where the the directory for apache2 ends up on your system.. LOL… its does not place it in /etc/apache2 it ends up in /usr/local/etc/apache2. Subtle better to know now rather than having to try and find it… Then make sure its th

Re: Precompiled WOAdaptor for apache 2.4

2014-10-28 Thread John Pollard
Looking at that sequence for reverting to apache 2.2, which I am also thinking of doing, I see that I first need to install homebrew. The instructions to install homebrew use a ruby command, so presumably I also need to install ruby to get homebrew? I got nervous at this point. How about TimeMa