[omniORB] OO4 and Darwin?
Carl Thompson
cet@carlthompson.net
06 Dec 2001 14:39:15 -0800
On Thu, 2001-12-06 at 13:34, Travis wrote:
> Has anyone been able to get OO4 running on Mac OS X (10.1) or Darwin
> 1.4? I downloaded the snapshot from Dec 3rd, uncommented the two lines
> for Darwin 1.3 in ./config/config.mk and verified all the paths in
> ./mk/platforms/(the darwin one). Then I cd into ./src and execute
> "./make export". I get a one line error:
>
> ../config/config.mk:26: *** missing separator. Stop.
>
>
> Line 26 is the first uncommented darwin 1.3 line in the config.mk file.
>
> Any help would be greatly appreciated,
> travis
Don't uncomment the first line; it is just a comment! The
platform = powerpc_darwin_1.3
line is the only one that should be uncommented.
Carl Thompson