Displaying 2 results from an estimated 2 matches for "use_pgxs".
2009 Sep 02
1
Trouble building R 2.9.2 under solaris 10
...`/usr/local/src/R-2.9.2/src/main'
make[2]: *** [R] Error 2
make[2]: Leaving directory `/usr/local/src/R-2.9.2/src/main'
make[1]: *** [R] Error 1
make[1]: Leaving directory `/usr/local/src/R-2.9.2/src'
make: *** [R] Error 1
I'm curious what I'm doing wrong here.
I'm running USE_PGXS=1 make to compile everything
Thanks!
Frank
[[alternative HTML version deleted]]
2009 Sep 30
1
R/PL : cannot build PL/R
...ouple of posts of people with the same problem
(i.e. error message) i could not get it done for me.
I use Mac OS 10.5.7 and PostgreSQL 8.3.7 as well as R 2.9.2
I put the untared plr to my /Library/Frameworks/R.framework/Resources/
If i just add the path mentioned above to the Makefile and run
USE_PGXS=1 make :
i get the following error message:
make: pg_config: Command not found
make: *** No targets. Stop.
If simply run make inside the plr directory i get the following:
Makefile:41: ../../src/Makefile.global: No such file or directory
Makefile:42: /contrib/contrib-global.mk: No such file or...