Questions tagged [binaries]

* Compiled computer programs are sometimes called "binaries". Instead of this tag, use [tag:executable] for this sense.

191 questions
1
vote
4 answers

Is it possible to deliver cross-platform binaries of FreePascal using only one host OS?

I'm doing a little app that I want to distribute in different platforms, at least the 3 major ones. Is it possible to use only Windows has the host OS to compile the binaries for Linux, Mac OS X and other supported platforms without resorting to…
Gustavo Carreno
  • 9,499
  • 13
  • 45
  • 76
1
vote
2 answers

Hex Numbers to Text

What is the method to convert hex numbers to text. For example 54 68 6f 6d 61 73 in text could be Thomas. I think I am mis-conceptualizing hex decimals with binaries and how they work.
Arty
  • 819
  • 3
  • 13
  • 24
1
vote
1 answer

iOS app submission not working

I am trying to submit an iOS app through iTunes Connect. However, when I try to validate the app it gives me an error saying : "This app contains an embedded provisioning profile that is not associated with your account. Please use a provisioning…
user782400
  • 1,617
  • 7
  • 30
  • 51
1
vote
5 answers

Build project has encountered a problemm Eclipse C++.

Details are saying I have two different tools of the same compiler. I'm not sure where to go from here to fix this so I can build my project. Any ideas? This is the detailed message: Errors occurred during the build. Errors running builder 'CDT…
user2748943
  • 533
  • 2
  • 9
  • 20
1
vote
1 answer

make:*** [Lab1] Error 1

I already read everything Make: *** [] Error 1 and I am returning a 0 in my main method. I've tried switching up parsers, but that doesn't work either. I've tried the internal build, that doesn't work (and even if it did I want to work with…
CamHart
  • 3,825
  • 7
  • 33
  • 69
1
vote
1 answer

Can I get Windows MySQL Community 5.6 binaries built with SSL support?

I got the Windows Community MySQL 5.6 installation package from Oracle. To my dismay, SSL is disabled. The docs on the Oracle site are opaque. (1) Is it correct ask if Windows Community MySQL 5.6 binaries exist for downloading and installing? (2)…
subsci
  • 1,740
  • 17
  • 36
1
vote
1 answer

Shell script to execute over 1000 binaries in subdirectories

I am running a certain test utility called - Open Posix testsuite, which comprises of over 1000 tests. There is a script included in the suite to run these tests which I cannot use on my target machine. I can however run a shell script, but having…
Ranjeet
  • 51
  • 1
  • 5
1
vote
3 answers

What does "Failed to zip binaries" mean?

I have successfully compiled my code, but it says this: Note: You can also run your application by typing 'run' followed by any command line arguments. Starting application without args... Checking Libraries... Copying files... Processing…
user1707643
1
vote
1 answer

Do we need to digitally sign our application?

We have a business-to-consumer (B2C) application (Windows and Macintosh) which is downloadable from the Internet. Is it really important that we will sign our binaries? Does all the big companies (Skype, Google (Talk), etc..) sign their binaries?
kambi
  • 3,291
  • 10
  • 37
  • 58
0
votes
0 answers

SVM Lite training file format

I am a student pursuing Artificial Intelligence course and I need to use SVM Lite for binary classification. I formatted my training.dat file with following values. 1 1:317.5 2:489.923718552 3:15.3 4:13.5207248326 5:51.6 6:0 7:0.0118 8: 0.0003 -1…
Basmah
  • 829
  • 3
  • 13
  • 25
0
votes
3 answers

Is there some place to download an AIX mod_jk binary?

I needed to front tomcat with apache on AIX, but there is nothing in http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/aix and googling around was unsuccessful. I eventually built it from source (painful as there is bureaucracy around…
David Plumpton
  • 1,929
  • 23
  • 31
0
votes
0 answers

How to package Node.js project into an executable

I have an old project files that consists of 4 modules: Module-1 |-server |-app.js Module-2 |-server.js Module-3 |-server.js Module-4 |-server.js |-src |-api.js Is it possible to create one executable file for the entire project using pkg? What…
aar
  • 1
0
votes
1 answer

Why are erlang lib changes not being incorporated into my project?

I'm using eclipse 3.6.2 with erlang 5.8.1.1 on a fairly large project that we're not ready to move to a more modern version of the language, so I'm stuck with a bug in eprof: string_bp_mfa([{Mfa, {Count, Time}}|Mfas], Tus, {MfaW, CountW, PercW,…
Sniggerfardimungus
  • 11,583
  • 10
  • 52
  • 97
0
votes
0 answers

Building node-sqlite3 binarys

I'm working with a Linux i386 (ia32) System and need Node-Sqlite3 binaries for it. I saw the package not officially supports 32-Bit Linux and want to build the binaries on my own. The GitHub page states that "If your environment isn't supported,…
Noel Huibers
  • 109
  • 12
0
votes
1 answer

Node does not detect correct arch on Raspberry Pi arm64

Node does recognize the correct arch being used. This results in some trouble getting the correct binaries from some dependencies. uname -m or arch returns aarch64 node -e 'console.log(process.arch)' returns arm How can I fix this? Tried rebooting…
Pimmesz
  • 335
  • 2
  • 8
  • 29