Hello, I am new to exiv2. I tried to compile the exifprint example and ran into the error of not having the exv_conf.h file which is not part of the exiv2...
Hi Hervé, The quickest way to get going is to cd to the top directory of the distributed code, run ./configure followed by make. This will generate the ...
Hi, I've uploaded a pre-0.7 package http://home.arcor.de/ahuggel/exiv2/exiv2-0.7-pre1.tar.gz and would appreciate feedback whether this compiles and looks ok...
... Compiled and ran with zero problems on MacOS X 10.4.1 and gcc 3.3. I ran exifprint with no problems. I ran addmoddel with no problems, and also tried a...
Hello Andreas, It took me a while to understand that the Dev-C++ only got a small part of MingW and does miss MSys which is the key to configure/make exiv2. ...
Hi Hervé, ... Ok. In the process this should have also built exifprint, directly in the src directory. Did it? ... [...] ... Did you use -lexiv2 (or the...
Hi Hervé, Please go back to the beginning. When you unpack the Exiv2 tarball, configure and compile with Dev-C++, do you get any errors? If not, look at the...
You can get it from the usual place at http://home.arcor.de/ahuggel/exiv2/download.html This release introduces extensive design changes in the library, new ...
... Debian packages of the excellent exiv2-0.7 are ready as well. I have an apt-able personal repository, see http://people.debian.org/~fuji/ for details, and...
KELEMEN Peter
fuji@...
Jun 16, 2005 11:31 am
90
Hello Andreas, I finally succeeded in compliling exifprint by bypassing Dev-C++ and directly typing the compile/link commands under msys shell. I am now...
Hi Hervé, ... Great! Did Dev-C++ issue any warnings during the compilation process? if so, could you send the output to me? (I have not heard from anybody ...
Hello Andreas, Thank you for your answer. I have setup Dev-C++ include and lib paths to point on the corresponding exiv2 directories, and added the "-lexiv2"...
Hi Just wanted to let you know that exiv2 compiles only with Visual Studio 2005 Beta 2 with the following option on each project: Treat warnings as error = no ...
Here are some of the warnings. I also uploaded the whole VS 2005 solution. Project : exiv2 File : getopt_win32.c Function: getenv Line 382: else if (getenv...
So according to the latest MSVC, getenv, strncpy, getpid and fopen are deprecated?? For a simple Unix programmer that sounds like the sky is going to fall...
Hello! I was recently thrown int this exif stuff due to a project of mine so I am not very well vexed at it at all. I had battled my way through some different...
Hi! Does someone know how to marshal the image data (Exiv2::DataBuf) returned by the copyThumbnail function to c# (or any other .NET language)? I'm able to get...
I can compile and install successfully exiv2-0.7 to my computer (x86_64), but when I try to compile (in c++ developing) exiv2 example1, or any other code what...
Hi, Can you get the actual commands that are being run to link the program, instead of only ... If this is just a simple example, send me the program and...
Easily! Code is from "exiv2 home" http://home.arcor.de/ahuggel/exiv2/example1.html and result looks like: jussi@gandalf ~/source_codes/exiv_test2 $ make make...
... That's actually the same code as the exifprint.cpp example in the src directory of the tarball. So you can do a make exifprint in the src directory to see...
... Nothing happens! -- Jussi Jääskeläinen; http://www.jjussi.com THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS...
... OK, I removed that exifprint.o file and gandalf src # make exifprint g++ -Wall -O2 -I. -c exifprint.cpp gandalf src # Now I have that .o file again.. And...
On Tuesday 09 August 2005 07:16, Andreas Huggel wrote: Let's do everything from scratch: gandalf exiv2-0.7 # ./configure checking for g++... g++ checking for...
... I managed to solve this problem.. Automatic Makefile make linking wrong way.. So I created own "compile" script.. :-) (would be nice to understand Make...
I have next problem... How I can (in code) make next procedure 1. read tag-value ("Exif.Image.ImageDescription") 2. add text to value 3. write everything...