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 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 this anyway 
(for the shared case).

> 
> [  0%] Built target plhershey-unicode-gen
> [  0%] Built target plhershey-unicode.h_built
[...]
> reference to [EMAIL PROTECTED]'
> CMakeFiles/wingcc.dir/wingcc.obj(.text+0x3ad):wingcc.c: undefined
> reference to [EMAIL PROTECTED]'
> CMakeFiles/wingcc.dir/wingcc.obj(.text+0x42a):wingcc.c: undefined
> reference to [EMAIL PROTECTED]'
> CMakeFiles/wingcc.dir/wingcc.obj(.text+0x44b):wingcc.c: undefined
> reference to [EMAIL PROTECTED]'

Here, we don't link to the gdi32 library. I changed the logic behind 
that some weeks ago, but only for the pure MinGW case (obviously) and 
not for the MSYS case. Will have a look into that (Or look in 
wingcc.cmake yourself, whoever is first).

Regards,
Werner

-- 
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: [EMAIL PROTECTED]
web:   http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office)
        +43-(0)1-58801-13469 (laboratory)
fax:   +43-(0)1-58801-13499

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to