Tagged Questions

0
votes
1answer
22 views

How to compress jpeg image with Cocoa?

I have an jpeg image and I want to be able to incrementally compress it using Cocoa/Core Image/Core Graphics. For example, I have A.jpg (3MB), I compress A and get B.jpg (1MB), co …
0
votes
2answers
25 views

How to make python_select work for ‘$>python’ command?

I installed a couple of pythons in different versions with macports, and the apple python 2.6 is also working. Now I need to run a program which requires MySQLdb package support in …
0
votes
2answers
38 views

Distribute binary library on OSX

I'm planning to release some compiled code that shall be linked by client applications on MacOSX. The distribution is some kind of code library and a set of header files defining …
1
vote
1answer
48 views

How to create an overlay window in Java?

I'm trying to create a HUD style display for a foreign application. To do this, I'd need to make a transparent overlay window, that would be placed on top of the window of the for …
0
votes
2answers
34 views

Installing new libraries on an OS X machine via terminal

I'm looking at using the tre tool provided at http://laurikari.net/tre/. I'm trying to install it on my Mac OS X box via the terminal. I've followed what I believe to be the regu …
0
votes
2answers
243 views

Trying to install Ruby on Rails on OSX and I get a Gem::RemoteSourceException

What is going on when I get this "HTTP Response 403" error? I am trying to setup Ruby on Rails on OS X 10.5.8 with XCode 3.1.4: Boston:$ ruby --version ruby 1.8.6 (2008-08-11 pa …
-1
votes
0answers
32 views

uname -a returns nothing (OSX Snow Leopard) [closed]

'uname -a' returns nothing. It causes problems when using MacPorts. 'port' complains like "configure: error: cannot guess build type; you must specify one" How can I fix this? Th …
0
votes
1answer
23 views

Preventing an application from being moved between spaces

Working on an application that contains legacy Carbon code (mixed with some Cocoa). It is a full screen app (not technically, it just draws itself as though it were) that hides the …
0
votes
5answers
65 views

Client/Server: Integer always received as 1 (C-programming)

Hi! I'm building a client and a server program that exchanges data over TCP and I'm having trouble sending an ACK-confirmation from the server back to the client when an operation …
2
votes
4answers
83 views

Is there any assembly language debugger for OS X?

So i was wondering if there is any? I know afd on windows but not sure anything about mac? And this his how i am using nasam on the following code: nasm a.asm -o a.com -l a.lst [ …
1
vote
1answer
22 views

Precompiled headers and compiling universal objects on OSX

We are using precompiled headers with GCC for our project and build them like this: gcc $(CFLAGS) precompiledcommonlib.h Now I'm building the project on OSX 10.6 and trying to u …
3
votes
1answer
36 views

Is it possible to capture bash output to the OS X finder clipboard?

Is it possible to capture bash output to the OS X finder clipboard?
0
votes
1answer
13 views

Applet with JDialog not hiding correctly in Mac OSX

I have an applet that calls a JDialog that contains a JProgressBar component. I subclass the JDialog to expose a method to update the JProgressBar, something like: public class Pr …
0
votes
2answers
43 views

programmatically login to OS X

Hi, I am trying to create a program which will receive user credentials from a remote machine (where the user will be working), and forward these credentials to the login window o …
1
vote
3answers
43 views

Is it possible to have too many $PATHs set in OS X?

I've been learning about gems lately, and one error I get is: WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren't both writable. WARNING: You don't …

1 2 3 4 5 105 next
15 30 50 per page