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
2
votes
1 answer

Spring, sts recompile project on every source change

I've started to learn spring framework. Earlier I've used play framework. Generally, spring is more powerful for me, but one thing bothers me: recompile time. After changing one single line of code I have to click so many times F5 button on the web…
masterdany88
  • 5,041
  • 11
  • 58
  • 132
2
votes
0 answers

How to recompile Chrome Embedded for Delphi XE2

I have downloaded the DCEF3 from here. It works well in Delphi XE2 but there is a huge problem : I cannot play MP3 files with HTML5 using Embedded Chrome. I searched a lot and finally found this topic. As I understood, I must edit the file cef.gypi…
Kermia
  • 4,171
  • 13
  • 64
  • 105
2
votes
5 answers

can I easily recomplie PHP with all my current settings and enable SOAP with the new configuration?

I have PHP 5.1.6 running with a ton of mods and extensions enabled, is there a way to reconfigure the current settings as well as add SOAP to the mix?
Phill Pafford
  • 83,471
  • 91
  • 263
  • 383
2
votes
1 answer

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 compilation the SP does not return any data unless…
Rkka
  • 41
  • 4
2
votes
0 answers

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 helpful link about this issue, could not read symbols:…
HongAnTC AnAn
  • 123
  • 2
  • 13
2
votes
1 answer

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 are written in another documents and imported…
Bo Visfeldt
  • 77
  • 1
  • 7
1
vote
3 answers

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. So if base class is in a .so file and we just…
JamesWebbTelescopeAlien
  • 3,547
  • 2
  • 30
  • 51
1
vote
1 answer

Why does ANT javac task recompile 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 the .java file will be compiled. The above is…
zell
  • 9,830
  • 10
  • 62
  • 115
1
vote
1 answer

Standard Java jar decompiling ,modifying and compiling again

I am new to java. I am trying to decompile the standard jar file(adall.jar) from where I am trying to load my custom jar. I am able to decompile jar and also able to make the code changes. but when I try to compile it back it could not compile due…
koolvcvc
  • 11
  • 2
1
vote
0 answers

How to I recompile an extracted pyinstaller file back to exe?

I've decompiled a pyinstaller exe using pyinstrxtctor and i have no clue how to recompile it back to an exe. I've tried using the .spec file but no luck with that.
Issac
  • 11
  • 1
1
vote
1 answer

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 want to do this so I can make a CakePHP web…
Jankeesvw
  • 711
  • 8
  • 18
1
vote
1 answer

run, save variable state, interrupt execution, and reload variables from the last state before the interrupt

I am researching a way to interrupt the execution of the Perl script below in a way that I can save at what point the interaction was and I can run the next time starting from this interaction. Basically I saw other people speaking "save Perl's…
7beggars_nnnnm
  • 697
  • 3
  • 12
1
vote
1 answer

Visual Studio code - compile on save with Tailwind JIT CSS

I'm building a website with Reactjs app, using Tailwind JIT CSS, and using Visual Studio code editor. I meet a problem with "compiling on save" with VScode. When I make a change for CSS in a file, ex: className="ml-6" in App.js file, and then saving…
1
vote
0 answers

how to run / build golang asm file?

As I can compiling go file to asm using: go tool compile -S hello.go > hello.s But, how can I run / build this hello.s to binary file ?
1
vote
1 answer

Recompiling goattracker2 on Windows 10

I recently downloaded goattracker2 on Windows 10 and after making some changes to the source code, I need to recompile the program to test it. I don't have any experience with recompiling. I had a look at the documentation included in the…
neingeben
  • 13
  • 5