Compilation is the process of producing information, typically a program to be executed by a computer, from a source (or sources) typically being text in a computer programming language. Compilation can be "converting" between programming languages or assembling executable code from one such ...
2
votes
2answers
38 views
Regex for match a function sintaxe em PHP
I am developing a parser in PHP and I need a functional Regular Expression to validate a string that contains a function.
Just to understand, that I will consider using preg_replace_callback and ...
0
votes
1answer
18 views
OSGi restart: Are modified class files considered?
does an OSGi-Bundle consider its changed class files when restarting? My intention is to stop a Bundle, change a java file of it, compile it, an then restart the bundle. Does it have the new class ...
0
votes
2answers
17 views
Can't compile and run minisat+ sat solver
I use one of the Cent0S machines in my university's department.Note that i don't have permissions to use the system i use as root.I downloaded the minisat+zip file
I extracted the zip.According to ...
0
votes
1answer
10 views
I have an error in this command: sudo ./install
I'm trying to install PhalconPHP by it's documentation. in the compilation step i have an error! When i Perform this command:
sudo ./install
Error:
'sudo' is not recognized as an internal or ...
-3
votes
0answers
15 views
How to auto matically copy a single file from apk package to SD card after apk install in phone [closed]
Hello guys, I am not a coder but I really want learn how can I copy a single file from APK package to SD card in a specific sub folder.
I want to add my own text file in the app source and want ...
-4
votes
0answers
12 views
undefined reference to symbol 'dladdr@@GLIBC_2.0' [closed]
OS:ubuntu 12.04 ts
~/source/iphonesdk-utils-1.8$ ./configure --prefix=/usr LDFLAGS='-L/usr/lib/i386-linux-gnu/libdl.so -ldl'
$ sudo make
/usr/bin/ld: /apps/clang3.2/lib/libLLVMSupport.a(Signals.o): ...
1
vote
1answer
30 views
Compiling 'hello, world' GNU smalltalk
Whenever I set out to learn a language the first thing I do is produce an executable file written in that language (it could be a compiled program or a script) that when run prints 'hello, world' and ...
0
votes
1answer
97 views
How can I reduce the size of a compiled Delphi code? [duplicate]
I just wrote a really short and simple code in Delphi with no even arrays neither data structures and when I compile it I get a 11 MB exe file, it was compiled for 32 bits architecture under RAD ...
0
votes
2answers
23 views
compiling c program into MATLAB format MAC OS X
Any help on my problem is appreciated...
I'm trying to run this program located in the sparsenet.tar.gz file at http://redwood.berkeley.edu/bruno/sparsenet/
There is a README that I try to follow ...
2
votes
2answers
34 views
Get a dll version number from database at compile time
I need to retrieve a number version from database to add this as dll version.
I can add manually this version each time I publish, but I'll like to run this in an automatic process.
So, is it ...
1
vote
3answers
55 views
passing more than required arguments to c function
What happens if I pass more arguments than required to a function? I expected something to be corrupted in the called function, but everything works fine in some small test codes.
eg:
void print()
...
-1
votes
0answers
10 views
ubuntu on ARM (Pandaboard) executable does nothing and show no error
Compiling (g++) the examples of openni in the Pandaboard using Ubuntu 12.04 and the openni make files, the executable created does nothing, showing no error.
I also have created a simple hello world ...
1
vote
3answers
73 views
Why declaring a variable in a .h file will allocate memory for each .c file includes it, Is it ANSI C?
Assume I have a file.h and in it I have:
int arr[128];
(void)(*func_ptr)(int);
And I have code1.c, code2.c, code3.c includes it. Will arr and func_ptr will be global scope allocated for each .c ...
0
votes
3answers
33 views
Using the Windows 8 SDK to compile for Windows 7
(This question uses zlib as an example but isn't specific to it.)
I'm trying to compile zlib on Windows using the MSVC project file it comes with. I'm using VS2012 with the Windows 8 SDK, but my ...
0
votes
1answer
20 views
ML compile error in a function
After hours of fixing the following code I got stuck in the following compile error message and no matter what I try, I cannot fix it.
Error: syntax error: deleting END RPAREN FUN
the code is:
...