Commit graph

88 commits

Author SHA1 Message Date
William S Fulton
cc158c0601 Stuff to get Microsoft .NET C# compiler working with the test-suite
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5065 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-02 16:03:36 +00:00
William S Fulton
b7adea85ae Mods to take account of the different behaviour of the C# compilers and interpreters
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5064 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 23:31:52 +00:00
William S Fulton
b40a8093c2 Fix for Php and Perl soft link kludges in Examples/GIFPlot and Examples/perl - so that clean works when using multiple build directories
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5037 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-09-01 15:03:40 +00:00
William S Fulton
2d72380cc6 Added test-suite Makefile.in files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5028 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-08-31 16:23:34 +00:00
William S Fulton
1ef748c8e6 Fixes for detecting the different C# compilers/interpreters
Neaten 'configure --help' output


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@5013 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-08-27 09:29:46 +00:00
William S Fulton
2a858721b9 Additional possible jni header installation path for Java added
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4969 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-07-31 21:10:33 +00:00
Matthias Köppe
59378a7cfe [Guile]: New configuration switch, --with-guile-config.
[PHP]: Search for php and php4.  Search includes also in
/usr/include/php4, /usr/local/include/php4.
[Chicken]: Don't lose if Chicken libs are installed in /usr/lib.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4950 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-07-06 19:56:43 +00:00
Matthias Köppe
919fa9ab45 Merged MzScheme changes contributed by John Lenz.
Minor build changes to fix MzScheme/C++ test cases.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-10 21:54:01 +00:00
Matthias Köppe
18f16faf21 [Guile] Only build runtime libraries for the flavors of the Guile
module that work with the chosen version of Guile.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-10 18:39:45 +00:00
William S Fulton
ccc6d5e56f *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4802 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:07:55 +00:00
William S Fulton
26fa141076 Maximise warnings (gcc only) when building runtime libraries and executable only (not examples or test-suite).
Also more OCAML runtime library removal I just spotted.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4800 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 22:01:11 +00:00
William S Fulton
1006a83d97 Removed preprocessor definitions from having to be specified on the command line when building the c++ files. They are now defined in swigconfig.h.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4794 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 14:07:41 +00:00
William S Fulton
1a925cf129 Fix for finding jni_md.h in soft linked directories.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4784 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-11 21:34:46 +00:00
William S Fulton
c8b57b070e More java includes search directories
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4769 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-07 18:53:17 +00:00
William S Fulton
abb2acc08a Libtool added.
Removed last remaining subdirectory configure script (Tools directory)
Decision to skip a language has moved from the top level makefile into this configure.in


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4724 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:36:44 +00:00
William S Fulton
b895d31781 Mods for Java examples to run on Mac OS X
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4690 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-16 22:47:33 +00:00
William S Fulton
ce5c416e9d Patch #715531
Patch to remove GCC3 warning:

cc1plus: warning: changing search order for system directory "/usr/include"
cc1plus: warning: as it has already been specified as a non-system directory

I've used this patch for Guile and Tcl only as these seem to be the only 2 languages that actually use system include directories.

