Questions tagged as 'compilador'

1
answer

Why does Assertion Error give me?

I have an error when compiling an application that allows you to play the Baccarat game, with a class TestManoDeBacara . I have the class Carta , with its value and its type stick Enum : public enum PaloBarajaFrancesa {...
asked by 08.04.2018 / 11:04
0
answers

how to correctly configure the path for java to compile from terminal

   System environment variable: JAVA_HOME: C: \ Program   Files \ Java \ jdk1.8.0_161 \ bin \       User environment variable: JAVA_HOME: C: \ Program   Files \ Java \ jdk1.8.0_161 \ bin \       Variable path: C: \ Program   Files \ Java \ jdk...
asked by 30.03.2018 / 19:03
1
answer

Generate .pyc files in Python 2.6

I want to generate the compiled .pyc from .py scripts in Python 2.6.6. The following line works in Python 2.7: python -m compileall C:\una_ruta\myscript.py If I do the same in Python 2.6.6 (even passing the complete routes): C:\Python26\p...
asked by 28.02.2018 / 15:02
0
answers

Running website created with x86 dependencies on an OS x64 in Visual Studio 2015

I have a Website that uses an Oracle connection with (Data Access Components), that all those dependencies were created in x86 architecture. Now I have an OS x64, when I try to debug the site with Visual Studio, it compiles well, without pr...
asked by 16.02.2018 / 17:28
1
answer

How to make an .exe in linux and qt

Last mistake I get when doing make: I've already done the mxe root and the make thing but when doing the make it gives me this    make [1]: i686-w64-mingw32.static-g ++: The program was not found   Makefile.Release: 333: failure in the instru...
asked by 15.12.2016 / 03:42
0
answers

error when compiling

I get an error when compiling several files, these are the errors:    93 20 [Error] request for member 'get_aceptacion' in '((nfa *) this) -> nfa :: statements_.std :: vector :: operator [] > ((( std :: vector :: size_type) i)) ', which i...
asked by 17.10.2017 / 02:33
0
answers

Is there anything like a JavaScript precompiler?

Well before listening to suggestions from automators such as gulp or grunt, I will explain in detail what I want; I imagined this panorama: development / sections / object.js { // atributos... } development / function.js function hac...
asked by 16.10.2017 / 19:40
0
answers

Error compiling MPI C ++ in Eclipse

The error is as follows:    g ++ "-IC: \ Program Files (x86) \ Microsoft SDKs \ MPI \ Include \" -O0   -g3 -Wall -c -fmessage-length = 0 -o "src \ pt.o" ".. \ src \ pt.cpp" g ++: fatal error: no input files I have to say that I am working...
asked by 03.05.2017 / 23:49