Error when compiling ARSPerl-1.81 on a unix server

2003-12-19 Thread msheffie
This is my first attempt to compile a module on a unix server. It appears the "perl Makefile.pl" command ran without error. Other info: - sun-solaris 2.6. - perl 5.005_02 - I copied the api files from the current remedy server - version 5.1 Here is the output of running gmake: Any idea

Error when running pmake to compile a module

2003-12-16 Thread msheffie
This is my first attempt to compile a module downloaded from the web. The instructions in the 'readme' file are: Extract the archive. Then run the following commands. perl Makefile.PL make make install I didn't have make, so I installed a perl module called make, that runs pmake. Below are th

How do I include a bmp or gif file in my TK code

2003-02-04 Thread msheffie
Hello, I have some code using TK. I used perlapp to compile my code, but the external images will not compile into the exe file. How can I include them in the compiler or how can I embed the image within my perl code ? $img = $top->Photo(-file => ('smfig44.bmp')); -- To unsubscribe, e-mail: