The act of compiling something again.
-1
votes
1answer
58 views
C# updating information in an exe file
Im building an application that should consist of a single .exe file which in turn will be distributed by others. In this .exe file there is two hardcoded fields, username and password. The people who ...
1
vote
0answers
48 views
Install compile version of php in Ubuntu
I have googled for a long time but still cannot figure out why the installation does not work.
I have a machine installed with Ubuntu and php version 5.3.6-13ubuntu3.10 installed, as I want pthreads ...
0
votes
1answer
51 views
play 2.1.1 framework does not recompile (refresh)
I am new to play framework. I have downloaded the latest version (2.1.1) I am trying to follow the steps from the video tutorial http://www.playframework.com/ but when I make any changes to the code, ...
1
vote
1answer
33 views
Python pickle: dealing with updated class definitions
After a class definition is updated by recompiling a script, pickle refuses to serialize previously instantiated objects of that class, giving the error: "Can't pickle object: it's not the same object ...
0
votes
1answer
17 views
Setting a break-point causes asp.net to recompile in VS2012
When i set a break point while debugging in ASP.net VS2012, the entire application restarts.
This was not the behaviour in VS2010.
Please how can i prevent the restart each time i set a breakpoint ...
0
votes
0answers
73 views
On Mac OS 10.8 I recompile PHP with new modules, but php -m doesnt shouw them
I have recompiled PHP 5.4.13 (This is not the PHP install that comes with Mac OS 10.8, this is a build that I did to upgrade PHP on my Mac) with some new modules like geoIP, WDDX and few other ...
0
votes
0answers
467 views
Decompile and Recompile apk files on ubuntu
I am trying to modify an android app using apktool
I downloaded the apktool and now i have 3 file apktool, aapt and apktool.jar
i am trying to modify the background of the Gallery 3D.apk
I am using ...
0
votes
0answers
40 views
Error while running Store Procedure from code very first run
I am using windows application for my project. Now in that, there is one form which has one store procedure for getting data and display on the form. Now the problem is when i run code very first time ...
0
votes
1answer
82 views
Re-compile eAccelerator after WHM install
First Question on Stack overflow so please forgive any stupidity on my part.
I have a problem with my web server at the moment. It has WHM / cPanel and I have used WHM many times to adjust settings ...
-1
votes
2answers
109 views
getting error “recompile with -fPIC”
After ./configure asterisk in centos I type make command but getting the following error
/usr/bin/ld: /usr/local/lib/liblua.a(lapi.o): relocation R_X86_64_32 against `luaO_nilobject_' can not be used ...
0
votes
0answers
154 views
Oracle query running slower second time
I'm trying to run a query against an Oracle database. The first time I run it, it takes about 7 seconds. The second time I try to run it, it doesn't seem to ever actually complete. This is in both ...
1
vote
0answers
98 views
Grunt.js dependdency management
Is there a way to specify file dependencies in Grunt? I.e. if I have:
global/page.jade
project/index.jade -- includes global/page.jade
project/about.jade -- includes global/page.jade
...
0
votes
0answers
136 views
error in .apk decompilation
I wanted to decompile a .apk file...so I followed steps given in one of the answers (Decompile an APK, modify it and then recompile it) on the stackoverflow....
But I am facing a problem while ...
0
votes
1answer
89 views
Process of Adding Classifier in MOA what is recompile it by adding a jar or java file?
i am trying only adding the .java file using cmd line, by compiling using javac and then executing using command line MOA(massive online analysis), but it shows error as exception in thread main ...
2
votes
2answers
136 views
Oracle and possible constant predicates in “WHERE” clause
I have a common problem with ORACLE in following example code:
create or replace procedure usp_test
(
p_customerId number,
p_eventTypeId number,
p_out OUT SYS_REFCURSOR
)
as
begin
open p_out ...
2
votes
0answers
270 views
Oracle stored procedure needs recompilation to fetch table data
Problem: To get results from my SP I need to recompile every time.
Purpose of the SP: to construct XML out of each row in a table.
Description: After running the SP for the first time post ...
0
votes
0answers
72 views
Automatic file recompilation in Yesod
In the book "Haskell and Yesod" written:
Routes are defined in config/routes, and entities in config/models.
They have the exact same syntax as the quasiquoting you've seen
throughout the ...
0
votes
0answers
296 views
could not read symbols: Archive has no index
I must take care an old project and get stuck in it. It's a makefile project and I get the error could not read symbols: Archive has no index; run ranlib to add one when doing build.
I found an ...
1
vote
1answer
44 views
Change of share permissions caused ASP.NET recompile
We have our sites under a main folder we'll call call "d:\sites". "d:\sites" is shared as \server1\sites with read only access for our Dev and QA groups. I added another read only group to the share ...
11
votes
2answers
2k views
Decompile an APK, modify it and then recompile it
I need to modify an existing APK, modify the sources and then recompile it.
I can decompile it using dex2jar or apktool, it's working great
From the jar file I can obtain the java sources (using ...
0
votes
0answers
88 views
.NET - A Tool to examine BUILT project and remove unused DLL methods and recompile?
Is there a tool (preferably free) that will look at an executable, determine references and then strip down all executables and dlls of unused methods and classes? I'm thinking something that ...
1
vote
1answer
89 views
Return to main latex file after correcting error in GVim
Using the vim-latexsuite for Gvim, I am editing a fairly large document.
It consists of a main document that contains \begin{document}, \end{document} etc.
In between there are a lot of sections that ...
0
votes
1answer
22 views
In Xcode, can you recompile part of an app while it's running but paused at a breakpoint?
In Xcode, can you recompile part of an app while it's running but paused at a breakpoint?
I thought that there was a way to do this. I thought I remember hearing that Xcode 4 would have this ability, ...
0
votes
0answers
154 views
What does it mean to “recompile dlls” from source code in Visual Studio?
I downloaded source code files for YetAnotherForum (YAF) in C#. I wanted to add fields to the registration page. I added the fields in the proper files (company name and company phone), and they ...
3
votes
1answer
271 views
Grails shell doesn't recompile changed files
I'm new to grails and came across an issue of grails shell not recompiling my classes even though displaying a message about it. Here is what I'm doing:
I have a grails 2.0.0 app that has class with ...
0
votes
1answer
547 views
Nginx module not added after recompile
I just recompiled nginx in order to add the HttpStripModule module. (i followed this: http://serverfault.com/a/279536/111652)
this is the configure options i used to make / make install:
...
4
votes
5answers
258 views
do we need to recompile libraries with c++11?
This is a very uninformed question, but:
I would like to start using C++11. Can I continue to use my large collection of libraries which were compiled with my old gcc 4.2.1 compiler or do I need to ...
1
vote
2answers
8k views
What is the difference between CFQ, Deadline, and NOOP? [closed]
I'm recompiling my kernel, and I want to choose an I/O scheduler. What's the difference between these?
1
vote
3answers
144 views
recompile after base class change
In particular, the way most C++ implementations work implies that a
change in the size of a base class requires a recompilation of all
derived classes.
This statement is from stroustrup book.
...
0
votes
3answers
304 views
Google App Engine - recompile GWT module
I've created Google App Engine project in Java using Eclipse following the book Beginning Java Google App Engine
Before I bought this book I had created projects with unchecked option 'Use Google Web ...
2
votes
3answers
196 views
'make' does not recompile when source file has been edited
I'm writing a little implementation of Conway's Game of Life in C. The source code is split in three files: main.c and functions.c/functions.h, where I put my functions definitions and declarations.
...
1
vote
2answers
128 views
Do you recompile your java code if you upgrade your application servers or JVMs?
Just wondering what others in the Java world usually do with recompiling their binaries when they upgrade their applications servers or JVMs? Is it really necessary? Thanks!
update: just want to ...
3
votes
1answer
481 views
Is it possible to translate an assembly language to LLVM IR, optimize it and then recompile it to a different architecture?
Is it possible to translate an assembly language to LLVM IR, optimize it and then recompile it to a different architecture? How would you handle "push"es and "pop"s on the stack in the IR? This is the ...
1
vote
1answer
130 views
Why does ANT javac task recompiles my .java again and again
The source and destination directory will be recursively scanned for
Java source files to compile. Only Java files that have no
corresponding .class file or where the class file is older than ...
2
votes
3answers
235 views
Why does javac recompile my .java although the .class is already updated?
I am told that javac is smart enough that it does not recompile the .java, in condition that this .java has a timestamp before that of .class. I just find it does not work like that in my machine, am ...
0
votes
1answer
689 views
Can't recompile decompiled class files
I have a bit of Java I want to edit (it is a Minecraft mod) I decompiled the .class files (with jd-gui), edited what I wanted to, then attempted to recompile (with javac).
I got hundreds of errors. I ...
0
votes
1answer
88 views
How to recompile source files?
How to recompile decompiled Android Application files? To be specific, I downloaded these files from here https://code.google.com/p/ubuntu-countdown-widget/ and made the necessary changes by replacing ...
0
votes
1answer
247 views
android gingerbread source
i followed this guide and i've downloaded and recompiled Android 2.3.6 for my crespo platform.
The preamble
During the deployment procedure i noticed only one error:
at the end of source ...
5
votes
2answers
3k views
How do I make Makefile to recompile only changed files?
I have been struggling a bit to get make to compile only the files that have been edited. However I didn't have much success and all the files get recompiled. Can someone explain me why?
My files ...
0
votes
1answer
804 views
Add support for OpenSSL in PHP without recompiling
Is this possible? I'm on Mac OSX.
I'm using a custom install already, with the Mac OSX default*ish* apache.
5
votes
5answers
136 views
How to make a fix in one of the shared libraries (.so) in the project on linux?
I want to make a quick fix to one of the project's .so libraries. Is it safe to just recompile the .so and replace the original? Or I have to rebuild and reinstall the whole project? Or it depends?
0
votes
2answers
4k views
dotnet dll decompile and change the code
I need to change the code of the .NET DLL. I am able to see the code by compilable the DLL with .NET reflector, but I am not able to change the code of the DLL. With .NET Reflector, I decompile the ...
1
vote
1answer
231 views
recompiling php for osx with IMAP support
Yesterday I spent quite some time trying to recompile PHP for OS X. I tried several guides I found on Google but they all seemed outdated.
Is there anyone who knows how to recompile PHP on OS X? I ...
2
votes
1answer
413 views
Access Public IP Address in DataSnap XE / Recompile DataSnap Framework
The "procedure TDSTCPChannel.Open" method in DSTCPServerTransport.pas uses the connected user's private IP address when it assigns "FChannelInfo". When I traced the HTTP transport, it used the ...
0
votes
2answers
203 views
Why would a makefile recompile a class every time?
Here's my makefile
all: main.o fileparam.o
g++ -g $(LIBPATH) $(LIBS) file_parameters.o main.o -o test
main.o: main.cpp
g++ -g -Wall $(INCPATH) main.cpp -c
fileparam.o: ...
9
votes
4answers
377 views
Git workflow - changing branch and slow recompiles
I work on a large Scala project where we use Git for version control. My workflow is to work on new features in my own branch and switch when needed. Various releases of the code are in their own ...
0
votes
1answer
262 views
How to do a PHP Recompile? Imagecreatetruecolor error
As this is a new question I assume it's fine to create a new fresh question?
My previous question is here:
imageantialias call to undefined function error with GD installed
Markus helped me figure ...
1
vote
5answers
131 views
Can I re-compile a file with new code?
I have a question. I was wondering if you could re-compile code with another piece of code. For example (theoretical):
main.c:
#include <stdio.h>
void showme();
int main()
{
showme();
}
...
0
votes
4answers
597 views
Keep .exe timestamp from changing
Does anybody know of a way to prevent the timestamp of an executable from changing? I'm trying to generate a consistent hash code for the .exe but I think the timestamp may be preventing that from ...
1
vote
3answers
522 views
exe checksum different after each recompile
So I'm trying to figure out how to get my exe to have the same hash code/checksum when it's recompiled. I'm using FastSum to generate the checksum. Currently, no code changes are made, I'm just ...