Commit Graph

45 Commits

Author SHA1 Message Date
Günter Obiltschnig
1178bb4760 LD_LIBRARY_PATH must use host lib path 2018-03-18 09:23:59 +01:00
Günter Obiltschnig
cf73cfad58 build system: added target_extlibs variable 2018-02-21 12:34:49 +01:00
Alex Fabijanic
8c336637f9 installed headers/libs are used over builddir files #298 2017-10-12 19:29:03 -05:00
Günter Obiltschnig
04e7e04d4d Remove \$Id`$ headers 2017-09-09 11:14:06 +02:00
Guenter Obiltschnig
ab2554a7ca pass POCO_BUILD_HOST, POCO_TARGET_OSNAME and POCO_TARGET_OSARCH as strings 2017-02-12 13:57:36 +01:00
Guenter Obiltschnig
f28591baeb fix SET_LD_LIBRARY_PATH to include POCO_BASE/LIBDIR if different from LIBPATH 2016-03-06 20:30:11 +01:00
Guenter Obiltschnig
169426850c add SET_LD_LIBRARY_PATH variable 2016-03-06 16:21:13 +01:00
Guenter Obiltschnig
9bb15aa9b8 export LINK in make build 2016-03-06 11:28:38 +01:00
Guenter Obiltschnig
d3f12000d4 don't be too eager setting POCO_PREFIX to /usr/local; add --no-prefix option to configure to NOT set POCO_PREFIX; output POCO_LIB_INSTALLDIR if POCO_VERBOSE 2016-03-06 11:10:25 +01:00
Guenter Obiltschnig
bcf2f40627 renamed VERBOSE -> POCO_VERBOSE 2016-03-01 17:43:25 +01:00
Guenter Obiltschnig
8a13c50e63 don't include config.make in every make; make verbosity optional 2016-03-01 08:23:11 +01:00
Günter Obiltschnig
3d1a094725 Merge pull request #1026 from zosrothko/Cygwin
Fixes for producing the poco-1.6.2 release on a Cygwin x86 platform
2016-02-28 15:29:08 +01:00
Guenter Obiltschnig
eb2861ddee add -DPOCO_TARGET_OSARCH and -DPOCO_TARGET_OSNAME to COMMONFLAGS 2016-02-02 15:03:12 +01:00
FrancisANDRE
5e1e3281ea Add trace of important variables.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-17 10:19:40 +01:00
FrancisANDRE
46a261a0dd Override POCO_BUILD if it is undefined or empty.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 11:35:37 +01:00
FrancisANDRE
d08fb9b075 Check for empty POCO_BUILD. Echo $PROJECT_BASE & $POCO_BUILD.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-16 08:28:51 +01:00
FrancisANDRE
a3b271757f Protect imported definition for Cygwin only.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-12 16:51:09 +01:00
FrancisANDRE
603e43ee7d Revert "Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.""
This reverts commit e1c0db371d.
2015-11-10 14:19:06 +01:00
FrancisANDRE
e1c0db371d Revert "avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined."
This reverts commit 7d7bbfe5b2.
2015-11-10 14:11:08 +01:00
FrancisANDRE
7d7bbfe5b2 avoid running SharedMemoryTest when POCO_NO_SHAREDMEMORY is defined.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-10 14:09:53 +01:00
Guenter Obiltschnig
dc7f1e55c9 also export LINK 2015-10-05 16:18:10 +02:00
Aleksandar Fabijanic
e2374c9611 add POCO_LIB_INSTALLDIR 2015-01-13 07:38:43 -06:00
Alex Fabijanic
ba3a8b08c5 GH #341: Compiling poco-1.5.2 for Cygwin 2014-04-29 23:06:01 -05:00
Aleksandar Fabijanic
bf74a4be8b FreeBSD build and threading 2012-10-01 00:31:28 +00:00
Aleksandar Fabijanic
f36a12d0f1 remove ODBC check from global rules; fix indentation in Poco::Any 2012-09-21 05:11:25 +00:00
Aleksandar Fabijanic
90a8e859bf - SF #3552774: Don't hide default target in subordinate makefile
- SF #3534307: Building IPv6 for Linux by default
- SF #3516844: poco missing symbols with external >=lipcre-8.13 
- fix of rev. 1952 fix (porting rev.1913 from 1.4.4 (fixed SF# 3550553))
2012-08-20 00:57:17 +00:00
Aleksandar Fabijanic
bf4f148782 more linux build fixes/improvements 2012-07-10 03:58:41 +00:00
Aleksandar Fabijanic
95c3e8871e Linux 64-bit and static build fixes (only Ubuntu build tested) 2012-07-07 16:03:21 +00:00
Aleksandar Fabijanic
d75e68c027 new trunk (base for 1.5)
windows build only
2012-04-23 01:14:34 +00:00
Aleksandar Fabijanic
f9b60296f7 removing old trunk files 2012-04-23 00:43:14 +00:00
Aleksandar Fabijanic
4bdeaa7baf SF [2840802] fixes compiling static libraries on Solaris
SF [2841113] Crypto testsuite/sample fails to link on POSIX
2009-08-20 17:13:16 +00:00
Guenter Obiltschnig
ac6b6e1bf8 updated build/release scripts 2008-09-19 04:43:05 +00:00
Aleksandar Fabijanic
08dda45469 POCO_PROJECT => PROJECT_BASE 2008-07-07 19:03:09 +00:00
Guenter Obiltschnig
690c231a1a makefile improvements 2008-07-03 10:07:52 +00:00
Chris Johnson
e8111249e5 -Fix bug [ 1985839 ] strip TARGET* in make all
-Tweak MinGW configuration file
-Modified Tuple.h for sane behavior with MinGW
-Modified UtilTestSuite.cpp for conditional use of MFC based on availability of library; otherwise use console
2008-06-06 04:38:13 +00:00
Aleksandar Fabijanic
4e774e71aa SunOS build consolidation:
build/config/SunOS renamed to SunOS-SunForte
added build/config/SunOS-SunStudio
modified build/rules/global to select proper configuration based on detected Sun compiler version
disabled spurious hidevf warning for Data/testsuite and Data/SQLite Sun build
2008-05-28 19:08:40 +00:00
Aleksandar Fabijanic
c07cc04912 build configuration for Nexenta with gcc 2008-03-20 15:30:34 +00:00
Chris Johnson
def90185aa Added build support for stock MinGW/MSYS build of POCO.
Components now supported by default:
 Foundation {including internal PCRE lib}
 Util
 Net
 XML
 SQL
 SQL/ODBC
 SQL/SQLite
 samples/{all components supported}

Components supported with additional 3rd party MinGW/MSYS libs:
 NetSSL w/OpenSSH

Components unsupported at this time:
 testsuite: Fails to build due to TupleTest - needs slight code change MinGW can't deal with currently.  Only thing causing failure.
 CppUnit: Unable to support this due to WIN32 version of this functionality relying on MFC which does not ship with MinGW/MSYS.
 --no-wstring support due libstdc++ - will require STLPort {support coming soon}


:build/config/MinGW
 +Fixed compiler environment flags and switches
 +Linkage build supports:  SHARED, STATIC, or BOTH
 +Fixed duplicate symbol/unresolved symbol during compile
 +Added PCRE build flag for internal library build/eliminate link errors
 +Disable support of UTF-8 by default, MinGW will require STLPort 
 +Corrected system link libs for MinGW "dumb" linker

:build/rules/global
 +Added MinGW environment deduction logic

:configure
 +Fine tuned environment deduction recognizing MinGW as valid

:Data/ODBC/Makefile
 +Fixed correct ODBC libs to link

:Foundation/Makefile
 +Added logic for building correct subsystem dependency

:Util/Makefile
 +Added logic for building correct subsystem dependency
2008-02-21 09:08:44 +00:00
Guenter Obiltschnig
aaea87c6e2 latest sources from main repository 2007-06-13 15:32:13 +00:00
Guenter Obiltschnig
95bdb7c51d sync to internal repository 2007-02-23 14:50:42 +00:00
Guenter Obiltschnig
13f73441e2 sources from main repository 2006-12-22 10:07:47 +00:00
Guenter Obiltschnig
7781215f61 sources for 1.3 2006-11-17 16:40:16 +00:00
Guenter Obiltschnig
70cd05fde3 set eol-style to native 2006-10-23 15:40:50 +00:00
Guenter Obiltschnig
2d4078f392 submitted 1.2.0 2006-08-29 07:10:35 +00:00
Guenter Obiltschnig
f476bd6b32 initial import 2006-07-11 16:33:40 +00:00