Re: MSVC build problems

2005-04-22 Thread John Levon
On Fri, Apr 22, 2005 at 08:23:33PM +0200, Juergen Spitzmueller wrote: > confused nearly everyone. IMO the new ui is much better, though not perfect > yet (we probably need subdialogs). Yes, we need a subdialog a la Insert Citation Reference regards john

Re: MSVC build problems

2005-04-22 Thread Juergen Spitzmueller
John Levon wrote: > > By the way, I think the converter dialog is suboptimal UI. To add a > > converter, I have to select an existing one and edit it, pressing the > > Add button only at the end of the process. Because of this intuitively > > backwards approach, the Add button is initially greyed,

RE: RE: MSVC build problems

2005-04-22 Thread Rob Bearman
> Ok, then could you try the attached patch please. > > -- > Angus > Yes, this works great. Thank you. Rob

Re: MSVC build problems

2005-04-22 Thread John Levon
On Fri, Apr 22, 2005 at 01:57:46PM -0400, Rob Bearman wrote: > By the way, I think the converter dialog is suboptimal UI. To add a > converter, I have to select an existing one and edit it, pressing the > Add button only at the end of the process. Because of this intuitively > backwards approach,

RE: MSVC build problems

2005-04-22 Thread Rob Bearman
> > As for the second question, I'm able to define an explicit > > converter as you specified and the graphic loads correctly. I > > removed the convertDefault.sh file to make sure I wasn't being > > fooled that that was being run. Reinstating it, though, and then > > removing the explicit converte

RE: MSVC build problems

2005-04-22 Thread Angus Leeming
Rob Bearman wrote: >> You mentioned earlier that you couldn't run LyX from the console? I >> wonder why not. Here Start->Run "command", followed by >> /lyx -dbg graphics,file > lyx.log >> works perfectly. > > What I meant to say is that I can't get debug output displayed to the > console, or

RE: MSVC build problems

2005-04-22 Thread Rob Bearman
> You mentioned earlier that you couldn't run LyX from the console? I > wonder why not. Here Start->Run "command", followed by > /lyx -dbg graphics,file > lyx.log > works perfectly. What I meant to say is that I can't get debug output displayed to the console, or anywhere else for that matter

RE: MSVC build problems

2005-04-22 Thread Angus Leeming
Rob Bearman wrote: >> > As for the second question, I'm able to define an explicit >> > converter as you specified and the graphic loads correctly. I >> > removed the convertDefault.sh file to make sure I wasn't being >> > fooled that that was being run. Reinstating it, though, and then >> > remov

RE: Re: MSVC build problems

2005-04-22 Thread Rob Bearman
> Ahhh. Thanks, Jean-Marc. I see that we already have the test > and that Rob > merely needs me to modify development/Win32/config.h. > > Looks Ok to commit? > > -- > Angus This built fine. Thanks Rob

Re: MSVC build problems

2005-04-22 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: >>> or make configure check for it and set it in config.h? > > Angus> I guess that it is *possible*, but really do we care? How would > Angus> user code look? > > Angus> PID_TYPE foo(); > > Angus> or would config.h have the typedef? > > AC_TYPE_PID_T. Ahhh. Than

Re: MSVC build problems

2005-04-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> Angus Leeming wrote: >> | Rob Bearman wrote: With the recent changes to forkedcontr.h and forkedcall.*, I found that I needed to reinstate the typedef shown below to forkedcall.h and forkedcontr.h:

Re: MSVC build problems

2005-04-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: >> or make configure check for it and set it in config.h? Angus> I guess that it is *possible*, but really do we care? How would Angus> user code look? Angus> PID_TYPE foo(); Angus> or would config.h have the typedef? AC_TYPE_PID_T

Re: MSVC build problems

2005-04-22 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > Angus Leeming wrote: > | Rob Bearman wrote: >>> With the recent changes to forkedcontr.h and forkedcall.*, I found that >>> I needed to reinstate the typedef shown below to forkedcall.h and >>> forkedcontr.h: >>> >>> #ifdef _WIN32 >>> typedef int pid_t; >>> #endif >> >

Re: MSVC build problems

2005-04-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Rob Bearman wrote: > >> With the recent changes to forkedcontr.h and forkedcall.*, I found that >> I needed to reinstate the typedef shown below to forkedcall.h and >> forkedcontr.h: >> >> #ifdef _WIN32 >> typedef int pid_t; >> #endif > | I think that t

Re: MSVC build problems

2005-04-22 Thread Angus Leeming
On Friday 22 April 2005 00:18, Rob Bearman wrote: > > Incidentally, do graphics now load asynchronously onto the > > LyX screen for you? Ie, given an eps file can you continue > > doing stuff whilst the graphic inset cyles throgh "loading", > > "scaling", etc? > > > > Also, can you define a graph

RE: Re: MSVC build problems

2005-04-21 Thread Rob Bearman
> Incidentally, do graphics now load asynchronously onto the > LyX screen for > you? Ie, given an eps file can you continue doing stuff > whilst the graphic > inset cyles throgh "loading", "scaling", etc? > > Also, can you define a graphics converter explicitly? Ie, > rather than let > lyx fall

RE: Re: MSVC build problems

2005-04-21 Thread Rob Bearman
Pardon my obvious ignorance. I'm reading the wiki now on loading images and I'll give better feedback after I've installed the appropriate tools. Thanks Rob

RE: Re: MSVC build problems

2005-04-21 Thread Rob Bearman
> Incidentally, do graphics now load asynchronously onto the > LyX screen for > you? Ie, given an eps file can you continue doing stuff > whilst the graphic > inset cyles throgh "loading", "scaling", etc? > > Also, can you define a graphics converter explicitly? Ie, > rather than let > lyx fall

RE: Re: MSVC build problems

2005-04-21 Thread Rob Bearman
> I think that this one is fine, although it should become > > #if defined (_WIN32) && defined(_MSC_VER) Yes, this continues to work for me. > Well, given that the idea is eventually to remove this file entirely, > perhaps you'll first see whether this cures the problem: > > - int const t

Re: MSVC build problems

2005-04-21 Thread Angus Leeming
Angus Leeming wrote: > Rob Bearman wrote: > >> With the recent changes to forkedcontr.h and forkedcall.*, I found that >> I needed to reinstate the typedef shown below to forkedcall.h and >> forkedcontr.h: Incidentally, do graphics now load asynchronously onto the LyX screen for you? Ie, given a

Re: MSVC build problems

2005-04-21 Thread Angus Leeming
Rob Bearman wrote: > With the recent changes to forkedcontr.h and forkedcall.*, I found that > I needed to reinstate the typedef shown below to forkedcall.h and > forkedcontr.h: > > #ifdef _WIN32 > typedef int pid_t; > #endif I think that this one is fine, although it should become #if defined

MSVC build problems

2005-04-21 Thread Rob Bearman
With the recent changes to forkedcontr.h and forkedcall.*, I found that I needed to reinstate the typedef shown below to forkedcall.h and forkedcontr.h: #ifdef _WIN32 typedef int pid_t; #endif I also needed to reinstate the #include "os_win32.h" to forkedcall.C, which I think is necessary to hand