compile-errors

Why do I have to routinely Clean one particular project in Eclipse?

I am using Eclipse 3.5 for several different Java/JSP projects. All of our project code is stored in Subversion. I use the Subclipse plugin to update / commit code. This works great for all projects except one. There is one project where almost every time I do a SVN update, the entire project becomes riddled with Java compile errors....

Error in Mono Compiler: Files in libraries or multiple-file applications must begin with a namespace or module declaration

I am trying to compile this example in mono on ubuntu. However I get the error wingsit@wingsit-laptop:~/MyFS/kitty$ fsc.exe -o kitty.exe kittyAst.fs kittyParser.fs kittyLexer.fs main.fs Microsoft (R) F# 2.0 Compiler build 2.0.0.0 Copyright (c) Microsoft Corporation. All Rights Reserved. /home/wingsit/MyFS/kitty/kittyAst.fs(1,1): er...

Compiling libmodplug on windows

I'm trying to compile a release version of love2d on windows. I got all the dependencies downloaded / compiled. However, I have one last problem that I cannot fix: The object or library file 'lib\libmodplug.lib' was created with an older compiler than other objects; rebuild old objects and libraries I had similar issues with ...

How to compile and build this BHO for IE?

http://www.adp-gmbh.ch/win/com/bho.html When I compile, I get lots of errors: error C2236: unexpected 'class' 'adpbho'. Did you forget a ';'? error C3381: 'adpbho' : assembly access specifiers are only available in code compiled with a /clr option ..\adpbho.cpp(15) : error C3861: 'MB1': identifier not found ..\adpbho.cpp(24) : error C...

The import com.sun.javadoc cannot be resolved in Eclipse

Hello. I'm having problem compiling a project in Eclipse. The import com.sun.javadoc cannot be resolved I added tools.jar as an external jar, changed default compiler to use jdk instead of jre, did Project -> Clean afterwards. But nothing of this helped. What am I missing here? UPD: this is how it looks like (packages exist on the le...