Ticket #370 (closed enhancement: wontfix)

Opened 3 years ago

Last modified 2 years ago

QT Nokia and GEOS

Reported by: cemehehko Owned by: strk
Priority: minor Milestone:
Component: Core Version: 3.2.0
Severity: Unassigned Keywords:
Cc:

Description

I have tried to use precompiled version of Geos and have many dependency problems. Thus why special compliation flags used in configure (MSYS/MinGW) and preconfigured makefile for MSVC. I have created single .pro(project file) for compile Geos with Qt Creator (MinGW and MSVC). To do this I need to rename duplicates files such as:

  • index/bintree/Interval.cpp into b_Interval.cpp
  • index/strtree/Interval.cpp into s_Interval.cpp
  • and other with geograph, planargraph, bintree, quadtree, strtree, sweepline.

Attachments

source.pro Download (33.7 KB) - added by cemehehko 3 years ago.
.PRO for Geos 3.2.2 for Qt Creator (MinGW, MSVC)
main.cpp Download (4.1 KB) - added by cemehehko 3 years ago.
Test programm to convert GEOS Geometry(Polygon/Multipolygon?) into QPainterPath
config.h Download (0.9 KB) - added by cemehehko 3 years ago.
System independent config.h
config.h.mingw Download (4.4 KB) - added by cemehehko 3 years ago.
config.h for MinGW
platform.h Download (1.0 KB) - added by cemehehko 3 years ago.
System independent platform.h
platform.h.mingw Download (2.4 KB) - added by cemehehko 3 years ago.
platform.h for MinGw? (from ./configure on MSYS)
version.h Download (1.2 KB) - added by cemehehko 3 years ago.
Compiler independed version.h

Change History

Changed 3 years ago by cemehehko

.PRO for Geos 3.2.2 for Qt Creator (MinGW, MSVC)

Changed 3 years ago by cemehehko

Test programm to convert GEOS Geometry(Polygon/Multipolygon?) into QPainterPath

Changed 3 years ago by cemehehko

System independent config.h

Changed 3 years ago by cemehehko

config.h for MinGW

Changed 3 years ago by cemehehko

System independent platform.h

Changed 3 years ago by cemehehko

platform.h for MinGw? (from ./configure on MSYS)

Changed 3 years ago by cemehehko

Compiler independed version.h

Changed 3 years ago by cemehehko

  • type changed from defect to enhancement

Full zip available at  http://depositfiles.com/files/ew37qzult in 1Mb size.

Changed 2 years ago by strk

  • status changed from new to closed
  • resolution set to wontfix

Try the CMake based build, if you really can't use the automake based one. Other kind of builds are not supported.

Note: See TracTickets for help on using tickets.