Is it possible to set the permission bits used by the default install target in a Makefile.am?

2019-03-13 Thread Craig Sanders
Hello. Is it possible to set the permission bits used by the default install target in a Makefile.am? To help try and illustrate what I mean, I present a code snippet from one of my Makefie.am files. >> Begin code snippet >> gimpdir = ${prefix} gimp_SCRIPTS = scaleAndSetSize.py

Re: building a qt library

2008-12-07 Thread Craig Sanders
hich to accomplish this task could you? Thanks once again for all of your feedback - it is most appreciated. Have a great day. - Craig Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > Hello Craig, > > a couple of comments to the configure.ac script and Makefile.am

Re: building a qt library

2008-11-29 Thread Craig Sanders
Lorenzo Bettini <[EMAIL PROTECTED]> wrote:> > Craig Sanders wrote: >> Greetings Lorenzo. >> >> I have used the GNU Autotools in the past to build some simple >> projects which made use of the Qt Library. I prefer to use the GNU >> Autotools as I find them

Re: building a qt library

2008-11-27 Thread Craig Sanders
. The second one is the definition of the rule for running the moc on the relevant source code files. I hope all of this makes sense and that you find it helpful. - Craig Sanders Lorenzo Bettini <[EMAIL PROTECTED]> wrote:> > Hi > > I'd like to build a library that

Error when ylwrap is invoked from an Autotools generated Makefile.

2008-05-21 Thread Craig Sanders
X AC_PROG_LEX AC_OUTPUT([ Makefile src/Makefile ]) <<<<<<<<<< Also, for what it's worth, my Flex source file "simple.ll" looks as follows ; >>>>>>>>>> %{ #include using std::cout; using std::endl; %} %option noyywrap %option c++ DIGIT [0-9] HEAD_COMMAND_PACKET TAIL_COMMAND_PACKET <\/command> int numPackets = 0; %% {HEAD_COMMAND_PACKET}([[:graph:]]|[[:space:]])*{TAIL_COMMAND_PACKET} { return(0); } %% <<<<<<<<<< I'm guessing my problem is being caused by my incorrect usage of one of the Autotools, rather than ylwrap. If anyone could provide any assistance on this matter it would be greatly appreciated. Thankyou in advance. - Craig Sanders

Re: declaring sources ... and a big thankyou!

2007-08-15 Thread Craig Sanders
and shared wisdom is greatly appreciated. - Craig Sanders Ralf Wildenhues <[EMAIL PROTECTED]> wrote:> > Hello Roberto, > > * Roberto Alejandro Espí Muñoz wrote on Tue, Aug 14, 2007 at 05:25:03PM > CEST: >> Community: When I declare sources in each Make

Automake 1.10 - No rule to make target '-c', needed by 'all-am'. Stop.

2007-06-15 Thread Craig Sanders
ow about? Admittedly I did need to make some small changes to my package's configure.ac file, because autoconf complained when I ran it. Should I maybe have posted this message to the autoconf mailing list instead? Any help on this matter would be greatly appreciated.Thanks in advance for any help. - Craig Sanders