Lion Issue?
Are there any differences I need to be aware of to compile Plex on Lion? I am trying to follow [these](http://wiki.plexapp.com/index.php/How_to_Compile) instructions, but cannot get past the installation of Samba3.The initial instructions are:
mkdir Samba3
mkdir Samba3/files
cd Samba3
curl http://trac.macports.org/export/34870/trunk/dports/net/samba3/Portfile >Portfile
curl http://trac.macports.org/export/34870/trunk/dports/net/samba3/files/patch-source_smbd_utmp_c.diff > files/patch-source_smbd_utmp_c.diff
sudo port install
But there is a note that these might fail. Am I not supposed to cd anywhere before doing this? So I just make the Samba3 directory at /Users/MyName/?
The instructions say that if this fails, navigate to /opt/local/var/macports/build/.../work/samba-3.0.28a/source, so I cd into that, and run "sudo make".
I wait until
Building include/proto.h
creating /opt/local/var/macports/build/_Users_Sean_Samba3/samba3/work/samba-3.0.28a/source/include/proto.h
Compiling dynconfig.c
Since it moved onto dynconfig,c, I assume that proto.h is built, so I ctrl-z to cancel the make and cd back to ~/Samba3 and run sudo port install again. It gets to "Building Samba3", where says "Error: Status 1 encountered during processing." The log is attached, but it's a bit lengthy as I've run this a few times.
Since I haven't seen anyone else comment about this, I'm assuming it's either me doing something basic wrong (which is very likely) or it has something to do with Lion, as I've seen no mention of compiling on it yet.