Questions tagged as 'compiladores'

2
answers

How to rewrite the initial array and remove items by ID in the smarty view?

I'm using the View rendering library with Smarty . In my view, I have an output with the array of product information inside a foreach: {assign var='remove_products' [712, 716, 717, 718, 719, 720, 745, 755, 758]} {foreach from=$product...
asked by 08.12.2015 / 19:42
0
answers

Intermediate code generation - Verification recursion

Good afternoon, guys. I am in a compilers matter step which is the intermediate code generation of my grammar. After the steps of lexical, syntactic, semantic analysis. Basically I have the following code: from infixToPostfix import infixTo...
asked by 01.12.2018 / 16:03
0
answers

Error giving build on any protection in Qt Creator

WhenItrytobuildonanyprojectinQt,itgivesthiserrormessage(testwithoneoftheexamplesthatalreadycomeswithQt)13:15:37:Runningstepsforprojectanalogclock...13:15:37:Couldnotstartprocess"C:\Qt\Qt5.2.0.2.0\mingw48_32\bin\qmake.exe" C:\Qt\Qt5.2.0.2.0\ming...
asked by 28.03.2018 / 18:24
0
answers

How to install JFlex, Yacc and GCC to create a compiler on windows 8.1?

I need to add in the path of windows also, as I will do in notepad, so to compile directly in cmd, I need to append to windows path.     
asked by 30.11.2017 / 03:23
1
answer

Is it possible to retrieve the src of an implanted .WAR file?

I'm working with a lot of legacy applications here. One of them (in production) needs to be edited because it has no log. I decompiled, but I have no idea how to reassemble in this situation. I have not been able to recompile individual edite...
asked by 27.04.2017 / 14:35
1
answer

Why does the code blocks compile using g ++ in a project set up as "C"

I'm learning C and using CodeBlocks, I was in% File > New > Project > "Console Application" > "GO" > Next and the question appears Please select the language you want use. I select C . but when compi...
asked by 20.04.2017 / 22:41
0
answers

How to compile a .C / C ++ on my site

Is there any way to compile a .C / C ++ file inside a website? let's say that a ".c" file will be generated and this file will be compiled ... maybe you can do this in PHP or with some add-on.     
asked by 12.12.2016 / 17:35
1
answer

How can I check if a variable has been declared (development of a Java compiler)

I'm having trouble implementing a demonstration of a semantic analysis of the project. of a compiler in Java. I have a JTextArea and get by. ex write: int x; x = 'a', it should accuse error because x is an integer and not a char. I can even get...
asked by 05.06.2016 / 06:33
0
answers

Installing a new theme in the Prestashop store 1.4.3

I installed a theme using the export / import theme module, as shown in this video : and now I'm getting this message in the header:    Fatal error: Uncaught exception 'SmartyCompilerException' with message 'Syntax Error in template' /...
asked by 17.12.2015 / 18:09
0
answers

Visual Studio does not compile for Windows Phone 8

I am facing a problem with Visual Studio 2013 Update 4 , when trying to compile a project for Windows Phone 8, it has the following error:    The "CompileXaml" task failed   unexpectedly.System.IO.FileNotFoundException: Could not load file o...
asked by 20.11.2015 / 04:47