Re: GDC rpm for Fedora?

2011-12-13 Thread F i L
Ellery Newcomer wrote: @F i L: gdcbuild seems to be a bit buggy. I'll update it here when I've gotten a build out of it. Awesome. Thanks for your efforts!

Re: GDC rpm for Fedora?

2011-12-13 Thread Ellery Newcomer
On 12/13/2011 05:10 PM, Iain Buclaw wrote: > > That will probably be because of: > > PREFIX=`echo ~`/gdc3 > ... > ./configure --prefix=$PREFIX > > > gdc will look in $PREFIX/include/d2 for the import files. > would setting --prefix=/usr/ and then running make install prefix=otherprefix be a

Re: GDC rpm for Fedora?

2011-12-13 Thread F i L
Trass3r wrote: Just run make install or make install-strip (just make sure you configured prefix right). Thanks for the info.

Re: GDC rpm for Fedora?

2011-12-13 Thread F i L
Ellery Newcomer wrote: http://personal.utulsa.edu/~ellery-newcomer/gdcbuild.sh http://personal.utulsa.edu/~ellery-newcomer/rpmbuild.sh Awesome! I'll give this a try. Thanks :)

Re: GDC rpm for Fedora?

2011-12-13 Thread Iain Buclaw
On 13 December 2011 22:15, Ellery Newcomer wrote: > > for some reason, gdc doesn't seem to know where object.d is, and you > have to add the flags > > -I /usr/include/d2/4.6.1/ -I /usr/include/d2/4.6.1/x86_64-redhat-linux/ That will probably be because of: PREFIX=`echo ~`/gdc3 ... ./configure --

Re: GDC rpm for Fedora?

2011-12-13 Thread Ellery Newcomer
On 12/13/2011 01:43 AM, Ellery Newcomer wrote: > On 12/12/2011 02:17 PM, F i L wrote: >> Any chance we might see a GDC Fedora .rpm at some point? I'm relatively >> new to Linux in general but I use Fedora because it has LDC D2 in the >> software center and comes with a clean Gnome Shell (my favorit

Re: GDC rpm for Fedora?

2011-12-13 Thread Trass3r
If I had more experience I'd try to build one myself, only I just got GDC to compile a month ago and I still don't know how to install it (like the LDC is installed) I don't understand. Building it is the harder part (though imho it's not hard at all on Linux). Just run make install or make