Tue Jan 3 08:06:31 PST 2006
- Previous message: [Slony1-general] make install problem with rc2
- Next message: [Slony1-general] make install problem with rc2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Brian Hirt <bhirt at mobygames.com> writes: > Marko, > > I also have this problem on OSX. I haven't had time to look into why > yet, but you can install the programs by changing to the src > directory and running make install and then do the same in share. > > output of make in debug mode if any make guru's on the list want to > look at the problem: > > pb15:/usr/local/src/slony1-1.1.5-rc2 root# make -d install > GNU Make 3.80 > Copyright (C) 2002 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. > There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A > PARTICULAR PURPOSE. > Reading makefiles... > Reading makefile `GNUmakefile'... > Reading makefile `Makefile.global' (search path) (no ~ expansion)... > Reading makefile `/usr/local/src/slony1-1.1.5-rc2/ > Makefile.port' (search path) (no ~ expansion)... > Updating makefiles.... > Considering target file `/usr/local/src/slony1-1.1.5-rc2/Makefile.port'. > Looking for an implicit rule for `/usr/local/src/slony1-1.1.5-rc2/ > Makefile.port'. Well, Makefile.port is supposed to be generated when you run configure. If it wasn't generated, for whatever reason, then the set of Make output that you show is pretty consistent with Make trying to find a way to build it, and, not unsurprisingly, failing, since it isn't supposed to do that. So the right step to take is to step back one step, and try to see why ./configure didn't copy anything appropriate into place. Looking in the makefiles directory, I don't see a "Makefile.osx", which would be what I'd expect it to link in. There is a "Makefile.darwin"; that might work. Possibly we need to get a Makefile.osx for your platform; I'll bet Darcy Buskermolen could comment more meaningfully on that as he has been more directly involved. -- (format nil "~S@~S" "cbbrowne" "ca.afilias.info") <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land)
- Previous message: [Slony1-general] make install problem with rc2
- Next message: [Slony1-general] make install problem with rc2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-general mailing list