The tiger tag has no wiki summary.
1
vote
0answers
9 views
Migrating app from Tiger to Snow leopard
I am trying to build Movino (http://sourceforge.net/projects/movino/files/) app for snow leopard. Does anybody have an idea how to build applications in Mac os X 10.4 (Tiger) so that it may run in ...
0
votes
0answers
20 views
xcode 2.0 change main.c to bithoist.man
I am running xcode 2.0 in Mac OS Tiger.
I would like to change what file contain the main function from main.c to bithoist.c How do I do this?
0
votes
0answers
82 views
Mysql Tiger census import
I am looking for a way to import the latest TIGER files into mysql tables and use for geocoding.
Is there any script/tool which can do that for me?
3
votes
2answers
702 views
Uninstalling macports when 'port' doesn't work
I've been trying to install a few dependencies for an application I'm running and I'm worried I might have broken the dev environment. I'm running this program on a MacBook (OSX Tiger, I don't have ...
7
votes
3answers
319 views
Writing unit tests in my compiler (which generates IL)
I'm writing a Tiger compiler in C# and I'm going to translate the Tiger code into IL.
While implementing the semantic check of every node in my AST, I created lots of unit tests for this. That is ...
0
votes
2answers
80 views
NSGradient on Tiger
I'm creating an app that must run on Tiger and I need to draw a gradient onto a NSView. Unfortunately, NSGradient is only available on Leopard and above. Google wasn't my friend at all. How do I draw ...
1
vote
2answers
368 views
NASM: x86 to PPC - expression syntax error
I've been reading Assembly Language Step-By-Step (3rd edition; by Jeff Duntemann). I have a Linux box, a Lion box, and a (PPC) Tiger machine I can use. I've been writing small assembly programs with ...
0
votes
2answers
57 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
644 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 ...
5
votes
1answer
661 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.
...
0
votes
1answer
136 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 ...
1
vote
4answers
751 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
3k 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 ...
5
votes
1answer
220 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 ...
0
votes
1answer
209 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.
...
-1
votes
1answer
531 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 ...
2
votes
4answers
674 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 ... ...
0
votes
1answer
1k 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 ...
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
765 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 ...
4
votes
6answers
4k 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
3answers
860 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 ...
0
votes
1answer
111 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
67 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 ...
1
vote
2answers
453 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 ...
2
votes
4answers
456 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 ...
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 ...