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 » Developing U++ » UppHub » Repgen package (Compilation issue)
Re: [SOLVED] Re: Repgen package [message #47647 is a reply to message #47637] Tue, 21 February 2017 10:46 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
BioBytes wrote on Mon, 20 February 2017 09:41
Hi Klugier,

Thank you very much. Deleting line 10 in PdfDraw/PdfDraw.h solves the problem Smile

Regards

Biobytes


That fix is wrong, the real problem is in RepGen. RepGen.cpp includes PdfDraw.h, but RepGen does not have it in uses.

Now things become quite tricky: PdfDraw is in workspace because it is *conditionally* used by CtrlLib - but the condition is that target is LINUX. This is because in Linux, we are using PdfDraw for printing (as Linux printing system accepts Pdf as input). In Win32, it is not included because it is not required.

So the correct fix is to add PdfDraw to uses of RepGen. Done and commited.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Google Mock - now available at bazaar
Next Topic: Added Google Test
Goto Forum:
  


Current Time: Wed Aug 27 00:55:35 CEST 2025

Total time taken to generate the page: 0.05841 seconds