OS X is the desktop operating system from Apple Inc. It was the successor to Mac OS 9 and here the 'X' means 10. OS X is based upon the NeXTSTEP/OPENSTEP OSes developed in the 1980s and 1990s by NeXT Inc., which Apple purchased in 1996.

learn more… | top users | synonyms (4)

0
votes
1answer
19 views

My android emulator stop working correctly

Sorry, I am new to android development and my emulator for some reason now shows a black screen and freezes. This is what the error log says emulator-5554 disconnected! Cancelling ...
0
votes
1answer
18 views

base64 encode string from a terminal?

OS X 10.8.3 C++ We have base64 encode and decode functions in our code. However, I want to base64 encode a string from my terminal and use it in my code so our functions can decode it when it needs ...
2
votes
7answers
82 views

Why these simple shell commands fail when used in sed'd replacement

While trying to find an answer of this sed question I came up with a strange behavior that I couldn't understand. Let's say I have a file called data $> cat data foo.png abCd.png bar.png baZ.png ...
1
vote
2answers
40 views

OSX Mountain Lion Cloud 9 install instructions

How can I install cloud9 locally on osx mountain lion? following the instructions at https://github.com/ajaxorg/cloud9/ did not work.
0
votes
0answers
8 views

Missing formulas in broken homebrew

After doing a Ctrol+C on a 'brew update' command, can't see all available formulas (searching with brew search command, E.g any php package) I've tried with brew doctor and cleanup commands without ...
1
vote
1answer
35 views

SSH to a remote host that is not reachable directly [closed]

There is a host A that is not accessible from my local network. But there is a host B which I can access via SSH and A is visible to B. So I setup an SSH tunnel and try to access A via B ssh -N -D ...
1
vote
0answers
32 views

Change password of PDF file

How can i change the password of a pdf file programmatically? I have multiple pdf files in a folder and I want to change the password of all of them. I load the pdfs as described in the Quartz 2D ...
0
votes
0answers
20 views

Git Tf installation on Mac Osx 10.8

I have tried to integrate Git Tf with Xcode 4.5.1 and Mac OSx 10.8. I have followed the steps which are written at : " ...
1
vote
1answer
24 views

NSSplitView issues with 10.7 and 10.8

i'm experiencing some issues with AutoLayout. Building for 10.8 with Xcode 4.6.2 none of the constraints i setup work for OSX 10.7. Are there any known issues around this? Thanks!
1
vote
1answer
27 views

Cocoa : How to intercept a right click on a free (no icon) area of the desktop?

I would like my app to react to a right mouse click on a free (no icon, other app window, ...) area of the desktop. Thank you if you can help me. Steven
1
vote
1answer
26 views

Detection of framework usage on Mac system?

I wanted to develop sample framework on OSX with having requirement that at any point in time the framework should be used by only single client, i am not getting how to achieve this ? is their any ...
0
votes
0answers
31 views

NSOutlineView selected item move

I have an NSOutlineView which has two groups and select one item when init. When I click HeaderCell and let one group collapse and the other expand, the selected item moves to the next group. Why does ...
0
votes
0answers
17 views

How to iterate over visible mail messages in display order?

I have several IMAP/SMTP email accounts set up in OS X's Mail.app. Each of these has a folder called 'Action'. I have an Applescript (see below) which moves the currently selected message(s) to each ...
0
votes
0answers
20 views

dispatch_queue_set_specific memory leak

i'm using GCDAsyncUdpSocket in my project (osx 10.8.3) and after some time i got memory increase in that area: - (id)initWithDelegate:(id)aDelegate delegateQueue:(dispatch_queue_t)dq ...
0
votes
0answers
34 views
+50

How to add Scheduling in a Sandboxed app?

I need to add scheduling to my app. So that my app will launch automatically at a specified time and date. I have done it by referring Scheduling Timed Jobs. I have placed the plist file for ...
0
votes
0answers
17 views

Reading from serial port stops keyboard and mouse responding

I have written Java code to read sensor data sent from an Arduino to a Mac using USB. I'm using the RXTX library version 2.1.7. Code is: CommPortIdentifier portId = getPortId(); ...
0
votes
0answers
12 views

Can I draw a given NSView in my NSSplitView's drawDividerInRect?

I've got a subclassed NSSplitView, and it has an NSView property called "CustomDividerView". I can't access the divider view of the subclassed NSplitView (easily anyway), so can't add my custom view ...
0
votes
0answers
20 views

