An error that is generated during the compilation phase, often due to problems with invalid syntax and/or types. Compare to [runtime-error].
1
vote
0answers
17 views
CoffeeScript loose compilation
Is there a way to compile CoffeeScript source loosely ignoring minor syntax errors like: variable = or object.? Is it possible out-of-the-box with stock compiler or some other compiler implementation?
...
0
votes
4answers
40 views
invalid literal for int() with base 10 with a file that only contains integers
rows = []
FILE = open("testing.txt", "r")
for blob in FILE: rows.append([int(i) for i in blob.split(" ")])
Here testing.txt contains
01 23 04 05 67
08 09 10
11
12
But when I run the code, I get ...
0
votes
0answers
7 views
error D8016: '/clr' and '/Gm' command-line options are incompatible
Making a firebreath plugin.
The error comes when I build my firebreath dll..My wrapper and c# dll gets built successfully
//WRAPPER.H
#pragma once
#include "Stdafx.h"
#include "string.h"
#include ...
0
votes
0answers
16 views
thread lambda function wont compile
I'm struggling to understand why this happen, maybe it's a bug.
#include <thread>
#include <cstdio>
using namespace std;
int main(){
int y=2;
float fa[2][y]; // thread compile ...
0
votes
0answers
27 views
Unable to compile code output because of some reference assembly goofups
My issue goes like this:
There is a project called myframework. It has some extension methods defined in it as follows:
namespace myframework
{
public static class Helpers
{
public ...
-5
votes
0answers
46 views
Linux Device Driver error in beginner [closed]
When i run my device driver code, i get an error :
"make -C /lib/modules/3.0.0-32-generic/build/ M=/home/lenovo/Desktop/Device Driver Test/2 modules
make: /lib/modules/3.0.0-32-generic/build/: No ...
4
votes
1answer
77 views
C# compiler error CS1628 with VS2010/C#4
This compiler error is listed in the C# compiler errors on MSDN for VS2005 and VS2008, but not for newer versions.
This would make me assume the error is not applicable or fixed for newer versions of ...
0
votes
0answers
18 views
GWT Compiler is stuck (SmartGWT)
I'm using SmartGWT EE to develop a couple applications. A few days ago I couldn't compile my projects any more. It always gets stuck at the 5th permutation:
Permutation 5 (strong name ...
2
votes
1answer
23 views
mismatch in formal parameter list: unable to resolve function overload
So, writing my first program! Any hints about the errors above will be appreciate!! :) I'm getting mismatch formal paramter lis and unabe to reslove function overload.
many many thanks,
...
0
votes
0answers
10 views
Simple array in the complicated code using the method
The code line public static void averageHeight is not working. When I enter each entry of male and female child's height they store into two separate arrays respectively. Once the loop stops, this ...
0
votes
1answer
18 views
Codename One java jre version
I´m trying to start developing with Codename One, I´ve already download the Codename One plugin for eclipse and it was successfuly installed.
The problem is that I can´t compile, I create a basic ...
2
votes
0answers
32 views
Compile and regex in c++ using eclipse
So my professor gave me a work with regex in c++.
So I tried to write my code in eclipse (I am using linux (ubuntu 12.04)).
so I took the code :
// regex_search example
#include <iostream>
...
1
vote
0answers
14 views
No overload for method 'OpenIdSelectorScripts' takes 2 arguments
I'm implementing openId to my project using mvc3 with razor,I get this error in my logon page:
logon.cshtml
@using DotNetOpenAuth.Mvc
@using DotNetOpenAuth.OpenId.RelyingParty
@{
ViewBag.Title = ...
3
votes
2answers
84 views
“'void*' is not a pointer-to-object type” in code with no void*'s?
I have a problem in my code. In Xcode or using the C++11 compiler, this code works well. However, when I am submitting this code to an Online Judge, the verdict shows "Compile Error". I think they use ...
-1
votes
1answer
58 views
Compiler issues with polymorphic classes in c++ [closed]
I'm working on a project for a c++ class I'm taking and I can't figure out some compiler errors. My file is supposed to write a base class sprite, that has polymorphic function draw that 4 other ...
0
votes
0answers
29 views
Undefined symbols for architecture i386:Cannot fix this error please give some solution
Undefined symbols for architecture i386:
"DisplayLangStr(NSString*)", referenced from:
-[DecimalPointButton init] in NumberKeypadDecimalPoint.o
-[AboutViewController initWithTabBar] in ...
2
votes
2answers
68 views
Why does the VC2012 compiler get into a stackoverflow (error C1063)?
I had my own working iterator to go over pixels in an image horizontally or vertically. Via template parameter, it could be const or not (neat trick from Dr. Dobb's).
Then I realized there is a ...
0
votes
0answers
19 views
Tetgen tetcall compiling error
I want to use Tetgen to calculate the volume of a given set of points by tetrahedralization. I already saw a snippet in the code doing this, and might only requires some tweaking.
The problem I have ...
0
votes
1answer
25 views
How to get past Null error?
I have an asp/razor web page which I am using to populate lens data and their options.
I want to return a value called SID if it exists and if not then be blank.
I am using if statment to do this ...
0
votes
1answer
34 views
“fatal error : Failed to open output file” when compiling CUDA programs under Win 7
whenever I try to compile a CUDA program (even the samples) on Windows 7 (64 Bit), using VisualStudio 2010 and CUDA 5.0, I get the error message below and nvcc crashes:
1>------ Erstellen ...
-5
votes
3answers
71 views
catch response from call [closed]
I am getting this error in my foreach statement.
foreach statement cannot operate on variables of type because does not contain a public definition for 'GetEnumerator'.
What does it means and how ...
-1
votes
2answers
74 views
error: … was not declared in this scope
I'm working on a queue in c++ and I'm having some issues with a weird compilation error:
Queue.h:37:49: error: expected "," or "..." before "<" token
Queue.h: In copy constructor ...
1
vote
0answers
17 views
Compiling fft using gcc fails because of parmacs_config.h
I have downloaded the source codes of Splash2 from here and i tried to compile fft.c using gcc command on my own machine but i got this error :
fft.c:62:28: fatal error: parmacs_config.h: No such ...
0
votes
1answer
24 views
invalid use of template-name Queue without an argument list
I'm getting a compile error that I can't figure out. It says:
Queue.h:18:23: error: invalid use of template-name ‘Queue’ without an argument list
Queue.h:23:23: error: invalid use of ...
0
votes
1answer
31 views
GUI: action listener compiler-error
I cannot seem to make the Exit Button work and thus my program does not compile. If I comment out everything related to the exit button the program works and functions properly. All other buttons ...
0
votes
1answer
36 views
Error: request for member … in … which is of non-class type
Just started learning c++ for a class, I can't figure out what is wrong with this code! I'm making a stack class with a helper class nested inside it called node that acts as a linked list. The error ...
0
votes
2answers
34 views
Bank Account Program Issues with build and getting started
Onto another program. this is a program that simulates a bank account. I need help with the showing of the balance, withdraw, and deposit. how do i get this to show the final balance after the ...
0
votes
1answer
9 views
Trouble Adding OCUnit Testing Framework to Existing Xcode Project
I am trying to integrate Unit Tests in my current Xcode project using the OCUnit Testing Framework. I have been following Apple's documentation:
...
0
votes
1answer
29 views
FreeImage include in c
Is there any way to include http://freeimage.sourceforge.net/index.html in my c test program without first installing the library? It fails to compile because of some memset..
Here is my C code. Is ...
3
votes
2answers
82 views
structure expected on left side of . or .* but it is a structure
I'm getting the compile error structure required on left side of . or .* on chest.contents[0], but chest is a structure:
class Item {
public:
int id;
int dmg;
};
class Chest {
public:
...
0
votes
1answer
29 views
“Cannot find symbol” of variable passed through method [closed]
Why am I getting an error when referencing a variable that is being passed through the constructor?
Here is the complete Customer.java class:
import java.sql.ResultSet;
import ...
0
votes
1answer
20 views
Finding syntax errors in large javascript file in Visual Studio
Is there a way to tell Visual Studio to compile a particular javascript file and highlight any syntax errors, or to tell VS to include javascript syntax errors with line numbers the Errors listing? At ...
0
votes
1answer
33 views
Cannot Find getWindow(Applet) in netscape.javascript.JSObject
I am trying to call JavaScript functions from a JApplet. I've searched through tutorials and they say that I need to import and use netscape.javascript.* from my \jre\lib\plugin.jar
I did import ...
0
votes
1answer
23 views
Unable to compile MaxTemperatureMapper.java for Hadoop examples: package org.apache.hadoop.mapreduce does not exist
I have been trying for quite a while to compile the first example from the book on my school's lab computer, playing with the HADOOP_CLASSPATH variable and the -classpath flag with javac, to no avail.
...
0
votes
0answers
20 views
WinPcap C++ program no longer compiles in Visual Studio 2010
Ok. So, we've had a project that's worked for a long time, and now today I opened it up, made a change to some file i/o, and tried to compile. I get ton's of errors, and I have no clue why. The ...
-5
votes
2answers
72 views
Why I'am getting this error? [closed]
C:\Users\Victor\Desktop\0.3.r5958\luascript.cpp|9037|error: 'buttonEnter' may be used uninitialized in this function|
C:\Users\Victor\Desktop\0.3.r5958\luascript.cpp|9037|error: 'buttonEscape' may be ...
1
vote
2answers
28 views
C++ templated property in class header using std::map - Compilererror C1001
i'm fairly new to C++, so i'm not sure what im doing wrong.
This is my construct:
Struct
template<size_t N> struct Offsets
{
static const int length = N;
DWORD offsets[N];
};
And ...
-9
votes
3answers
39 views
Compiler Error, variable nameOfMonth might not have been initialized
I know this is probably a simple fix but I am stuck and cannot seem to find an answer on google, any help would be greatly appreciated!
Thanks!
public class Switch
{
public static void main ( ...
0
votes
2answers
34 views
Semantic Issue with UITextfield
I'm new to iOS. I've searched on here for UITextfield Sematic Issues here, as well as variations on that. I'm trying to make a pretty simple app, that you:
Enter text into a text filed
Press A button
...
0
votes
2answers
39 views
Unable to setVisible(false) of JFrame
I am creating a Medical Shop Billing software in which I have three JFrames one of which I need to setVisible(false) on the click a JMenuItem. However each time I compile an error is displayed
...
0
votes
1answer
26 views
CSharpCodeProvider does not see the Stack<T> class under System.Collections.Generic
I'm building a pseudocode translator and compiler.
It translates the pseudocode to code by performing several string operations, then it uses the CSharpCodeProvider class to compile it, and finally it ...
1
vote
1answer
44 views
Qt name collision, but no_keywords not an option
I have a dilemma. In a program I'm writing using Qt, I use a (non-Qt) library that uses a Qt keyword in its headers as a name (the library being pf_ring to be precise, and the name "slots") and so I ...
3
votes
2answers
48 views
Handling uninitialized Strings in Java
here's part of a small program I'm doing as a homework assignment:
public Exam maxGrade() {
Node p = firstNode;
int max = 0;
String name;
while (p!=null) {
if ...
0
votes
0answers
61 views
Ambiguous call to overloaded function (with a variable argument list)
I have the following code:
class Foo
{
public:
BOOL GetBar(char** ptr);
private:
BOOL GetBar(char** ptr, ...);
};
Foo* aFoo = ...;
char* aPtr = ...;
BOOL res = ...
1
vote
3answers
33 views
Class isn't abstract but I get Error C2259: cannot instantiate abstract class
I'm trying to implement a Strategy pattern in C++, but I get the following error:
Error 1 error C2259: 'LinearRootSolver' : cannot instantiate abstract class
Here's my code (the line where the error ...
1
vote
1answer
19 views
Missing type specifier On a Templated List Class using Templated Nodes
This is the Contents of Graph.h without the header protects and other Functions
template <class T> class Node{
public:
T data;
Node<T> *NextNode;
public:
Node();
Node(T ...
0
votes
2answers
64 views
Uses unchecked or unsafe operations
I keep getting an error that says:
Note: ABag.java uses unchecked or unsafe operations.
I googled it and found this post, and made the changes that I thought would remove the error but I continue to ...
0
votes
2answers
25 views
XCode Undefined Reference
I have compiled a static library via the command line using llvm-g++-4.2. When I attempt to link against that library and build an app within XCode, I get this:
Undefined symbols for architecture ...
0
votes
1answer
42 views
Flash CS6 error 1120: Access of undefined property (AS3)
I'm having a bit of trouble trying to make a symbol move in flash CS6, using AS3.
I used code snippets for the arrow key movement, but there it all went wrong. I always get error -> access of ...
-4
votes
3answers
46 views
Getting 'illegal start of type' when compiling
public class WriteByteArrayToFile {
public static void main(String[] args)
{
String strFilePath = "C://Program Files/Java/jdk1.7.0_23/bin//s.excel";
try
{
...




