Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
2k views

I am working on lock free structure with g++ compiler. It seems that with -o1 switch, g++ will change the execution order of my code. How can I forbid g++'s optimization on certain part of my code ...
user avatar
25 votes
11 answers
44k views

I've looking to find a simple recommended "minimal" c++ makefile for linux which will use g++ to compile and link a single file and h file. Ideally the make file will not even have the physical file ...
RichieHH's user avatar
  • 2,119
10 votes
16 answers
11k views

I'm writing a C++ program that doesn't work (I get a segmentation fault) when I compile it with optimizations (options -O1, -O2, -O3, etc.), but it works just fine when I compile it without ...
GetFree's user avatar
  • 43k
2 votes
3 answers
391 views

I wanted to write a Visual Studio Macro or something similar which can fetch function name and insert into preset location in the error report part. It's clearer if you look at the example Class ...
faulty's user avatar
  • 8,387
0 votes
2 answers
1k views

I've been for the past few hours trying to figure out why openCV doesn't compile on leopard. I've been googling for references but all point to a dead google group. So my question is quite simple: I'...
fmsf's user avatar
  • 37.2k
36 votes
15 answers
26k views

Note: Mathematical expression evaluation is not the focus of this question. I want to compile and execute new code at runtime in .NET. That being said... I would like to allow the user to enter any ...
raven's user avatar
  • 18.2k
33 votes
8 answers
13k views

This is just a general question - I was sitting and waiting for a bit of software to compile (we use Incredibuild here but can still take 10/15 mins) and it got me wondering, does anyone know how long ...
Konrad's user avatar
  • 41.1k
1 vote
4 answers
3k views

I receive this message (see image below) when I try to edit in debugging. This occur only in my Vista64bits OS, not in my XP computer. Why and what should I do? Update I found that I need to compile ...
Patrick Desjardins's user avatar
11 votes
4 answers
7k views

How can i generate bytecode (Byte[]) from a String at runtime, without using a "javac" process or something of this sort? is there a simple way of calling the compiler like that? later addition: I ...
Amir Arad's user avatar
  • 6,814
17 votes
39 answers
6k views

Everyone (at least everyone who uses a compiled language) has faced compilation errors but how many times do you get to actually crash the compiler? I've had my fair share of "internal compiler ...
6 votes
10 answers
1k views

Several people round here recommended switching to the new WD Velociraptor 10000rpm harddisk. Also magazine articles praise the performance. I bought one and mirrored my old system to it. The ...
Christof Schardt's user avatar
3 votes
2 answers
3k views

My development environment is running in JDK1.6, and I need to compile some classes so they are compatible with a client running JDK1.5. How would I do this with the 'javac' ant target?
user avatar
7 votes
14 answers
10k views

Is there a way to deploy a Java program in a format that is not reverse-engineerable? I know how to convert my application into an executable JAR file, but I want to make sure that the code cannot ...
Elie's user avatar
  • 13.9k
163 votes
10 answers
122k views

How feasible would it be to compile Python (possibly via an intermediate C representation) into machine code? Presumably it would need to link to a Python runtime library, and any parts of the Python ...
Andy Balaam's user avatar
  • 6,689
6 votes
6 answers
10k views

I would like to use Visual Studio 2008 to the greatest extent possible while effectively compiling/linking/building/etc code as if all these build processes were being done by the tools provided with ...
Kreychek's user avatar
  • 727
7 votes
5 answers
27k views

I have converted one of my VS2006 projects into VS2008 and when trying to build the project in VS2008 I get the above error. What is .sbr file ? and how can I fix the compile error? Any help is hugely ...
user avatar
4 votes
8 answers
626 views

A sysadmin teacher told me one day that I should learn to use "make" because I could use it for a lot of other things that just triggering complilations. I never got the chance to talk longer about ...
Bite code's user avatar
  • 600k
652 votes
18 answers
310k views

What does a JIT compiler specifically do as opposed to a non-JIT compiler? Can someone give a succinct and easy to understand description?
Michiel Borkent's user avatar
20 votes
4 answers
12k views

People also often ask "How can I compile Perl?" while what they really want is to create an executable that can run on machines even if they don't have Perl installed. There are several solutions, I ...
12 votes
14 answers
10k views

I maintain a Java Swing application. For backwards compatibility with java 5 (for Apple machines), we maintain two codebases, 1 using features from Java 6, another without those features. The code ...
Merv's user avatar
  • 131
133 votes
34 answers
89k views

We are getting very slow compile times, which can take upwards of 20+ minutes on dual core 2GHz, 2G Ram machines. A lot of this is due to the size of our solution which has grown to 70+ projects, ...
4 votes
7 answers
4k views

Suppose I have some code that would, in theory, compile against any version of the .net framework. Think "Hello World", if you like. If I actually compile the code, though, I'll get an executable ...
Matt Bishop's user avatar
  • 1,487
12 votes
14 answers
13k views

I run Flex Builder 3 on a mac and as my project grows - the compile time gets longer and longer and longer. I am using some SWC's and there is a fair amount of code but it shouldn't take minutes to ...
Paul Mignard's user avatar
  • 5,944

1
346 347 348 349
350