Re: FvwmScript - WriteToFile seems not working

2013-12-11 Thread Dan Espen
Thomas Funk writes: > Hi! > > I'm working on a composite configurator with FvwmScript and getting an > issue with WriteToFile command. It only writes '#end' into the file. > > First I thought I've done something wrong but I do the same as in > FvwmScript-BaseConfig. So I started a test with FvwmS

Re: FvwmScript - WriteToFile seems not working

2013-12-11 Thread Dominique Michel
Le Wed, 11 Dec 2013 20:29:22 +0100, Thomas Funk a écrit : > Hi! > > I'm working on a composite configurator with FvwmScript and getting an > issue with WriteToFile command. It only writes '#end' into the file. I get the same issue yesterday. I use a Piperead for now. The script is here: http://

Re: FvwmScript - WriteToFile seems not working

2013-12-13 Thread Thomas Funk
Dan Espen wrote: > Thomas Funk writes: > >> Hi! >> >> I'm working on a composite configurator with FvwmScript and getting an >> issue with WriteToFile command. It only writes '#end' into the file. >> >> First I thought I've done something wrong but I do the same as in >> FvwmScript-BaseConfig. So

Re: FvwmScript - WriteToFile seems not working

2013-12-13 Thread Dan Espen
Thomas Funk writes: > Dan Espen wrote: >> Thomas Funk writes: >> >>> Hi! >>> >>> I'm working on a composite configurator with FvwmScript and getting an >>> issue with WriteToFile command. It only writes '#end' into the file. >>> >>> First I thought I've done something wrong but I do the same as

Re: FvwmScript - WriteToFile seems not working

2013-12-13 Thread Dominique Michel
Le Sat, 14 Dec 2013 00:34:38 +0100, Thomas Funk a écrit : > Dan Espen wrote: > > Thomas Funk writes: > > > >> Hi! > >> > >> I'm working on a composite configurator with FvwmScript and > >> getting an issue with WriteToFile command. It only writes '#end' > >> into the file. > >> > >> First I tho

Re: FvwmScript - WriteToFile seems not working

2013-12-18 Thread Thomas Funk
2013/12/14 Dominique Michel : > Le Sat, 14 Dec 2013 00:34:38 +0100, > Thomas Funk a écrit : > >> Dan Espen wrote: >> > Thomas Funk writes: >> > >> >> Hi! >> >> >> >> I'm working on a composite configurator with FvwmScript and >> >> getting an issue with WriteToFile command. It only writes '#end'

Re: FvwmScript - WriteToFile seems not working

2013-12-19 Thread Thomas Funk
Thomas Funk wrote: > @Dan: As '-g' is part of the default cflags this is the reason why my > executable has 1,5M. Without it has around 450k. with '-O3' the size > has increased and no change of the behavior - works as with '-O2'. > So, it's not the optimize parameter ... My first idea was that

Re: FvwmScript - WriteToFile seems not working

2014-04-21 Thread Thomas Adam
On 19 December 2013 21:34, Thomas Funk wrote: > Also I used the long configure command like Debian used. Same behavior > - works. > > Looks quiet bad ... Something get wrong while the build Debian does > but no clue what's the problem ... Don't give out red-herrings like this---CFLAGS aside, I do