Re: Problems Installing SDL

2017-06-05 Thread Tobias Leich
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 > 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 ::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





Re: Problems Installing SDL

2017-06-05 Thread pmesa1
Hello Everyone, 

Thank you so much, the installation finally worked. I really appreciate all of 
the help!

Best, 

Paul
> On Jun 5, 2017, at 8:14 AM, Kartik Thakore  wrote:
> 
> Thanks Breno!
> 
> 
> Pmesa1. Although the irc channel is quite I can help you out on there later 
> in the evening. I am on PDT to
> 
> 
> On Jun 5, 2017, at 7:15 AM, breno  > wrote:
> 
>> 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 > > 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 
>> ::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 



Re: Problems Installing SDL

2017-06-05 Thread Kartik Thakore
Thanks Breno!


Pmesa1. Although the irc channel is quite I can help you out on there later in 
the evening. I am on PDT to


> On Jun 5, 2017, at 7:15 AM, breno  wrote:
> 
> 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  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 
>> ::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 


Re: Problems Installing SDL

2017-06-05 Thread 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  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 ::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
>


Problems Installing SDL

2017-06-03 Thread pmesa1
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 
::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