compiler-errors Questions

10

Solved

After upgrading to JDK 21, I have the following compilation error in my Spring Boot project: Fatal error compiling: java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does n...
Stat asked 25/9, 2023 at 9:5

2

My project have two folder client server both client and server runs but sometime on client when i visit any page so on the terminal the following errors shows how can fix these errors wait - com...
Inclement asked 1/8, 2021 at 12:31

5

I'm very new to C++, working through my first tutorial, and when I try to compile code from the lesson, I get the following error: expected ';' at end of declaration int x{ }; // define variable x...
Proclaim asked 20/6, 2020 at 15:7

2

I'm facing this 3 problems that I still can't understand where your mistakes are. Error: Module not found: Error: Can't resolve 'C:/Users/DexSh/desktop/C# Angular/Testing/src/app/app.component.css?...
Dormer asked 12/12, 2022 at 2:33

26

Solved

I downloaded a project from GitHub, then pod the following files, some of which are written by OBJ-C and I used a bridge header. pod ‘SnapKit’ pod ‘MJRefresh’ pod ‘Alamofire’ pod ‘Kingfisher’ pod ...
Militiaman asked 20/8, 2017 at 7:30

12

Solved

I'm getting a message when I compile my code: Note: H:\Project2\MyGui2.java uses unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. How do I recompile with -Xlint...
Capo asked 21/11, 2011 at 17:19

21

Solved

I'm trying to run my JSQL parser class, but I'm getting Error: java: invalid source release 1.9. I tried to following this answer. I changed File> Build,Execution,Deployment> Java Compiler> Proje...
Edmon asked 18/9, 2017 at 13:43

4

Solved

I am trying to compile and deploy a simple web app from command line. servlet-api.jar from Apache Tomcat does not compile my java file, but javax.servlet-api-4.0.1 from the maven central repository...
Halmstad asked 16/10, 2020 at 10:31

5

Downloaded from GitHub, to make moudle 'ReactAndroid', then: Error:(687) Android NDK: Module reactnativejnifb depends on undefined modules: fbjni Error:(700) *** Android NDK: Aborting (set APP_AL...
Lubin asked 10/3, 2017 at 14:3

9

Solved

I am getting the error ImportError: cannot import name 'escape' from 'jinja2' When trying to run code using the following requirements.txt: chart_studio==1.1.0 dash==2.1.0 dash_bootstrap_componen...
Hallelujah asked 2/4, 2022 at 13:56

1

Solved

I am trying to make work a trait that depends on multiple levels of other abstract traits. I am running into this error: error[E0391]: cycle detected when checking effective visibilities | note: ....
Ujiji asked 26/1 at 20:53

8

I'm trying to build a program from its source code with VC 11. When the compiler is about to finish, it raises the error mentioned in title of this post. As I've read here and in other forums, I tr...

34

Solved

I have a project that generates following error on compilation: error CS0579: Duplicate 'AssemblyVersion' attribute I have checked the file AssemblyInfo.cs and it looks like there is no duplic...
Unisexual asked 25/4, 2012 at 7:39

5

I am getting an warning in android studio when I run my app. the warning is- Your project has set android.useAndroidX=true, but configuration debugRuntimeClasspath still contains legacy support lib...

25

Solved

I've never worked with Maven before and I am following the instructions here. When I run the command mvn integration-test -Pamp-to-war It initially downloaded a whole bunch of dependencies, and ...
Conditioned asked 11/10, 2014 at 10:59

0

So, I was trying to use the C++23 std::print and std::println functions, but when I tried to compile the following code using the -std=c++2b flag, it gave a fatal error: 'print' file not found #inc...
Phylum asked 4/1 at 13:30

7

Solved

In short: How to write a test, that checks that my class is not copyable or copy-assignable, but is only moveable and move-assignable? In general: How to write a test, that makes sure that a spe...
Allpurpose asked 8/5, 2014 at 16:46

1

I've been working on this problem for a whole day and very stuck. I'd love help. I am trying to compile a C/Go code to run in my iOS swift app. The library compiles fine for normal amd64 architectu...
Volcanic asked 12/11, 2021 at 17:40

27

Solved

I get the error: org.apache.jasper.JasperException: Unable to compile class for JSP: An error occurred at line: 7 in the generated java file Only a type can be imported. org.eresearch.knowledgepor...
Ulloa asked 7/12, 2009 at 7:46

4

Solved

main question: Is there a configuration for cmake, to show or ignore compiler warnings/errors only from a certain directory? alternative solution: How can I toggle this in QtCreator? background /...
Recumbent asked 28/2, 2013 at 10:39

21

Solved

In my AppDelegate there is a problem I do not understand. RootViewController initially called ViewController and I changed it name. The application is formed by many ViewController then I have intr...
Brighten asked 4/10, 2012 at 7:42

1

Solved

After updating to Xcode 15.0.1 and macOS Sonoma (14.1), I am facing compile time issues with Xcode project. Earlier it was working fine on Xcode14 I cheked apple developer forum and other question...
Rival asked 6/11, 2023 at 17:0

25

Solved

C# has a syntax feature where you can concatenate many data types together on 1 line. string s = new String(); s += "Hello world, " + myInt + niceToSeeYouString; s += someChar1 + interestingDecima...
Episcopalian asked 19/3, 2009 at 16:23

10

trying to compile the following code I get this compile error, what can I do? ISO C++ forbids taking the address of an unqualified or parenthesized non-static member function to form a poin...
Obryan asked 14/12, 2009 at 17:31

2

Solved

I am trying to get NVIDIA's CUDA setup and installed on my PC which has an NVIDIA GEFORCE RTX 2080 SUPER graphics card. After hours of trying different things and lots of research I have gotten CUD...
Cnidoblast asked 23/7, 2020 at 18:45

© 2022 - 2024 — McMap. All rights reserved.