From: David B. <Dav...@36...> - 2008-06-10 21:23:02
|
Tried compiling under under VS 2008 and got: error C3163: '_vsnprintf': attributes inconsistent with previous declaration Fixed by removing vsnprintf=_vsnprintf from "Preprocessor Definitions" in the project options. For error about sscanf undefined added "#include <stdio.h>" to sox/resample.c. For error about exit undefined added "#include <stdlib.h> " to sox/soxcompat.c. Compiled OK after that. This was with a fairly old version on iaxclient sources, but may be of help. David 360CRM Limited, registered address, Caledonia House, 89 Seaward Street, Glasgow, G41 1HJ, Registered in Scotland, company number SC261952. This email and its attachments may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of 360CRM Ltd. This email does not form any part of a contract. If you are not the intended recipient of this email and its attachments, you must take no action based upon them, nor must you copy or show them to anyone. Please contact the sender if you believe you have received this email in error. |