Objective-C OSX: launch Screensaver whit lockscreen

i create an app for mac OSX that launch the screensaver after a delay time like this: NSString *script=@"tell application \"ScreenSaverEngine\" \ \nactivate \ \nend tell"; NSAppleScript ...
0
votes
0answers
11 views

Automating unit testing for C and Objective C

My code is basically divided into 2 parts. Most part is written in Objective C (using Foundation) and remaining in pure C (Daemons etc). I wanted to add test framework for my project. The framework ...
0
votes
1answer
20 views

Transfer Files From Mac External Hard Drive To PC

Our wedding videographer gave us our wedding video (all 200GB of it) on an external hard drive formatted for Mac. My wife and I each have PCs and we have 2 external hard drives formatted for PCs. We ...
0
votes
1answer
13 views

How to bring all the app's windows to front when making active just one?

In my application I have 4-5 windows on screen simultaneously. Sometimes while working some of the windows can go back behind some other app's windows (behind xcode or safari for example). Then, when ...
0
votes
0answers
15 views

How to merge row of selected column like excel sheet in cocoa

I am trying to implement similar functionality(merging rows and highlight it by color) of microsoft excel sheet. is there any methods, api or any sample code for such type of functionality.
0
votes
1answer
19 views

Why 4 lines per request in Mac OSX apache access_log

I have a local virtualhost configured on my MacBook Pro. (10.7.5) It is running the default Apache 2 and PHP 5.3.15. I added test.php <?php phpinfo(); ?> When I access this once via a ...
0
votes
0answers
38 views

Fatal error when compiling llvm/clang - 'cstddef' file not found

When trying to compile llvm/clang ../llvm/configure --enable-cxx11=yes --enable-libcpp=yes --enable-optimized=yes --prefix=/usr/local --enable-targets=all --with-gcc-toolchain=/usr/local/bin ...
0
votes
1answer
50 views

Compiling with clang with c++11 enabled fails

Having the following test.cpp: #include <iostream> int main() { int a{}; std::cout << "TEST" << std::endl; } When build with the latest GCC (4.8.0) g++ test.cpp ...
0
votes
1answer
16 views

libev-4.15 doesn't compile on OSX 10.8

I'm trying to upgrade from libev-3.8 (which compiles fine on OSX 10.8) to libev-4.15 and getting the following error. third_party/libev-4.15/ev.h:234: error: expected identifier before numeric ...
0
votes
0answers
19 views

Sencha Cmd installation on Mac: Java not found

Trying to install Sencha Command 3.1.1 on my iMac (10.8.3). The installer is saying: The installer could not find a valid Java(tm) on this machine. Supported versions: Vendor : Any min. 1.6.0 max. ...
1
vote
1answer
33 views

Retina version of an image always used on non-retina display

In Cocoa application I've got 16x16 and 32x32 @2x version of an image: . When the image is displayed in NSImageView Mac OS X always picks higher-resolution version (i.e. downscales the @2x image on ...
0
votes
1answer
18 views

What is the equivalent to [NSPatternColor CGColor] in OS X 10.7?

I have the following code that works fine in OS X 10.8: [viewLayer setBackgroundColor:[NSColor colorWithPatternImage:[NSImage imageNamed:@"editbackground.png"]].CGColor]; But when I used it on OS X ...
0
votes
0answers
11 views

Crash in VDADecoderDecode on OS X

I'm trying to decode an h.264 bitstream using the OS X Video Decode Acceleration framework described in TN2267. Unfortunately, I find that the app always crashes with EXC_BAD_ACCESS on the first call ...
0
votes
0answers
18 views

Installing DOLFIN/FENICS Modules on EPD-UFC Error need SWIG 2.0

I've been trying to manually install FEniCS/DOLFIN on EPD. The reference I have been using is: How can I get FEniCS working in Ubuntu 12.04 with EPD python? When I get to step 3 of this solution, UFC ...
0
votes
0answers
18 views

IOHIDManagerRef doesn't list some USB devices that are recognized by MacBook

I'm trying to connect to a USB device that is a card reader and I tried with this code here, the code seems to be working fine since I could detect another device (a Pic Kit), so I wonder if I'm ...
1
vote
1answer
22 views

how to move NSWindow to a particular screen?

In my app I need to be able to move my app's windows between the screens programmatically. I'm working on my MacBookPro and I'm connected to DELL monitor. So what I want to do is to have a method that ...
-1
votes
1answer
14 views

