python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Using xerces in Eclipse cdt produces linking error
Building C++ app using xerces, here is where it worked, on the build part
g++ -I/usr/local/include/xercesc -O0 -g3 -Wall -c -fmessage-length=0 -v -MMD -MP -MF"mypoject/xercesserver.d" -MT&qu...
chars
Votes: 0
Answers: 1
Eclipse CDT formatter lines up columns with macros incorrectly?
Background
Using STM32CubeMxIDE 1.8 (Eclipse® 2021-03 and CDTTM version 10.2.0). I've adjusted to a custom formatter with Window >> Preferences >> C/C++ >> CodeStyle >> Formatt...
mint branch conditioner
Votes: 0
Answers: 1
Add mapnik library to eclipseC++
I downloaded and built mapnik library with vcpkg after that I tried add the mapnik to eclipse.For GCC C++ compiler Include :"/home/ubuntuc/vcpkg/packages/mapnik_x64-linux/include" and for GC...
Ozan Ozan
Votes: 0
Answers: 1
How do you include/link libraries to an executable file Eclipse c++
I am trying to distribute an executable file from a c++ project I made in eclipse. The problem is, it uses the SDL2 and SDL2 Image libraries which works fine on my computer since they are downloaded a...
Gary Fisher
Votes: 0
Answers: 0