Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to integrate Boost Unit Test Framework to Eclipse ?
How to integrate Boost Unit Test Framework to Eclipse ? [message #1769995] Mon, 07 August 2017 11:51 Go to next message
Youssouf COULIBALY is currently offline Youssouf COULIBALYFriend
Messages: 1
Registered: August 2017
Junior Member
Hello,

I am new in Eclipse and in unit testing as well.
Now, I would like to introduce myself to it using Eclipse tool on Windows.

But my first question is how should I integrated boost into my Eclipse environnement.
I have downloaded boost and unzipped it in C:\Program Files\boost folder.
So how can I build boost using Cygwin or Mingwin ?

Using Visual studio 2017 I was not able to do it using Eclipse.
I really need your help since 2 days I still not able to do this...

Thanks in advance.

Best regards




Re: How to integrate Boost Unit Test Framework to Eclipse ? [message #1770215 is a reply to message #1769995] Wed, 09 August 2017 07:28 Go to previous message
Jonah Graham is currently offline Jonah GrahamFriend
Messages: 416
Registered: June 2014
Senior Member
I don't have any specific Boost experience to share, but I can see some advice on SO: https://stackoverflow.com/questions/39320809/how-can-one-use-boost-with-eclipse

To be able to help further I would need what is actually failing? Are you getting compiler errors, linker errors, something else? Can you do a non-boost Hello World?

As for using Cygwin vs Mingw (or msys2 as another option) that will depend largely on what you plan to deliver. Are you shipping a program that can be used by other people on Windows (mingw/msys2 may be best), are you sharing source code between linux and windows (cygwin may be best).

Previous Topic:Identifying switching Perspective
Next Topic:Unresolved Inclusion: <Arduino.h> error message
Goto Forum:
  


Current Time: Sun May 05 20:43:47 GMT 2024

Powered by FUDForum. Page generated in 5.04429 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top