Cannot connect by ssh my mac to my ubuntu server [closed]

I am in trouble with an issue related to public and private key. I`ve created the pair on my ubuntu server. I´ve copied the id_rsa.pub to my .ssh directory on my MacOS. When I try ssh ...
0
votes
0answers
10 views

Can't get my WebView WebPolicyDelegate to work on Mac OSX

I have a class derived from WebView and am trying to implement a delegate so I can intercept clicked web links. I'd like to decide whether to allow WebView to navigate to the link or sometimes take a ...
0
votes
1answer
22 views

Using Motorola Symbol barcode scanner in Simple COM Port Emulation on Mac OS X

I have a Motorola Symbol DS6708 barcode scanner. I need to scan QR codes that are in binary. So, the default HID Keyboard Emulation mode will not work for me. I want to put the device into a serial ...
1
vote
4answers
59 views

grep -P no longer works how can I rewrite my searches

It looks like the new version of OSX no longer supports grep -P and as such has made some of my scripts stop working. var1=`grep -o -P '(?<=<st:italic>).*(?=</italic>)' file.txt` I ...
0
votes
0answers
20 views

Problems using Git via Thunderbolt SSD (git can't recognize repository after reconnect)

I recently got an external thunderbolt-sata adapter and I'm running into some issues using git. Since I'm a developer this is a HUGE HUGE HUGE problem for me! And since the thunderbolt technology is ...
0
votes
1answer
21 views

glibtoolize on MacOS tells me to consider adding `-I m4' to ACLOCAL_AMFLAGS, but that produces an error

I am trying to get libtool working on my MacOS 10.8.3 machine. Because everything Apple ships is out of date, I'm using macports. I have up-to-date versions: libtool (GNU libtool) 2.4.2 automake (GNU ...
0
votes
2answers
36 views

mysql.h is missing … (Ruby on Rails, OSX)

I tried several ideas ... none of them worked ... I'm just trying to install mysql2 as a gem. My mysql is working, but every time my system says, that mysql.h is missing ... Has someone an idea? It's ...
2
votes
0answers
29 views

WiFi conflicting with local mysql connection (Java/Spring)

I'm using java/spring to connect to a local mysql database and run some integration tests. Sometimes I get Hibernate errors saying that a connection cannot be established. I've noticed this only ...
0
votes
2answers
35 views

Import environment settings into Makefile (ubuntu and osx)

In a shell script I can . conf/environment Can I do the same in Makefile?
0
votes
1answer
39 views

j2objc as subproject in XCode

I have a problem to link the j2objc library as a subproject. It always ends up with "missing libjre_emul.a" error. Steps I have done: 1) Create empty iOS project 2) Include j2objc library by ...
-1
votes
0answers
26 views

Use chrome or firefox cookie jar in osx application

I have written an os x app, but I have a problem. My program logins on the site each time it downloads a file. It use safari cookie jar, when logins, so safari is logined on this site after my program ...
0
votes
2answers
17 views

Curl not working on mac?

I am trying to install a file using curl on my mac through a shell script. I am running 10.8. here is my code: #!/usr/bin/env sh curl -s https://website.com -o /usr/local/bin/folder echo "success" ...
1
vote
2answers
87 views

How do I get the partition offset in OS X with C/C++?

I want to create my own volume id using the drive serial + partition offset + partition size, but I need to know how to get the partition information on OS X. I have (unsucceedingly) tried the ...
0
votes
0answers
24 views

Disable NSSavePanel “Save As:” text input field

Stuck at this for some time now. Does anyone know how to disable text input field on a NSSavePanel? This is how I am using it: NSSavePanel *panel = [NSSavePanel savePanel]; [panel ...
0
votes
1answer
34 views

ClassNotFound exception on missing built in java api

i have a GUI software that also uses the built in java apple API, the problem is that i want it to run both on windows and OSX, but on the function where i use it, like this: import ...
0
votes
0answers
38 views

Python 3to2 Tool - Requires At Least

So, I'm using 3to2 to port my Python 3.3 code back to version 2.x. I, believe, I correctly installed 3to2 by downloading the .tar.gz, cd to the file and running python3.3 setup.py build and then ...
0
votes
1answer
17 views

sem_getvalue() dysfunctionality in Mac OS X - C++

I'm trying to implement synchronized use of a shared memory for bunch of threads in Mac OS X by semaphores. (I just overlook the fact that Mac users have got lots of issues with initializing a ...

1 2 3 4 5 625