I'm on a Mac running 10.6.4 Snow Leopard, and apparently ruby comes ready to go. But I'm new to Ruby, trying to learn the Rails framework, and so i decided to install the latest version 1.9.2. I followed the instructions here, but after I compile and install, when I run ruby -v I'm still getting 1.8.7. Anyone can help a noob out?
Whe...
hello,
When I compile my SharePoint 2007 solution on a 64-bit machine in Release mode and the platform set to AnyCPU or x86 I get the following error:
An attempt was made to load an assembly with an incorrect format: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\ISAPI\Microsoft.Office.Server.Search.dll.
When ...
The Goal:
have a working version of PHP with the GD library working on an iPod Touch 4th Gen.
The Status:
PHP is working on the iPod (lighttpd + PHP 5.2.8 + sqlite3) without GD.
When trying to compile PHP on the iPod I get this error: http://pastebin.com/kUmgq70G
The Proposed Solution:
Can anyone point me in the direction of how to...
I want to install File::Fetch, which is a core module in Perl 5.12, in my Perl 5.8.9. In general, I want to compile and install future-dated modules in my back-dated Perl because I cannot upgrade my Perl.
So I downloaded the module and also its dependencies. It's quite painful following the dependency tree but I'm more concerned about ...
For some reason today every iOS app that I try to debug on my device crashes straight away(the loading screen will show for a second) with exit code 45 when I build and run from xCode. This was working fine when I went to bed last night. Now it happens with every single apps even something like a hello world one.
The run fine on the simu...
Hello,
I want to compile and use Visual studio for checking an unmanaged C++ on windows program.
I am using ADPlus and WinDBG. For doing this I need a .pdb file amd to configure the symbols of my debugging.
How u can configure it (to local machine and not the net) ?
...
Hi! I'm developing applications in MonoDevelop for the first time today, and I just need to know how to compile my projects for mac, NOT windows.
When I click "Compile" after right clicking on my project, I always get an exe file. (Which, when tested, DOES work as programmed) That's all fine, and good, but being a mac user, I could real...
hi,
how do i remove these images by compiling gimp from source? i can't find any file containing these images.
thanks
...
Hi,
I inherited an environment that has a "compiled" perl script on Unix. Is it possible to de-compile, reverse engineer (whatever the term is) it, and obtain the source code from the compiled object code ?
Might not be possible, but thought I'd ask rather than assume.
Thanks,
-Kevin.
...
Port command started with PID 395
Error: Cannot install p5-sql-translator for the arch(s) 'i386 x86_64' because
Error: its dependency p5-gd is only installed for the arch 'x86_64'
Error: and does not have a universal variant.
Error: Unable to execute port: architecture mismatch
Ty for your help!
...
Using VS2003, we migrated our C++ application from a quasi-monolitic to a dll distributed application.
In the process, the compilation time of our complete application (exe and dll) slowed down considerably. Certain files (going from a static lib to a dll) get 3~4 times slower to compile (no change of code).
I made a test on our larges...
Has anyone tried to compile a flex project that uses Cairngorm with command line?
...