Thanks, Randy. That did it. And my apologies for missing the "-" before the "I'.
Configure ran with the flags and switches you provided. Make ran (with many warnings), and `sudo make install` ran as well. Now to read further and see what I can do with this. On Tue, Mar 24, 2015 at 9:18 AM, Randy Heiland <[email protected]> wrote: > I just took at look at your config.log and saw the following error: > > clang: error: no such file or directory: 'I/usr/local/ssl/include' > > so, I think I you may have had a bad CPPFLAGS string (missing the “-“; > which was probably my fault when I mis-copied what I used earlier). Here’s > the actual configure cmd I use: > > ./configure CXXFLAGS="-I/usr/local/ssl/include" > CFLAGS="-I/usr/local/ssl/include" CPPFLAGS="-I/usr/local/ssl/include" > --without-lua --without-perl --without-nodejs > > Want to try again? > > Also, I hit a wall trying to build on my Mavericks computer at home. > Needed to upgrade Xcode, needed automake, etc, etc. I finally got to this > error which still has me baffled, although I haven’t tried to track it down > yet. Maybe I “just” need to install/upgrade QT. > > $ ./configure --without-qt5 --without-qt4 > … > ./configure: line 18320: syntax error near unexpected token `QT,' > ./configure: line 18320: ` PKG_CHECK_MODULES(QT, QtCore >= 4.3, > QtNetwork >= 4.3, have_qt=yes, have_qt=no)’ > > > -Randy > > > On Mar 23, 2015, at 2:24 PM, Thad Humphries <[email protected]> > wrote: > > > > Thanks. I appreciate it. > > > > -- > > "Hell hath no limits, nor is circumscrib'd In one self-place; but where > we are is hell, And where hell is, there must we ever be" --Christopher > Marlowe, Doctor Faustus (v. 121-24) > > > > > > <config.log> > > -- "Hell hath no limits, nor is circumscrib'd In one self-place; but where we are is hell, And where hell is, there must we ever be" --Christopher Marlowe, *Doctor Faustus* (v. 121-24)
