Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Compiling, Linking, Debugging of your packages » Compiling a POSIX Package
Re: Compiling a POSIX Package [message #49126 is a reply to message #49125] Thu, 21 December 2017 09:20 Go to previous messageGo to previous message
Oblivion is currently offline  Oblivion
Messages: 1092
Registered: August 2007
Senior Contributor
Hello, and welcome to Upp forums!

I am not familiar with that package, but I am familiar with using 3rd party packages -especially C libararies- in U++ libs and apps.

My strategy would be to first successfully compile the relevant 3rd party package separately on the target platform (using make, or cmake if possible), and then look into the config.h (or whatever config files created by configure/make/cmake. They usually create a final config.h which contains the necessary preprocessor flags that will let the package compile). Then add the source code of the given package to my app, and it's config.h (or whatever it is named) file.

Since this package supports Windows and MinGW, same strategy should apply to the MinGW builds.


This method always worked for me.


Best regards,
Oblivion


[Updated on: Thu, 21 December 2017 10:01]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: TheIDE is always stripping debug info in Release configuration with GCC
Next Topic: _Gstaticassertcompiletimeassertion_0 is negative-error
Goto Forum:
  


Current Time: Sat Apr 20 00:18:15 CEST 2024

Total time taken to generate the page: 0.14732 seconds