View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0023692 | Community | OCCT:Documentation | public | 2013-01-09 17:43 | 2014-06-23 13:44 |
Reporter | Hugues Delorme | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | no change required | ||
Platform | Windows | OS | VC++ 2010 | ||
Product Version | 6.5.4 | ||||
Summary | 0023692: Build procedure for FreeType leads to compilation errors | ||||
Description | Build procedure of FreeType doc/OCCT_Build3rdParty_Windows_V2.pdf (ยง2.2) has two problems : * Setting the calling convention to "__fastcall(/Gr)" causes strange compilation errors like : ...\freetype-2.4.11\src\bdf\bdflib.c(1544): error C2440: 'function' : cannot convert from 'int (*)(const void *,const void *)' to 'int (*)(const void *,const void *)' In <stdlib.h> calling convention of qsort() is explicitely __cdecl * It's possible to build with calling convention set to __cdecl but there is no import library generated Applying this solves the problem : http://stackoverflow.com/questions/6207176/compiling-freetype-to-dll-as-opposed-to-static-library | ||||
Tags | No tags attached. | ||||
Test case number | |||||
related to | 0024630 | closed | Open CASCADE | Support building with Freetype 2.5.1+ |
|
Now (Freetype-2.5.1+) solution file can be generate using CMake. I haven't got any problems compiling Freetype-2.5.x using CMake on different platforms. |
|
Dear bugmaster, please close the issue. The lines mentioned in bug description are not presented in current version of the document. |
Date Modified | Username | Field | Change |
---|---|---|---|
2013-01-09 17:43 | Hugues Delorme | New Issue | |
2013-01-09 17:43 | Hugues Delorme | Assigned To | => atp |
2013-09-19 12:41 |
|
Assigned To | atp => inv |
2014-01-13 11:17 | bugmaster | Category | OCCT Release:DOC => OCCT:Documentation |
2014-02-17 11:59 |
|
Relationship added | related to 0024630 |
2014-04-16 18:44 |
|
Note Added: 0028902 | |
2014-06-20 14:57 | kgv | Note Added: 0029853 | |
2014-06-20 14:57 | kgv | Assigned To | inv => bugmaster |
2014-06-20 14:57 | kgv | Status | new => feedback |
2014-06-20 14:57 | kgv | Resolution | open => no change required |
2014-06-23 13:44 | bugmaster | Status | feedback => closed |