[OGo-MacOSX] Need help on Sope

Helge Hess macosx@opengroupware.org
Fri, 7 Mar 2008 20:58:50 +0100


On 07.03.2008, at 17:25, Siddesh Ravindra Vagal wrote:
> I am trying to build the samples that exists in sope/sope-mime/=20
> samples (mime2xml)
> I see one config.make, Is this file useful for building this sample ?

Sure, it contains your configuration. It was created when you called =20
'configure'.

> If yes then can you please tell me how do use this file while =20
> building using gnustep =96 make.

The makefiles automatically pick up your config.make.

> Please give me steps of building this sample.

What steps? You just call make:
---snip---
helge@mbp$ cd SOPE-4.7-gnustep/sope-mime/samples
helge@mbp$ make
Making all for tool mime2xml...
  Compiling file Mime2XmlTool.m ...
...
  Compiling file mime2xml.m ...
  Linking tool mime2xml ...
Making all for tool imapls...
  Compiling file ImapTool.m ...
  Compiling file ImapListTool.m ...
...
  Linking tool test_qpdecode ...
Making all for tool imapquota...
  Compiling file ImapQuotaTool.m ...
  Compiling file imapquota.m ...
  Linking tool imapquota ...
Making all for tool imapacl...
  Compiling file imapacl.m ...
  Linking tool imapacl ...
Making all for tool imap_tool...
  Compiling file imap_tool.m ...
  Linking tool imap_tool ...
Making all for tool sievetool...
  Compiling file sievetool.m ...
  Linking tool sievetool ...
Making all for tool imapcontest...
  Compiling file imapcontest.m ...
...
  Linking tool imapcontest ...
helge@mbp$
helge@mbp$ ./obj/mime2xml
usage: mime2xml <file>*
   -preloops    <n>
   -statistics  YES|NO
   -streams     YES|NO
   -noparse     YES|NO
   -delegate    YES|NO
   -parsefields YES|NO
---snap---



What *exactly* is your problem? You never post the actual issues you =20
run into. If you don't know make, read the 'GNU make' manual. If you =20
don't understand gnustep-make, read the GNUstep-make manual.

The process is straight forward, please be more specific about the =20
issues you encounter when trying to build the specific subproject in =20
question.
Its hard to help you if you don't show us what you are doing.

Helge
--=20
Helge Hess
http://www.helgehess.eu/=