Posts by moonwatcher
- 04.05.2009, 22:01
- Forum: Help Central
- Topic: compiling from SVN on Linux
- Replies: 6
- Views: 4832
Re: compiling from SVN on Linux
Hi cartrite, Thanks for the tip on using the 'f' argument to autoreconf, but 'autoreconf -iv' seemed to work perfectly for me (thanks again, Fridger), at least I have a successful build ! :D autoreconf -iv; ./configure --prefix=/usr --with-gnome; make; make install --- this was successful on an old ...
- 04.05.2009, 10:57
- Forum: Help Central
- Topic: compiling from SVN on Linux
- Replies: 6
- Views: 4832
Re: compiling from SVN on Linux
Hi, Fridger,
Thanks very much for the reply.
I had overlooked the developer's section. I'll use the autoreconf command, I'm pretty sure everything will work now.
Thanks very much for the reply.
I had overlooked the developer's section. I'll use the autoreconf command, I'm pretty sure everything will work now.
- 04.05.2009, 02:10
- Forum: Help Central
- Topic: compiling from SVN on Linux
- Replies: 6
- Views: 4832
compiling from SVN on Linux
Hello, I'm trying to compile celestia in Linux fron SVN revision 4716, but I'm having a problem getting 'make -f Makefile.cvs' to complete. When it gets to admin/cvs.sh, it complains about a missing file (admin/detect-autoconf.pl). In previous versions, it used admin/detect-autoconf.sh, so I tried t...