On 17/10/2010, at 7:57 PM, James Dennett wrote:

> On Sun, Oct 17, 2010 at 1:18 AM, john skaller
> <skal...@users.sourceforge.net> wrote:
>> The latest version of the tools/webserver.flx automagically colours Felix 
>> files,
>> keywords, strings, comments etc.
>> 
>> Stay tuned for the next version, which will hyperlink include files.
>> 
>> BTW: I think there is a bug in the install. When I compile using the
>> installed Felix, it takes ages, whenI use the one in the build directory
>> it is fast .. but it is the same set of binaries and sources.
>> 
>> The only differences are:
>> 
>> 1. The time stamp on the installed files
>> 2. As an ordinary user I cannot write into the installation directory
>>  I'm using, namely /usr/local/lib/felix/felix-1.1.5 (yeah, the version 
>> finally got bumped!)
>> 
>> This suggests Felix is trying to parse much every time (since it can't store 
>> the *.par
>> files). i am a bit confused because flx --install is using Unix cp command 
>> to copy
>> the files, this must be changing the modification time for the file, so that 
>> any
>> file where the *.flx is copyed after the *.par is forcing a recompile.
> 
> For GNU cp, the "-a" ("archive") option might help with that (or
> "--preserve=all") by preserving timestamps when copying.
> 
> -- James
> 
> cp -a


Actually cp -ra since I'm copying a whole tree... trying it..
Thanks!

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to