Sign In
New User? Sign Up
exiv2
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
You can search the group for older messages.

Messages

  Messages Help
Advanced
Messages 79 - 109 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
79
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...
hmargerain
Offline Send Email
Jun 9, 2005
8:34 pm
80
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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 10, 2005
1:26 am
81
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 12, 2005
3:49 pm
82
... 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...
Jeffrey J. Early
herrdoktorfaust
Offline Send Email
Jun 12, 2005
6:24 pm
83
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. ...
hmargerain
Offline Send Email
Jun 12, 2005
9:24 pm
84
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 13, 2005
2:48 am
86
Hello Andreas, I have correctly instructed Dev-C++ to link with libexiv2.a, but I still have these errors : - multiple definition of `typeinfo for...
hmargerain
Offline Send Email
Jun 13, 2005
9:33 pm
87
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...
Andreas Huggel
zzzahu
Offline Send Email
Jun 14, 2005
1:11 am
88
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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 15, 2005
2:47 pm
89
... 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@...
Send Email
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...
hmargerain
Offline Send Email
Jun 21, 2005
7:19 pm
91
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 ...
Andreas Huggel
zzzahu
Offline Send Email
Jun 22, 2005
1:45 am
92
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"...
hmargerain
Offline Send Email
Jun 23, 2005
9:13 pm
93
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 ...
exiv2user
Offline Send Email
Aug 2, 2005
1:58 pm
94
... Thanks. Could you send me the warnings or, even better, a patch to fix them? ... Regards, Andreas...
Andreas Huggel
zzzahu
Offline Send Email
Aug 2, 2005
2:49 pm
95
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...
exiv2user
Offline Send Email
Aug 2, 2005
7:46 pm
96
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...
Andreas Huggel
zzzahu
Offline Send Email
Aug 3, 2005
11:58 am
97
Yes, really strange. All works fine though with Visual Studio 2003. Don't know why this changed....
exiv2user
Offline Send Email
Aug 3, 2005
12:42 pm
98
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...
gstagust
Offline Send Email
Aug 4, 2005
4:12 pm
99
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...
exiv2user
Offline Send Email
Aug 5, 2005
6:36 am
100
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...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 8, 2005
11:05 am
101
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...
Andreas Huggel
zzzahu
Offline Send Email
Aug 8, 2005
1:19 pm
102
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...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
3:38 am
103
... 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...
Andreas Huggel
zzzahu
Offline Send Email
Aug 9, 2005
4:16 am
104
... Nothing happens! -- Jussi Jääskeläinen; http://www.jjussi.com THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS PAGEANT DOES NOT STINK THE CHRISTMAS...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
4:44 am
105
... 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...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
4:50 am
106
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...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
4:57 am
107
... I managed to solve this problem.. Automatic Makefile make linking wrong way.. So I created own "compile" script.. :-) (would be nice to understand Make...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
7:29 am
108
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...
Jussi Jaaskelainen
jjussi_com
Offline Send Email
Aug 9, 2005
7:33 am
109
Ok, it's time you go to example2 (addmoddel.cpp) :) Look at the first lines after "Modify Exif data": Exiv2::Exifdatum& tag =...
Andreas Huggel
zzzahu
Offline Send Email
Aug 9, 2005
8:19 am
Messages 79 - 109 of 1513   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! UK. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help