Closed roderik closed 12 years ago
Here's the error:
Undefined symbols for architecture x86_64:
"_ECPGget_var", referenced from:
_ECPG_informix_get_var in informix.o
"_ECPGset_var", referenced from:
_ECPG_informix_set_var in informix.o
The only thing that strikes me as odd is that Informix is a proprietary database system produced by IBM---definitely not something Postgres would compile by default.
Do you have any Informix components installed on your system?
Nope, stock osx lion, with these brew formula's installed
bash-completion faac imagemagick jpegoptim libogg libvpx memcached ossp-uuid pwgen theora xvid
cmake git jasper lame libtiff little-cms mysql pidof readline wget yasm
csshx gnu-tar jpeg libevent libvorbis memcache-php optipng pkg-config redis x264
Nope, stock osx lion
Your OS X version is listed as 10.7.3
, is this a pre-release?
as stated in the title. Latest released build 11D50. Error occurred also with an older build (don't have the exact build number)
Hmm... well it is building fine on 10.7.2 with XCode 4.2.1. I'm afraid nothing is jumping out at me without access to 10.7.3.
brew doctor
output? Did you go through all the steps on the wiki?
Went through all the steps on the wiki. None of these doctor warnings apply to this formula, or so i believe
We couldn't detect gcc 4.2.x. Some formulae require this compiler.
NOTE: Versions of XCode newer than 4.2 don't include gcc 4.2.x.
Some "config" scripts were found in your path, but not in system or Homebrew folders.
`./configure` scripts often look for *-config scripts to determine if software packages
are installed, and what additional flags to use when compiling and linking.
Having additional scripts in your path can confuse software installed via Homebrew if
the config script overrides a system or Homebrew provided script of the same name.
/usr/local/php5/bin
curl-config freetype-config icu-config libmcrypt-config libpng-config libpng12-config php-config xml2-config xslt-config
Please fix the non-gcc issues (even if just temporarily moving files out the way) and see if that fixes anything.
Damn, that fixed it. Guess they did have something to do with it. Thx
Please follow the instructions in future before filing issues and always post your brew doctor
output. Thanks!
Made sure i had the latest builds of lion and xcode (it failed with older builds as well) I have no clue on how to proceed, google is for once useless (or my google skills are not good enough :))