Re: Problems Installing SDL

[email protected] (Tobias Leich) Mon, 5 Jun 2017 16:36:37 +0200
Newsgroups perl.sdl.devel
Message-ID <[email protected]>
--------------290CB8F80FAB067F7E8DA023
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

Hi, I pushed a fix: 
https://github.com/PerlGameDev/SDL/commit/8bbe63d0b9b0e565bdfce3d8f4ed945c5d950ee5

I also replied to this mailing list thread already, but perhaps it did 
not get through...


Am 05.06.2017 um 16:15 schrieb breno:
> Hello!
>
> After downloading/unpacking the SDL dist, try adding the following 
> line to the top of inc/My/Builder/Darwin.pm:
>
> use File::Spec::Functions qw(rel2abs);
>
> and let us know how the build goes.
>
> If it still fails, please let us know the output of:
>
> * perl -V  (note capital V)
> * set | grep -e SDL -e PERL
> * perl -MData::Dumper -MAlien::SDL -E 'say 
> Dumper(Alien::SDL->config(q(libs))); say 
> Dumper(Alien::SDL->config(q(ld_shlib_map)))'
>
> Thanks!
>
> On Sat, Jun 3, 2017 at 7:52 PM pmesa1 <[email protected] 
> <mailto:[email protected]>> wrote:
>
>     Hello,
>
>     I need SDL for a project that I am working on however I am unable
>     to install it because when I run Build.pl I receive an error
>     "Undefined subroutine &My::Builder::Darwin::rel2abs called at
>     inc/My/Builder/Darwin.pm line 115.". The same thing happens when I
>     install using cpan or manually. I don’t know where to go from here
>     so any help would be appreciated. Thank you.
>
>     Best,
>
>     Paul
>


--------------290CB8F80FAB067F7E8DA023
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p> Hi, I pushed a fix:
      <a class="moz-txt-link-freetext"
href="https://github.com/PerlGameDev/SDL/commit/8bbe63d0b9b0e565bdfce3d8f4ed945c5d950ee5">https://github.com/PerlGameDev/SDL/commit/8bbe63d0b9b0e565bdfce3d8f4ed945c5d950ee5</a><br>
      <br>
      I also replied to this mailing list thread already, but perhaps it
      did not get through...</p>
    <br>
    <div class="moz-cite-prefix">Am 05.06.2017 um 16:15 schrieb breno:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAHS-WQY7JdRU6mTEqF4VSihTG4kUoMCr+ro66EDQka_WavkAtg@mail.gmail.com">
      <div dir="ltr">
        <div>
          <div>
            <div>Hello!<br>
              <br>
            </div>
            After downloading/unpacking the SDL dist, try adding the
            following line to the top of inc/My/Builder/Darwin.pm:<br>
            <br>
            use File::Spec::Functions qw(rel2abs);<br>
            <br>
          </div>
          and let us know how the build goes.<br>
          <br>
          If it still fails, please let us know the output of:<br>
          <br>
          * perl -V  (note capital V)<br>
          * set | grep -e SDL -e PERL<br>
        </div>
        <div>* perl -MData::Dumper -MAlien::SDL -E 'say
          Dumper(Alien::SDL-&gt;config(q(libs))); say
          Dumper(Alien::SDL-&gt;config(q(ld_shlib_map)))'<br>
          <br>
        </div>
        Thanks!<br>
      </div>
      <br>
      <div class="gmail_quote">
        <div dir="ltr">On Sat, Jun 3, 2017 at 7:52 PM pmesa1 &lt;<a
            href="mailto:[email protected]" moz-do-not-send="true">[email protected]</a>&gt;
          wrote:<br>
        </div>
        <blockquote class="gmail_quote" style="margin:0 0 0
          .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div style="word-wrap:break-word">Hello, 
            <div><br>
            </div>
            <div>I need SDL for a project that I am working on however I
              am unable to install it because when I run Build.pl I
              receive an error "<span
style="font-family:Menlo;font-size:11px;background-color:rgba(95,255,164,0.721569)">Undefined
                subroutine &amp;My::Builder::Darwin::rel2abs called at
                inc/My/Builder/Darwin.pm line 115."</span>. The same
              thing happens when I install using cpan or manually. I
              don’t know where to go from here so any help would be
              appreciated. Thank you. </div>
            <div><br>
            </div>
            <div>Best, </div>
            <div><br>
            </div>
            <div>Paul </div>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>

--------------290CB8F80FAB067F7E8DA023--