1,385 questions
Score of -1
1 answer
290 views
Xcode 3.2 Development Prevented by VMware Tools Installation Issues on Mac OS X Server 10.6
I need to develop on Xcode 3.2, and the only way was to create a VM with Mac OS X Server 10.6.
However, when I try to install VMware Tools, I get this error:
Unable to update run-time folder sharing ...
Score of 0
1 answer
1147 views
Extract substring from file path in snowflake
I need to extract substring from list of file paths. Paths are like "\rootfolder\subfolder". Need extract substring as "rootfolder" ( between 2nd backslash and 3rd backslash.
...
Score of 1
1 answer
1598 views
Does The OS X Leopard Aqua Theme Still Exist In Modern macOS Catalina?
If you get the free app "SmartCVS" for macOS, you'll notice that the entire application looks and feels like something you'd see on OS X Leopard. I've seen this behavior before with a "...
Score of 0
1 answer
126 views
Cocoa app on old OSX 10.5.6 - configuration for maximum compatibility
I am very new to C ++ programming for OSX.
What is the configuration that I need to set in Xcode on the old OSX 10.5.6 to create a simple Cocoa application but that also works on new operating systems....
Score of 0
1 answer
419 views
Qt5 QMessageBox cannot tab between buttons
I have some code to bring up a QMessageBox, but when it prompts, I am unable to tab between the buttons. It is stuck on the default button.
Keys like Escape and Enter work just fine, but the Tab, ...
Score of 0
1 answer
119 views
Qt 5.3.2 on Mac Snow Leopard: ld: symbol(s) not found for architecture x86_64 [clang, objective-c and c++]
I read through many questions of the same nature, but didn't find something specific to what I needed.
I am compiling a project on Snow Leopard (10.6.8) and Qt 5.3.2.
In my program's main method I ...
Score of 1
2 answers
3023 views
Snowflake - Putting large file into internal Snowflake Stage
I am currently trying to upload a large, unzipped, CSV file into an internal snowflake stage. The file is 500 gb. I ran the put command, but it doesn't look like much is happening. There is no status ...
Score of 0
1 answer
1763 views
Determine current user temp directory on macOS
How to print specific user temp directory in macOS? It should be able to determine the temp dir depending on which user is currently logged in. I see that my current user temp dir is set to /Users/...
Score of 0
1 answer
2420 views
Skip wget certificate checking in opam
I just updated to opam 2, on a very old MacBook which I cannot update (running OS X 10.6.8), and which is missing some important packages related to certificate validation (and due to missing tools, I ...
Score of 0
0 answers
185 views
Problem compiling AES-NI instructions on OSX 10.6 Snow Leopard
On my OSX 10.6.8 (Snow Leopard) Mac mini 2.53Ghz (Late 2009 Intel P8700) I have tried to compile libressl-2.8. Configuration finished smoothly but during the compilation of ./crypto/aes/aesni-macosx-...
Score of 0
1 answer
1095 views
Jar file does nothing after double click
I have made a java swing program and created an executable jar file via jar cfm Game.jar MANIFEST.MF *.class in terminal. When I try to run the jar file through terminal, it works fine. But when I try ...
Score of 4
0 answers
1929 views
What is the checklist for up-to-date SSL/TLS on OS/X (Snow Leopard)
I want my OS/X 10.6 (Snow Leopard) to be running the latest SSL and TLS. But, now that Apple no longer supports updates of that OS, I am unsure how to proceed.
The problem is that so many things ...
Score of 1
0 answers
171 views
Compiling on Snow Leopard: C and C++ compilers are different
I am trying to compile Icecat on a 32bit iMac with Snow Leopard.
I've installed the latest versions of Xcode, Tigerbrew, Yasm, Python 2.7, Python 3.5, and PIP (and I'm using Autoconf2.13).
I'm able ...
Score of 0
1 answer
250 views
No response by clicking a button in Objective-C under Mac OS X 10.6.8 and Xcode 3.2.6
What I do: I'm writing my first objective-c-software and I begun to write the code. First, it was thought o be a command-line-tool, which also was the type of project, I initially chose. After ...
Score of 1
2 answers
1398 views
Retrieving OS X version using Qt, c, c++
Build Environment: QT 4.7, OS X 10.6
Run Environment: OS X 10.6 through OS X 10.13, Windows XP and later
I'm working in a very large, highly graphics-intensive QT app. I need to find out what version ...