compile

How can I compile gVim under Ubuntu?

I am trying to install the codecheck plugin for gVim, but to do so I must compile gVim with the plugin. On apt, every apt-get source to a gVim package downloads the normal Vim source, so I guess compiling the GUI must be a configure option. However, I can install the plugin on Vim but I can't compile gVim (since when I make there appear...

Node.js could not configure a cxx compiler!

I have ubuntu installed and I am trying to compile node.js ...

AMD 6 Core and compiling open-source projects

I have been wanting to build my own box with AMD 6 core. I have always used Intel based machines and frankly have not done open-source projects. I want to get into that along with Systems programming but am worried if open-source projects (mainly Linux based) are going to be a problem to compile on AMD? How difficult is porting (if it ...

How to compile jdk itself

Hi all, I want to compile jdk itself. I mean, I want to modify String.class in jdk to see created string objects in the system. Is there any way to modify classes in the jdk? When I try to modify source by modifying rt.jar, I got the error. java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:394) at ...

MSBuild 3.5 produces different IL than MSBuild 4 for the same code

Edited to indicate the VS'08 cannot compile a working dll, though I original said it could We have a piece of VB code that compiles differently depending on what tools are used to compile it. I have tried compiling this code on several different computers using Visual Studio '08, '10, and MSBuild 3.5 and 4. MSBuild 3.5 (which our bu...

How to compile universal libraries on Mac OS X?

This may be a very silly question, but I'm new to developing on Macs and am having a hard time with the universal binaries. I've got an application that I'm compiling in QT Creator, which according to lipo is producing i386 architecture outputs. As I understand it, that means it is producing Mac OS X 32 bit outputs. The application dep...

Fortran compilation in all computers?

Heys, I've been following stackoverflow for a time, but for the first time I have a question that I haven't found the answer to here =) I've got a quick and a tiny question. I have a fortran program, which I can compile using f77, f95 or ifort, doesn't matter. It compiles properly on all the three operating systems that I have (one of ...

How to compile file in clojure.

I've created file "hello.clj" (ns clojure.examples.hello (:gen-class)) (defn -main [greetee] (println (str "Hello " greetee "!"))) and try to compile clojurec hello.clj But I got this error Exception in thread "main" java.io.FileNotFoundException: Could not locate hello/clj__init.class or hello/clj.clj on classpath: ...

How to invoke generic lambda expressions?

private void ExecuteCommand(Expression<Func<bool>> command) { bool success = command.Compile().Invoke(); } private void Test() { ExecuteCommand(() => _gc.ChargeCancellation("")); } With this code, I got a NullReferenceException. ...

Compiling Evolution e-mail client/PIM in Mac OS X?

Hello, Does anyone know how to compile and use the GNOME Evolution e-mail/PIM software under Mac OS X 10.6? Are there any known issues with this arrangement? If there is a step-by-step guide that would be great. Thanks!!! ...

Compile HTML code heavily?

Possible Duplicates: How to encrypt HTML, CSS and JavaScript to prevent theft What are some good ways to prevent people from copying my source code? Is there any good way to compile HTML? I'm working on a page that contains HTML code and some CSS and JavaScript. Is there anyway that I can compile it so that other people cant...

Writing perl6 Programs using Rakudo Star: Can't install on OS X

I'm trying to install Rakudo Star on OS X 10.6, and I've reached the always frustrating point where my build has failed and I'm not sure how to procede. Does anyone here know a way past this? (I'm trying to set this up to write some local perl6 programs, so I'm not sure if The Rules want this on Server Fault or on Stack Overflow, slap me...

Flash CS4 5005 unknown error optimizing byte code

Hi everybody! I'm trying to compile my flash project from Flash CS4. But it raises me this error "5005 unknown error optimizing byte code" Does anybody know the exact solution for this problem? Thank you. ...

Retrieve plain text script from compiled bash script

Some time ago, i wrote some bash scripts for my school. I thought it would be very clever to 'protect' them, so i compiled them with shc into a binary file. Some weeks later, i lost the uncompiled scripts and now i have only my binarys left. Is there a way to retrieve the scripts back from the shc generated binarys? I looked into the so...

Pfstools - compile for Windows

Hi All, I'm trying to get pfstools (as well as pfstmo and pfscalibration) working under Windows. These are basically an open source series of command line tools for High Dynamic Range (HDR) imaging. They were developed for Linux, so the documentation says that in Windows they need to be compiled and run in Cygwin, which is not a big d...

Compiling a 6GB site

Hi this morning i moved a .net website from our local server to live(not pre-complied). when i go to the url the sites hosted on the browser starts loading the site and has been doing this for the last hour. I presumed it is compiling the site and its just taking a while because of the size of the site. Is there any way to check if this ...

Compiling Apache on Windows

I'd like to custom compile Apache for my Windows (Vista) machine. Do I need a special compiler for this, and how do I know if I already have a compiler (I have eclipse, but not sure if that's suitable). Also, all I can find is linux tutorials. How would one get this done on Windows? ...

Jython compilation options?

Are there any options for me to do the following using Jython (embedded in Jetty): Change the output of the compilation (i.e. write the class files somewhere else)? Completely disable the compilation? Thanks. KJQ ...

Cannot compile a Java program command-line

I tried the following in cl: javac Main.java The shell gives an error that "javac" is not a recognized command. I know for a fact I have the Java Platform installed. What could be wrong? (I use "cd" to set the directory first) ...

Compiling PLSQL from command prompt (not inside sqlplus)

Hi all, is there any way compiling plsql from command prompt not by opening sqlplus and writing the command or @filename? We want to import the output to a file and parse it for a code review tool we are working on Thanks... ...