On 3 Jun, 2009, at 02:50, Graham Perrin wrote: > > > Grant Baillie wrote: >> >> What version of gettext (if any) did you install? >> > > Hi Grant > > [macbookpro08:~] gjp22% which gettext > /opt/local/bin/gettext > > [macbookpro08:~] gjp22% gettext -V > gettext (GNU gettext-runtime) 0.17 > Copyright (C) 1995-1997, 2000-2007 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later > <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > Written by Ulrich Drepper. > > — from MacPorts
Hmm ... I have gettext-0.14.5 (built and installed a while back) and a full build from source worked for me. When I use MacPorts (version 0.17) I get the same link failure as you. However, I found <http://www.pkshiu.com/loft/archive/2008/01/gettext-on-leopard-for-django-internationalization > and tried that: bash$ export PATH=/Applications/Poedit.app/Contents/MacOS:$PATH bash$ make world BUILD_ROOT=$(pwd) and this succeeded. It's turns out that Poedit's gettext is also 0.17, so I'm not sure what's wrong with the MacPorts version. --Grant _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
