[odb-users] ODB porting

Andrew Cunningham odb at a-cunningham.com
Wed Aug 24 14:17:22 EDT 2016


Adnan,
Thanks, that looks even easier.
I looked at homebrew, but since I had MacPorts already installed and I
wanted to build the 2.5.0a9 pre-release , I went that route.
I also gather homebrew and MacPorts don't play too well together when
installed on the same machine.

Andrew



On Wed, Aug 24, 2016 at 12:37 AM, Adnan RIHAN <axel50397 at gmail.com> wrote:

> Hey !
>
> If you have homebrew, check this out: https://github.com/max13/
> homebrew-odb
>
> On Wed, Aug 24, 2016 at 8:47 AM +0200, "Andrew Cunningham" <
> odb at a-cunningham.com> wrote:
>
> I managed to get the ODB compiler built on OS-X 10.11 El Cap.
>>
>>
>>    - Install "MacPorts" from https://www.macports.org
>>    - Install GCC 4.8 from MacPorts (Not the latest, but it's good enough to
>>    build ODB)
>>       -  sudo port install gcc48
>>    - download libcutl from codesynthesis
>>
>> Then basically build everything (libodb, libodb-sqlite, libcutl, odb) like
>> you would on any linux except using the gcc 4.8 compiler, for example...
>>
>>  ./configure CXX=x86_64-apple-darwin15-c++-mp-4.8
>>
>>
>> PS I tried GCC 4.9 from MacPorts, but it crashed with an ICE.
>>
>>


More information about the odb-users mailing list