Questions tagged [recompile]

The act of compiling something again.

To "recompile" is to compile again. This could refer to simply compiling a second time, or compiling decompiled code.

191 questions
0
votes
2 answers

Recompile and reinstalling php

I am running Fedora Core 10 with php 5.2.9 without ldap. Now i want to remove current php installation and recompile the latest version of php with ldap and install it. How to do this?
0
votes
1 answer

Modifying platform/frameworks/base package

I'm planning to modify some bits in the platform/frameworks/base project in Android Donut r2. The modifications are very small and goes into java packages android.graphics and android.text (the API isn't affected). What jar libraries do I have to…
Tareq Sha
  • 515
  • 4
  • 14
0
votes
0 answers

How to Recompile Deconstructed EXE

I had some software developed on oDesk about a year ago. What I get back is a java based .EXE It runs as a standalone without any sort of installation. The problem is they screwed up some graphics for the buttons, it didn't bother me at the time,…
0
votes
1 answer

Recompiling a SP in live environment

I have a Stored Procedure which I want to recompile. is it safe to do that in a Live environment ? Because there's continuous flow of data which is being processed by the Stored Procedure and the SQL Server 2008.
0
votes
0 answers

Recompiling PHP with a new version of cURL

This Stack Overflow question PHP use different curl version than is installed in system has the comment re recompiling PHP with a new version of cURL It wasnt so easy. Adding many various options during configure was quite hard. For the first…
Chris
  • 523
  • 1
  • 6
  • 14
0
votes
1 answer

Recompiling 32 bit C++ library to 64 bit

I wanted to use the libtcod library. I'm running windows 8 64 bit and I use dev-c++. Basically, the tutorial says that "if you are on a 64bit system you'll have to recompile the library, because the pre-compiled are only available for 32 bit…
olinarr
  • 261
  • 3
  • 13
0
votes
1 answer

Recompile system app

Because I'm creating a custom ROM I want to remove some entries from the settings.apk Because there is no way to hide a preference with XML I have to change the source code from the apk and have to delete the preference from the PreferenceScreen. So…
Cilenco
  • 6,951
  • 17
  • 72
  • 152
0
votes
1 answer

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 while debugging. Thanks.
Charles Okwuagwu
  • 10,538
  • 16
  • 87
  • 157
0
votes
0 answers

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 extentions, but its not showing up when I do php -m, it…
Thanu
  • 2,481
  • 8
  • 34
  • 53
0
votes
1 answer

Decompile and Recompile apk files on ubuntu

I am trying to modify an Android app using apktool. I've 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 these command to decompile and then…
Nirmal Ram
  • 1,722
  • 4
  • 25
  • 45
0
votes
0 answers

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 every day, it will give error. Once i manually…
Brijesh Patel
  • 2,901
  • 15
  • 50
  • 73
0
votes
1 answer

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 and to add/remove packages through easyApache. In…
Baber
  • 110
  • 6
0
votes
0 answers

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 Oracle SQL developer and in the application I am…
user1838292
  • 21
  • 1
  • 4
0
votes
1 answer

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, or something like this. It would also be useful…
CommaToast
  • 11,370
  • 7
  • 54
  • 69
-1
votes
1 answer

VS Code, git bash, ng serve stopped recompiling an application. Why?

I am using VS Code. Inside VS Code I use a git bash. I run my Angular app using the ng serve from that git bash. All the time app would recompile itself if there would be changes made to the codebase. But just now it stopped recompiling itself.…
manymanymore
  • 2,251
  • 3
  • 26
  • 48
1 2 3
12
13