Hi Arjen,
> The first is that during the build get-drv-info is run, but it
> can not because the libplplotd.dll is not in the path. Manually
> copying the DLL into the directory drivers solves this, but then
> building the dynamic drivers fails:
yes, this is a problem, I wrote that the dll direct
Werner Smekal wrote:
yes, this is a problem, I wrote that the dll directory needs to be in
path. Don't copy the dlls, since if you change something and you forget
to copy again, you won't see the effect :). So add the dll directories
to the path, but if you want to test examples you need to do
Hi Arjen,
>>
> I am not sure CMake recognises that it is working under MSYS - I saw that
> the MSYS flag is off in the output I posted. So, it may be using the MinGW
> logic.
I'm quite sure, that it cmake recognizes MSYS. It tests for sh.exe (or
bash.exe) and then it knows that it's working i
Werner Smekal wrote:
> Hi Arjen,
>
>>>
>>
>> I am not sure CMake recognises that it is working under MSYS - I saw
>> that
>> the MSYS flag is off in the output I posted. So, it may be using the
>> MinGW
>> logic.
>
>
> I'm quite sure, that it cmake recognizes MSYS. It tests for sh.exe (or
>
Hi Werner:
As far as I know, I am done with my style changes for the website.
My recent commit messages (up to revision 8947) pretty much describe what I
was doing for my liquid-layout style. I have used the liquid layout style
as the default with the single static style used before accessible a
Hi Alan,
> My recent commit messages (up to revision 8947) pretty much describe what I
> was doing for my liquid-layout style. I have used the liquid layout style
> as the default with the single static style used before accessible as an
> alternative. To switch between the two styles use the Vi
On 2008-10-21 23:23+0200 Werner Smekal wrote:
> Looks very nice!
I am glad you like it.
I got rid of the CSS error with the illegal "float: center;" (see validation
below). I also found some additional style problems which I have now fixed
(as of revision 8951).
> I found a problem though, betw
On 2008-10-21 18:00-0700 Alan W. Irwin wrote:
> N.B. look for
> further e-mail tomorrow (Wednesday) when your read this in case I have
> found the source of this (vertical fuzzy) line (which doesn't scale) by then.
Hi Werner:
I found the source of the problem (an unnecessary image used to make a
On 2008-10-21 19:37-0700 Alan W. Irwin wrote:
> The only issue left that I am aware of at the moment is the remaining CSS
> validator warnings for both the static and liquid cases. I plan to deal
> with all those warnings tomorrow (Wednesday).
Hi Werner:
I looked over the current validator warn