|
From: Dan P. <ph...@cs...> - 2007-07-05 20:13:56
|
Hi, I just gotta macbook and wanted to try out chromium on it.
Are there tips on how to build CR for Darwin? I do see the note on the
chromium wiki about installing the Apple Developer Tools for for using
DYLD_LIBRARY_PATH, but...I that doesn't seem to be enough. I installed
the glut libs using 'port', but the build process is having trouble
finding the other libs. Here's what I did:
$ mkdir ~/work/chromium; mv cr-1.9.tar.gz !:1; cd !:1
$ tar xzf cr-1.9.tar.gz
$ cd cr-1.9
$ export DYLD_LIBRARY_PATH=`pwd`/lib/Darwin
$ make
-------------------------------------------------------------------------------
Building libcrutil.dylib for Darwin (RELEASE)
-------------------------------------------------------------------------------
ln: /cr/include/GL/glut.h: No such file or directory
make[1]: *** [arch] Error 1
make: *** [util.subdir] Error 2
I'm pretty sure I'm missing something basic here...but the build from
linux was this easy, was hoping darwin to be similar...If here's a wiki
or howto somewhere that I could follow along, that'd be great.
Otherwise, the info I get here will go into one!
tia,
dan
|