FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

compd files in svn

 
Post new topic   Reply to topic     Forum Index -> gtkD
View previous topic :: View next topic  
Author Message
Alan Knowles



Joined: 23 May 2006
Posts: 11

PostPosted: Wed Jun 03, 2009 9:15 am    Post subject: compd files in svn Reply with quote

do you mind if I commit the compd files into gtkd root directory - until I update leds to use another build tool, it's the only way to build it at present.



#cat gtkd.compd
Code:

src/atk
src/cairoLib
src/gdk
src/glib
src/gobject
src/gthread
src/gtk
src/gdkpixbuf
src/gtkc
src/pango
src/glade
-I src:~/dmd/src/phobos
-olib libgtkd
-ldl
-g


#cat gsv.compd
Code:

srcsv/gsv
srcsv/gsvc
-I srcsv:~/dmd/src/phobos
-olib libgsv
-ldl
-lgtkd
-g
Back to top
View user's profile Send private message Send e-mail
Mike Wey



Joined: 07 May 2007
Posts: 428

PostPosted: Thu Jun 04, 2009 2:44 pm    Post subject: Reply with quote

Coudn't you let compd use the lib created with the makefile?
Back to top
View user's profile Send private message
Alan Knowles



Joined: 23 May 2006
Posts: 11

PostPosted: Thu Jun 04, 2009 8:54 pm    Post subject: Reply with quote

One of the features of compd is that it registers the compiled packages in /etc/compd/*

This enables you to build other applications (eg leds) with a simple compd file without having to tell it where all the binaries/ include files etc. are.

I'm not suggesting you recommend this for regular usage, rather just leave the compd files in the root directory so if they are needed, then they are ther..

-- updated gtkd.compd file (I missed gio in the last version)

Code:

src/atk
src/cairo
src/gdk
src/gio
src/glib
src/gobject
src/gthread
src/gtk
src/gdkpixbuf
src/gtkc
src/pango
src/glade
-I src:~/dmd/src/phobos
-olib libgtkd
-ldl
-g
Back to top
View user's profile Send private message Send e-mail
okibi



Joined: 04 Jan 2007
Posts: 170

PostPosted: Sat Jun 06, 2009 4:26 pm    Post subject: Reply with quote

I used to use compd a lot, but we weeded it out of gtkd awhile ago.

The way I see it, even though compd probably isn't used as much, we allow the makefile and the dss.conf file, so we might as well have just the compd config file for gtkd with a note in the README file.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> gtkD All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group