Older versions of Perl (pre 5.8 I think) also use -I for system include directories, but the -I part is obtained from the perl configuration file, so I've added a sed to modify it.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4669 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-07 09:22:27 +00:00
Dave Beazley
1eea411073 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4647 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-01 16:54:41 +00:00
William S Fulton
b6efce1c68 Perl and PHP soft link fix when configuring in a directory other than the root directory
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4644 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-01 11:11:13 +00:00
Dave Beazley
321cae599e Bumped version to 1.3.19.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4625 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-23 22:47:23 +00:00
William S Fulton
ec550c3c92 clean for VC++ generated files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4556 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-17 10:25:49 +00:00
William S Fulton
2e32117f77 mono c# compiler detection
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4503 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-10 19:52:18 +00:00
Jonah Beckford
35beb92c55 Split up shared and static flags for CHICKEN detection.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4497 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-10 19:09:57 +00:00
Art Yerkes
69cbf4251c Working example. See Examples/ocaml/shapes.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4489 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-10 04:14:04 +00:00
William S Fulton
f1a2b7d239 -mno-cygwin for Java on cygwin
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4438 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-06 23:13:09 +00:00
William S Fulton
95c61bbd57 detection of csharp compiler - pnet then mono then Microsoft
detection of CIL interpreter - just pnet for now


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4431 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-04 22:39:12 +00:00
Art Yerkes
bebaa363c0 Added info about dynamic linking to doc
Added dynamic targets to example makefiles
Added ocaml_dynamic and ocaml_dynamic_cpp targets to Examples/Makefile.in
Added OCAMLFIND and OCAMLDLGEN AC_SUBST lines in configure.in
Currently, dynamic linking relies on ocamlfind and Gerd Stolpmann's Dl package,
as well as some tricky elf linking.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4413 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 09:25:00 +00:00
William S Fulton
8daf2c32d7 Fixed patch for HP. The patch talked about in the bug report was for SWIG-1.3.17, but the OS detection has changed since then.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4355 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 20:30:04 +00:00
Dave Beazley
061de53790 Added HP TRYLINKINGWITHCXX patch.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4351 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-19 16:43:55 +00:00
Jonah Beckford
2da372f015 Got rid of CHICKEN example Makefile.in -> Makefile.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4333 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-17 08:00:58 +00:00
Jonah Beckford
27dfb2990c Add CHICKEN code to the things that need to be built.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-15 02:04:40 +00:00
Dave Beazley
ab423f43dd Added John's perl5 patches
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4310 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-14 18:04:21 +00:00
William S Fulton
129bfe1987 added continuation line in AC_CONFIG_FILES
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4239 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-21 00:39:02 +00:00
William S Fulton
e248160fd7 shared object extension changed to .bundle for mac os x
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4234 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-13 19:08:23 +00:00
William S Fulton
e321b1dfb7 Fix for cygpath if cygpath is not installed on Cygwin/Mingw machine or does not support --mixed option
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4232 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-01-09 23:39:48 +00:00
William S Fulton
14c314d566 Automake used to build SWIG executable
Automake 1.7.x requires autoconf version 2.54 minimum


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4220 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-23 22:50:26 +00:00
William S Fulton
b9d6e1536d AC_CANONICAL_HOST replaces proprietary uname approach.
Initial support for mingw added (untested right now).
Autotool support files moved to Tools/conf directory to get them out of the way. Might be a temporary home until the runtime libraries and libtool is fixed.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4204 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-16 21:38:13 +00:00
Matthias Köppe
c36e73c34d Fix typo.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4200 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-13 17:25:22 +00:00
William S Fulton
531819a161 Simplification of version string. Use autoconf's PACKAGE_VERSION instead.
Build time removed from SWIG version.
Using standard autoconf config header generation.
Updated old autoconf macros as reported by autoupdate
Removed $prefix from search paths as autoconf won't expand them.
'swig -ldflags' added for MzScheme, Ocaml, Pike and PHP
Fixed subtle bug where 'make prefix=/somewhere; make clean; make prefix=/somwhere/else' produced an executable using the incorrect library directories.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4177 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-11 22:21:31 +00:00
William S Fulton
f51968b8b7 More Cygwin tweaks
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4163 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-06 23:21:13 +00:00
Dave Beazley
decb491382 DOH cleanup
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4156 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 20:56:58 +00:00
Dave Beazley
dfe94c7af1 Modules directory
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4153 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 20:37:14 +00:00
Thien-Thi Nguyen
5cac93d477 (AC_CONFIG_SUBDIRS): Remove Source/DOH.
(configure_substituted_files): Add Source/DOH/Makefile
and Source/DOH/Doh/Makefile.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4147 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-12-03 19:48:46 +00:00
Dave Beazley
516036631c The great merge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30 22:01:28 +00:00
Masaki Fukushima
52652dc3b6 Ruby archdir patch supplied by Akinori MUSHA
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@1140 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-06-10 03:48:15 +00:00
Thien-Thi Nguyen
79aa652514 (configure_substituted_files): Add Examples/xml/Makefile.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@998 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-17 02:06:22 +00:00
Thien-Thi Nguyen
68b1289069 (TCLPACKAGE): Do `AC_SUBST' on this var.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@989 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2001-01-10 18:36:25 +00:00
Dave Beazley
22ad3083bb *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@965 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-20 04:28:49 +00:00
Dave Beazley
079308722b Updated build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@959 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-12-18 02:59:52 +00:00
Dave Beazley
03bdbcf1f8 SWIG1.3 directory added.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@897 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2000-09-27 02:22:48 +00:00