Skip Menu |

This queue is for tickets about the Graph-Layout-Aesthetic CPAN distribution.

Report information
The Basics
Id: 13212
Status: new
Priority: 0/
Queue: Graph-Layout-Aesthetic

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 0.01
  • 0.02
  • 0.03
  • 0.04
  • 0.05
  • 0.06
  • 0.07
  • 0.08
Fixed in: (no value)



Subject: Fails to "make" on Win32
CPAN.pm: Going to build T/TH/THOSPEL/Graph-Layout-Aesthetic-0.08.tar.gz This package comes with a sample program that I can try to install in C:\PhotoWebServer\Perl\bin. Note that you can avoid this question by passing the '-n' option to 'Makefile.PL'. Install gloss.pl, a commandline graph layouter ? [y] y You don't seem to have the optional 'gnuplot' program. Not fatal Checking if your kit is complete... Looks good Writing Makefile for Graph::Layout::Aesthetic Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. cp lib/Graph/Layout/Aesthetic/Force/ParentLeft.pm blib\lib\Graph\Layout\Aestheti c\Force\ParentLeft.pm cp lib/Graph/Layout/Aesthetic/Include.pm blib\lib\Graph\Layout\Aesthetic\Include .pm cp lib/Graph/Layout/Aesthetic/Force/NodeRepulsion.pm blib\lib\Graph\Layout\Aesth etic\Force\NodeRepulsion.pm cp lib/Graph/Layout/Aesthetic/Force/Centripetal.pm blib\lib\Graph\Layout\Aesthet ic\Force\Centripetal.pm cp lib/Graph/Layout/Aesthetic/Force/Perl.pm blib\lib\Graph\Layout\Aesthetic\Forc e\Perl.pm cp lib/Graph/Layout/Aesthetic/Force/NodeEdgeRepulsion.pm blib\lib\Graph\Layout\A esthetic\Force\NodeEdgeRepulsion.pm cp lib/Graph/Layout/Aesthetic/Force/MinEdgeIntersect.pm blib\lib\Graph\Layout\Ae sthetic\Force\MinEdgeIntersect.pm cp lib/Graph/Layout/Aesthetic/Force/MinEdgeLength.pm blib\lib\Graph\Layout\Aesth etic\Force\MinEdgeLength.pm cp lib/Graph/Layout/Aesthetic/Topology.pm blib\lib\Graph\Layout\Aesthetic\Topolo gy.pm cp lib/Graph/Layout/Aesthetic.pm blib\lib\Graph\Layout\Aesthetic.pm cp lib/Graph/Layout/Aesthetic/Force/MinEdgeIntersect2.pm blib\lib\Graph\Layout\A esthetic\Force\MinEdgeIntersect2.pm cp lib/Graph/Layout/Aesthetic/Monitor/GnuPlot.pm blib\lib\Graph\Layout\Aesthetic \Monitor\GnuPlot.pm cp lib/Graph/Layout/Aesthetic/Force.pm blib\lib\Graph\Layout\Aesthetic\Force.pm cp lib/Graph/Layout/Aesthetic/Force/MinLevelVariance.pm blib\lib\Graph\Layout\Ae sthetic\Force\MinLevelVariance.pm C:\PhotoWebServer\Perl\bin\perl.exe C:\PhotoWebServer\Perl\lib\ExtUtils/ xsubpp -typemap C:\PhotoWebServer\Perl\lib\ExtUtils\typemap -typemap typemap A esthetic.xs > Aesthetic.xsc && C:\PhotoWebServer\Perl\bin\perl.exe -MExtUtils::C ommand -e mv Aesthetic.xsc Aesthetic.c cl -c -I include -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE - DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLI CIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"0.08\ " -DXS_VERSION=\"0.08\" "-IC:\PhotoWebServer\Perl\lib\CORE" Aesthetic.c Aesthetic.c Aesthetic.xs(540) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(552) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(614) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(634) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(654) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(667) : warning C4018: '!=' : signed/unsigned mismatch Aesthetic.xs(676) : warning C4018: '!=' : signed/unsigned mismatch C:\PhotoWebServer\Perl\bin\perl.exe C:\PhotoWebServer\Perl\lib\ExtUtils/ xsubpp -typemap C:\PhotoWebServer\Perl\lib\ExtUtils\typemap -typemap typemap C entripetal.xs > Centripetal.xsc && C:\PhotoWebServer\Perl\bin\perl.exe -MExtUtil s::Command -e mv Centripetal.xsc Centripetal.c cl -c -I include -nologo -Gf -W3 -MD -DNDEBUG -O1 -DWIN32 -D_CONSOLE - DNO_STRICT -DHAVE_DES_FCRYPT -DNO_HASH_SEED -DPERL_IMPLICIT_CONTEXT -DPERL_IMPLI CIT_SYS -DUSE_PERLIO -DPERL_MSVCRT_READFIX -MD -DNDEBUG -O1 -DVERSION=\"0.08\ " -DXS_VERSION=\"0.08\" "-IC:\PhotoWebServer\Perl\lib\CORE" Centripetal.c Centripetal.c C:\PhotoWebServer\Perl\bin\perl.exe C:\PhotoWebServer\Perl\lib\ExtUtils/ xsubpp -typemap C:\PhotoWebServer\Perl\lib\ExtUtils\typemap -typemap typemap C entroid.xs > Centroid.xsc && C:\PhotoWebServer\Perl\bin\perl.exe -MExtUtils::Com mand -e mv Centroid.xsc Centroid.c Didn't find a 'MODULE ... PACKAGE ... PREFIX' line NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop. C:\photowebserver\perl\bin\nmake.EXE -- NOT OK Running make test Can't test without successful make Running make install make had returned bad status, install seems impossible Show quoted text
cpan>
From: "Ton Hospel" <me-02 [...] ton.iguana.be>
Date: Mon, 4 Jul 2005 20:15:56 +0200
To: via RT <bug-Graph-Layout-Aesthetic [...] rt.cpan.org>
Subject: Re: [cpan #13212] Fails to "make" on Win32
RT-Send-Cc:
At first sight the basic problem this doesn't really seem to be a windows compile problem, but that xsubpp wants a MODULE line, even though the file under consideration is pure C code that shouldn't need to be attached to any namespace. I can't reproduce this with my perl. Which version of xsubpp is this and with which perl version does that one come ?
Ijust brought out new version og Graph::Layout::Aesthetic, version 0.09 for Graph version < 0.60 and version 0.10 in case you have Graph version >= 0.50. Both of these should hopefully solve you problem. Could you try it and let me know if it indeed does ?