Re: [MacPerl]Mac-Carbon (was: How can I display a number in dual representation, e.g. 29 --> 11101?)
[email protected] (Detlef Lindenthal) Fri, 04 Mar 2005 20:40:35 +0100
| Newsgroups | perl.macperl |
|---|---|
| Message-ID | <[email protected]> |
--------------000502040801040006020405
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Chris Nandor wrote:
>At 14:54 +0100 2005.03.04, Detlef Lindenthal wrote:
>
>
>>I also downloaded
>> Mac-Carbon 0.71
>>for MacOSX; unfortunately I could not find an application
>>nor a make...-how-to.
>>
>>
>You need the Dev or Xcode Tools installed and up to date for your version
>of Mac OS X. If you've got that, a simple:
> perl Makefile.PL
> make
> make test
> sudo make install
>should work. Or, just use the CPAN shell:
> cpan> install Mac::Carbon
>The "how-to" is in the perlmodinstall manpage. Consider Mac OS X to be a
>Unix platform, not Macintosh, for the sake of that manpage.
>
Your recipe ...
/Stollberg-imatz:~/Desktop/Mac-Carbon-0.71/MacPerl dl$ /*perl Makefile.PL *
Writing Makefile for MacPerl
/Stollberg-imatz:~/Desktop/Mac-Carbon-0.71/MacPerl dl$/ *make*
cc -c -I/Developer/Headers/FlatCarbon/ -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -fpascal-strings -Os -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" "-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" MacPerl.c
cc -c -I/Developer/Headers/FlatCarbon/ -g -pipe -pipe -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -I/usr/local/include -fpascal-strings -Os -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" "-I/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE" OSA.c
Running Mkbootstrap for MacPerl ()
chmod 644 MacPerl.bs
rm -f blib/arch/auto/MacPerl/MacPerl.bundle
LD_RUN_PATH="" MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -flat_namespace -undefined suppress -framework Carbon MacPerl.o OSA.o -o blib/arch/auto/MacPerl/MacPerl.bundle
chmod 755 blib/arch/auto/MacPerl/MacPerl.bundle
cp MacPerl.bs blib/arch/auto/MacPerl/MacPerl.bs
chmod 644 blib/arch/auto/MacPerl/MacPerl.bs
Manifying blib/man3/MacPerl.3pm
/Stollberg-imatz:~/Desktop/Mac-Carbon-0.71/MacPerl dl$/ *make test*
/Stollberg-imatz:~/Desktop/Mac-Carbon-0.71/MacPerl dl$ /*sudo make install*
Password:
Files found in blib/arch: installing files in blib/lib into
architecture dependent library tree
Writing
///Library/Perl/5.8.1/darwin-thread-multi-2level/auto/MacPerl/.packlist
Appending installation info to
///System/Library/Perl/5.8.1/darwin-thread-multi-2level/perllocal.pod
/Stollberg-imatz:~/Desktop/Mac-Carbon-0.71/MacPerl dl$/
... obviously did work; on the other hand the result does not seem to be
what I had expected: some MacPerl.app running on MacOSX. Also after reading the
README file (after renaming it to README.pod and reading it from Shuck on
OS9) the entrance was not clear; will there be a MacPerl.app with some nice
low threshold demo files in the end, or is it some more sophisticated approach
and to have a connection to what is "Inside Macintosh"?
--------------000502040801040006020405--