stuff
This commit is contained in:
parent
187754bfd9
commit
8a526c74da
@ -18,6 +18,7 @@
|
||||
- fix im_cross_phase and im_addgnoise (Tom)
|
||||
- updated docs, C++ and python
|
||||
- header no longer stops on error
|
||||
- C++ dummy2.cpp helps OS X linking
|
||||
|
||||
12/12/07 started 7.13.3
|
||||
- added "include <cstring>" to VImage.cc to help gcc 4.3
|
||||
|
13
TODO
13
TODO
@ -1,16 +1,3 @@
|
||||
- missing libstdc++ in link? what if we configure with no openexr?
|
||||
|
||||
added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have
|
||||
a configure option to turn off CImg
|
||||
|
||||
there must be an autoconf macro that finds the stdc++ library name
|
||||
|
||||
maybe just link with g++ instead of gcc? how can we do this? put a
|
||||
dummy.cpp into libsrc?
|
||||
|
||||
or do we only need to link the cimg convenience library with g++? libtool
|
||||
should copy the libs up, shouldn't it?
|
||||
|
||||
WONTFIX
|
||||
=======
|
||||
|
||||
|
@ -31,7 +31,7 @@ SUBDIRS = \
|
||||
|
||||
lib_LTLIBRARIES = libvips.la
|
||||
|
||||
libvips_la_SOURCES = dummy.c
|
||||
libvips_la_SOURCES = dummy.c dummy2.cpp
|
||||
|
||||
# DLLs need dependant libs there too ... put @VIPS_LIBS@ at the end
|
||||
libvips_la_LIBADD = \
|
||||
|
Loading…
Reference in New Issue
Block a user