Hello,
could someone please replace the "#if defined (MSDOS)"
by "#if defined(MSDOS) || defined(WIN32)" in strcat_delim()?
--Robert
--
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell you
Hi Robert,
>
> could someone please replace the "#if defined (MSDOS)"
> by "#if defined(MSDOS) || defined(WIN32)" in strcat_delim()?
Done. When and where did exactly a problem occur with this?
Thanks,
Werner
>
--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wie
On behalf of Arjen,
Werner
On 29.01.2009, at 10:09, Arjen Markus wrote:
> Hello Paul,
>
> clearly I misunderstood the problem. I will look into that matter.
> Thanks for reporting it.
>
> Regards,
>
> Arjen
>
> Werner, could you post Paul's answer on plplot-devel? My email to the
> list is curre
Hi,
>> On 2009-01-28 19:17, pm wrote:
>>> Hello Arjen,
>>> Actually, I did build the latest version of plplot with cmake (see
>>> below build command sequence). That is not a problem.
>>> HOW TO SEE THE PROBLEM
>>> To see what is going on first hand, try building plplot-5.9.2 with
>>> cmake on cy
> When and where did exactly a problem occur with this?
When a new Win32 project is created with Visual Studio 2008, there is
WIN32 defined, but not MSDOS.
(There is also _WINDOWS defined, which might have to replace WIN32
everywhere in PLplot to fix Win64-OSes, but I can't test this.)
When I now
Hi Robert,
>
> When a new Win32 project is created with Visual Studio 2008, there is
> WIN32 defined, but not MSDOS.
> (There is also _WINDOWS defined, which might have to replace WIN32
> everywhere in PLplot to fix Win64-OSes, but I can't test this.)
In knew that, but not that about Win64. Maybe
On 2009-01-29 10:23+0100 Werner Smekal wrote:
> I think the problem is due the lines 109-117 in plplot/bindings/f77/
> CMakeLists.txt
>
> # Set the path and the suffix for the (shared) libraries
> if(CYGWIN)
> if(BUILD_SHARED_LIBS)
> set(SHLIB_DIR "${BIN_DIR}")
> endif(BUILD_SHARED_LIBS)
>
Werner,
Ausgezeichnet!
Your suggestion worked. I replaced the lines 109-117 in
plplot/bindings/f77/CMakeLists.txt with your recommendation.
Reran cmake in a clean build_dir. This produced the correct file in
build_dir/pkgcfg/plplotd-f77.pc (no suffix for static case).
Then I built and instal
On 2009-01-27 15:13-0800 Alan W. Irwin wrote:
> For the Lua case, I suggest we include a file that is configured with the
> correct absolute location (build tree location for now) of plplotluac.
I have now (revision 9414) implemented that idea. The result is only lightly
tested (after running mak
On 2009-01-29 14:58-0800 Alan W. Irwin wrote:
> More to follow with the goals of getting (1) ctest in the build tree and (2)
> "make test" in the installed examples tree to work for the Lua case.
Hi Werner:
I now (revision 9415) have ctest implemented for Lua.
I had to remove the following exam
On Jan 26, 2009, at 1:57 PM, Hazen Babcock wrote:
> Jerry wrote:
>> Yesterday I started looking at fixing the Ada stripchart example
>> (17). This has to be run in X11 on the Mac. I discovered that
>> neither it nor a few randomly selected other C and Ada examples
>> now run in X11 on OS
On 2009-01-29 21:48-0700 Jerry wrote:
>
> On Jan 26, 2009, at 1:57 PM, Hazen Babcock wrote:
>
>> Jerry wrote:
>>> Yesterday I started looking at fixing the Ada stripchart example
>>> (17). This has to be run in X11 on the Mac. I discovered that
>>> neither it nor a few randomly selected other C a
12 matches
Mail list logo