On Friday 28 August 2009 17:07:37 you wrote: > Hi Brad, > > Just tell me one thing, can I execute any C program in the libmapi- > 0.8-ROMULUS folder, or I can only execute the ones that are in the > /doc/examples/ directory. I'm able to compile the mapi_sample1.c program > and have taken capture of its output. No. You can only compile "whole" applications using the existing buildsystem. You can't expect to compile a random file into an executable without making at least some changes.
> Tell me whether I can execute the mapi_sendmail.c in the /torture > directory. I've tried to compile it in the same way as for mapi_sample1.c, > but it gives error as: This file, along with other files in the torture/ directory, is meant to be compiled into a shared library (to be run using smbtorture). It isn't standalone. Please read the top level Makefile to see the various targets. Brad _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
