Re: compiling with multiple frontends

2001-03-04 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 2 Mar 2001, Lars Gullik Bjønnes wrote: | | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | I've discovered a configure/compilation bug. | > | | > yes build properly... | > | > if you are changing frontends you have to do a make distclean first

Re: compiling with multiple frontends

2001-03-04 Thread John Levon
On 2 Mar 2001, Lars Gullik Bjønnes wrote: > Angus Leeming <[EMAIL PROTECTED]> writes: > > | I've discovered a configure/compilation bug. > | > yes build properly... > > if you are changing frontends you have to do a make distclean first. > (you can try to just delete the config.cache and rerun

Re: compiling with multiple frontends

2001-03-02 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | I've discovered a configure/compilation bug. | | If I "configure --with-frontend=xforms" and then "make" all is fine. | If I then do nothing to the source but "configure --with-frontend=kde" and | then "make", then the code compiles and links perfec

compiling with multiple frontends

2001-03-02 Thread Angus Leeming
I've discovered a configure/compilation bug. If I "configure --with-frontend=xforms" and then "make" all is fine. If I then do nothing to the source but "configure --with-frontend=kde" and then "make", then the code compiles and links perfectly. However, the code in frontends/ is not compiled