You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being Perl illiterate, among other deficiencies, I'm having a tough time to get it working on OSX:
I can't start to use brew to install package since I'm using Macports. It did mess up my system to have both at the same time, so had to give it up.
Pango is installed, but can't find equivalent to Gtk2 and gtk+
Why do these need to be installed if they are going to be installed as Perl package later on anyway?
Having $ echo '[ $SHLVL -eq 1 ] && eval "$(perl -I$HOME/foo/lib/perl5 -Mlocal::lib=$HOME/foo)"' >>~/.bashrc being part of 3) feels like it has to be run from cpan. A bit misleading.
I'm not sure I understand what this line does, but it seems like auto searching for perl path: it fails on my system, most probably because having perl installed from Macports in /opt/local/bin/perl, reporting @inc not containing anything from /opt/local: bash-3.2$ ./gritz.pl Can't locate Glib.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2/darwin-thread-multi-2level /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at ./gritz.pl line 21. BEGIN failed--compilation aborted at ./gritz.pl line 21.
I know it's a pain, but I guess you'll have to write up something more generic if you want others to be able to get it up and running on their system without asking questions...
The text was updated successfully, but these errors were encountered:
$ ./spread0r.pl
Can't locate Glib.pm in @inc (@inc contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at ./spread0r.pl line 21.
BEGIN failed--compilation aborted at ./spread0r.pl line 21.
Being Perl illiterate, among other deficiencies, I'm having a tough time to get it working on OSX:
Pango is installed, but can't find equivalent to Gtk2 and gtk+
Why do these need to be installed if they are going to be installed as Perl package later on anyway?
$ echo '[ $SHLVL -eq 1 ] && eval "$(perl -I$HOME/foo/lib/perl5 -Mlocal::lib=$HOME/foo)"' >>~/.bashrc
being part of 3) feels like it has to be run from cpan. A bit misleading.I'm not sure I understand what this line does, but it seems like auto searching for perl path: it fails on my system, most probably because having perl installed from Macports in /opt/local/bin/perl, reporting @inc not containing anything from /opt/local:
bash-3.2$ ./gritz.pl Can't locate Glib.pm in @INC (@INC contains: /Library/Perl/5.16/darwin-thread-multi-2level /Library/Perl/5.16 /Network/Library/Perl/5.16/darwin-thread-multi-2level /Network/Library/Perl/5.16 /Library/Perl/Updates/5.16.2/darwin-thread-multi-2level /Library/Perl/Updates/5.16.2 /System/Library/Perl/5.16/darwin-thread-multi-2level /System/Library/Perl/5.16 /System/Library/Perl/Extras/5.16/darwin-thread-multi-2level /System/Library/Perl/Extras/5.16 .) at ./gritz.pl line 21. BEGIN failed--compilation aborted at ./gritz.pl line 21.
I know it's a pain, but I guess you'll have to write up something more generic if you want others to be able to get it up and running on their system without asking questions...
The text was updated successfully, but these errors were encountered: