recompile Questions
12
I am experiencing very annoying problems with the application apktool problem.
I do not understand what i am doing wrong, or what the problem is.
I tried this on debian , and on linux mint. I used ...
2
Solved
I am trying to recompile nginx in order to add the page speed module. Never done anything like this before so a little scared! I am the step after doing "make" where I want to stop nginx. The probl...
Oakes asked 12/7, 2014 at 4:59
2
Solved
I realize that there will likely be no special converter programs or anything easy like that for such a task, but it imperative that I find some way to get a 16-bit program to run in 64-bit Windows...
3
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 ...
8
Solved
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...
Womb asked 11/9, 2012 at 13:1
3
Solved
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 ...
3
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 obj...
5
Solved
GNU-Make does not recompile when hdr.h file changed.
As below printed lines, it did not try to recompile even main.d file is generated.
Can you guide me why it happend?
hdr.h
#ifndef __HDR_H__
...
7
I get this error when I do the make:
relocation R_X86_64_32 against `vtable for Torch::MemoryDataSet' can not be used
when making a shared object; recompile with -fPIC
It says that I should rec...
2
Solved
Is there a way to to recompile from an edited source code via homebrew?
I did a change on the source user.hpp of Boost which I now want to recompile Boost with. I tried --build-from-source and --...
4
Solved
(Related question: Java compilers or JVM languages that support goto?)
I have decompiled a jar (Legally, for debugging purposes) and want to recompile it.
I've used both JAD and JD and both don't...
Prestigious asked 10/1, 2010 at 12:25
1
I have a MyFile.jar file. I use JD-GUI to decompile it and used its "Save All Sources" options to save the files to a .zip file. Now extracted the .zip file and edited a .java file.
the folder str...
Cistaceous asked 10/10, 2014 at 8:31
2
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...
Nonrigid asked 12/9, 2011 at 13:51
3
Solved
Have a set of string as follows
text:u'MUC-EC-099_SC-Memory-01_TC-25'
text:u'MUC-EC-099_SC-Memory-01_TC-26'
text:u'MUC-EC-099_SC-Memory-01_TC-27'
These data i have extracted from a Xls file and ...
6
Solved
I have a program i frequently use that is made with .NET.
This program has a small bug that is very annoying and the developer to the app is nowhere to be found.
I have found the location of the p...
Karrikarrie asked 5/10, 2009 at 8:50
5
Solved
I happen to come across a Java code at my work place. Here's the scenario: There are 2 classes - ClassA and ClassB.
ClassA has nothing except 4 public static final string values inside it. Its pur...
3
Solved
Is it possible to run LLVM compiler with input of x86 32bit code? There is a huge algorithm which I have no source code and I want to make it run faster on the same hardware. Can I translate it fro...
1
Solved
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 w...
Tridimensional asked 5/3, 2012 at 21:1
5
Solved
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 t...
Aberdare asked 23/2, 2012 at 7:13
2
I'm recompiling my kernel, and I want to choose an I/O scheduler. What's the difference between these?
Protein asked 18/2, 2012 at 3:54
5
Solved
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?...
Chromoprotein asked 15/9, 2011 at 11:17
4
Solved
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 b...
Quip asked 19/5, 2011 at 13:28
1
Solved
My understanding of the WITH RECOMPILE option with stored procedures is generally limited to using the clause with a single stored proc call as a trailing parameter:
exec sp_mystoredproc 'Paramete...
Ruth asked 28/1, 2011 at 17:15
8
Solved
What happens if I recompile an executable while it's running? Does the operating system read all of the executable's contents into memory when it starts running it, so it will never read the new ex...
Assignat asked 28/7, 2010 at 19:9
3
Solved
Some of the triggers in my database become invalid after certain changes on the tables. But it seems that they are still working. The only problem I have is if I use SQL Developer there are red cro...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.