Tagged Questions
The tiger tag has no wiki summary.
4
votes
1answer
137 views
How can I compile GCC on a mac so compiled executables will work on earlier versions of OS X?
I'm attempting to build a program (Dwarf Fortress) that uses C++0x features that aren't well supported in the latest Leopard version of XCode. As there is also a significant speed boost from using GCC ...
4
votes
6answers
3k views
How do I fix “Symbol not found: _is_prefix” when compiling Perl's DBD::mysql?
First I wanted to build the DBD::mysql package. That kept failing because whatever make resulted in could not be loaded for the tests with a Symbol not found: _is_prefix. So I assumed that cpan might ...
3
votes
1answer
224 views
Using Ocamllex for lexing strings (The Tiger Compiler)
I'm trying to follow Appel's "Modern Compiler Implementation in ML" and am writing the lexer using Ocamllex.
The specification asks for the lexer to return strings after translating escape sequences.
...
3
votes
3answers
756 views
Target architecture for Tiger-compiler
I am writing a Tiger compiler in F# and I have finally reached the point where I can no longer postpone the decision of a target architecture.
This is my first compiler, but it will definitely not be ...
2
votes
4answers
476 views
RubyGems - my system can't seem to find any remote gems to install
RubyGems newbie here, trying to install the 'less' gem. I type 'sudo gem install less' as instructed at http://lesscss.org/, and I get the following error:
ERROR: While executing gem ... ...
2
votes
4answers
345 views
mprotect API on tiger!
I'm trying to use mprotect API on MacOSX 10.4 (tiger), I tried every possible way i know , it always returns -1, with errno 13, which means "permission denied" while I'm trying to add the write ...
1
vote
4answers
269 views
javac says int (x = 1); is not a statement then says ';' expected. What's wrong with my code?
I'm on a Mac Mini G4 trying to learn Java. When I try to compile "DooBee.java" by typing "javac DooBee.java" at the terminal I get two errors. This is what my terminal looks like:
> ...
1
vote
2answers
2k views
Compiling ffmpeg and using gas-preprocessor on Tiger?
Beginner trying to compile ffmpeg on a PowerMac G4, Mac OS X 10.4.11, Xcode 2.5 for use on this Mac (not iOS).
I started out with Stephen Jungels tutorial (link), although it doesn't cover Mac OS X ...
1
vote
3answers
2k views
Can't even install just xcode from iphone sdk on my Mac OSX 10.4
I'm trying to do the iphone sdk workaround for my Tiger Mac OSX and it seems that step one is just to install whatevr can be installed...well I can't even select my harddrive for destination because ...
1
vote
6answers
568 views
Mac OS X Tiger vs Leopard usage pervasiveness - any study?
I need to decide whether I should support Mac OS X 10.4 / Tiger, and the decision likely hinges on what percentage of mac users are still running Tiger. I didn't find anything too reliable on the ...
1
vote
2answers
430 views
Why does the dialog I created in Leopard look terrible in Tiger?
I have created a simple NSWindow with an NSTextField and an NSButton in Interface Builder on Leopard. I set the window background color in my program. Everything looks fine when I run the program in ...
0
votes
2answers
28 views
I need a configurable IDE for my personal Tiger Compiler?
I made a tiger compiler, so i need a simple IDE to configure it to work with my compiler, I thought using Notepad++ but I couldn’t find a way to underline or mark the errors on the text. Any ...
0
votes
2answers
161 views
Is it unwise to use XCode 2.5 instead of 3.x/4.x?
I've been looking into a cost-effective way to get into iOS App development. I'm thinking games now, but I could go in a lot of directions.
I've got a windows rig, and found a VMWare solution. And ...
0
votes
0answers
149 views
How to install curl on Mac OS Tiger 10.4.11 in a proprietary PHP5 directory?
I am running a WebSTAR server on an old Macintosh G4 mini-tower that runs Tiger 10.4.11.
For reasons I won't get into, rather than using WebSTAR's default php binary, or Tiger's default PHP ...
0
votes
1answer
103 views
Using Eclipse for Web Applications
I'm running Eclipse and trying to follow the steps written here for using the Google App Engine.
I've pasted what's in the console when I debug as web application. On google's site I've been ...
0
votes
1answer
166 views
Errors Installing PIL on Mac OS Tiger
I'm trying to install the Python Imaging Library on Mac OS X 10.4, but I get errors. I'm not sure where the error starts, it's just a huge wall of text when executing sudo python setup.py install.
...
0
votes
1answer
869 views
How can I Resolve this Runtime Error that Seems to be Related to Dialog Boxes?
(Intel Mac OS 10.4.11, NetBeans IDE 6.8, SoyLatte 1.0.3)
Although I am currently taking a college course in Java and my code is based on a couple of questions from my Java textbook, I would like to ...
0
votes
1answer
94 views
How to do remote debugging from Leopard to Tiger?
I have an app that works great on Leopard but on Tiger I'm getting some errors I can't resolve just from the stack trace.
Is it possible at all to do remote debugging from Leopard to Tiger, and if ...
0
votes
1answer
63 views
How do I include calls to methods only present in one operating system version when compiling for multiple versions?
I have an app that is being compiled with a minimum system requirement of Tiger (OS X 10.4), but I need to include some code to deal with Spaces if the app is executing on Leopard (OS X 10.5).
How do ...
0
votes
1answer
2k views
Images do not load on website in Safari (Mac 10.4)
I'm having trouble with a website of ours that is not displaying images on Mac Safari
The exact same website is on a dedicated server and works fine.
When we moved it to a load balanced environment ...
0
votes
2answers
3k views
Java Applet, AWT Refresh problem Mac OS X 10.4
We have a Java Applet built using AWT. This applet lets you select pictures from your hard drive and upload them to a server. The applet includes a scrollable list of pictures, which works fine in ...
-1
votes
1answer
441 views
Iphone SDK for Tiger MAC
I am running Mac Tiger on my VMware, trying to install iphone SDK and Xcode, and then I found out I have to have leopard in order to be able to develop for Iphone. I was wondering is there any Iphone ...