Vadim Zeitlin | 5 May 2005 11:26
Favicon

Re: Mcclient.h includes on Mac OS X

On Wed, 4 May 2005 21:37:32 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

RW> include/Mcclient.h ropes in a bunch of other headers from the
RW> system include path, things like
RW> 
RW> mail.h
RW> osdep.h
RW> rfc822.h
RW> 
RW> they're missing on my 10.3.<mumble> powerbook, where should i be getting them
RW> from?

 They are cclient headers, from lib/imap/src/c-client. Do you mean you
don't have -I for this directory somehow?

VZ

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Richard Welty | 5 May 2005 13:55

Re: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 11:26:14 +0200 (Romance Daylight Time) Vadim Zeitlin <vadim <at> wxwindows.org> wrote:

> On Wed, 4 May 2005 21:37:32 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

> RW> include/Mcclient.h ropes in a bunch of other headers from the
> RW> system include path, things like
> RW> 
> RW> mail.h
> RW> osdep.h
> RW> rfc822.h
> RW> 
> RW> they're missing on my 10.3.<mumble> powerbook, where should i be getting them
> RW> from?

>  They are cclient headers, from lib/imap/src/c-client. Do you mean you
> don't have -I for this directory somehow?

apparently not.

in that directory, i do see rfc822.h and mail.h, but not osdep.h. i presume that osdep.h
comes from some other include directory in the M tree. anyway, i guess that you're right
that one or more -I flags is not there.

richard
--

-- 
Richard Welty                                         rwelty <at> averillpark.net
Averill Park Networking
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
             "F=ma : it's not just a good idea, it's the law"

(Continue reading)

Vadim Zeitlin | 5 May 2005 14:05
Favicon

Re[2]: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 07:55:46 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

RW> in that directory, i do see rfc822.h and mail.h, but not osdep.h. i presume that osdep.h
RW> comes from some other include directory in the M tree. anyway, i guess that you're right
RW> that one or more -I flags is not there.

 Was c-client built successfully? osdep.h is created during the build. Try
doing "make -f Makefile.M" in lib/imap to see if it reports ok.

 Also, do you build in tree? If so, please don't, but create a separate
build directory and build there.

 I'll try to rebuild M under Mac with wx 2.6.0 a.s.a.p. myself too.

 Good luck,
VZ

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Richard Welty | 5 May 2005 14:43

Re: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 14:05:27 +0200 (Romance Daylight Time) Vadim Zeitlin <vadim <at> wxwindows.org> wrote:
>  Was c-client built successfully? osdep.h is created during the build. Try
> doing "make -f Makefile.M" in lib/imap to see if it reports ok.

>  Also, do you build in tree? If so, please don't, but create a separate
> build directory and build there.

i think i just realized what i did. i saw the note about make M_bundle for
mac users, and did that directly without doing make in the build directory
first, and i'll wager it skips all the stuff in lib, etc.

i'm doing a regular make now, to be followed by a make M_bundle when
i get home from work this evening.

richard
--

-- 
Richard Welty                                         rwelty <at> averillpark.net
Averill Park Networking
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
             "F=ma : it's not just a good idea, it's the law"

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Richard Welty | 5 May 2005 14:25

Re: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 14:05:27 +0200 (Romance Daylight Time) Vadim Zeitlin <vadim <at> wxwindows.org> wrote:

> On Thu, 5 May 2005 07:55:46 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

> RW> in that directory, i do see rfc822.h and mail.h, but not osdep.h. i presume that osdep.h
> RW> comes from some other include directory in the M tree. anyway, i guess that you're right
> RW> that one or more -I flags is not there.

>  Was c-client built successfully? osdep.h is created during the build. Try
> doing "make -f Makefile.M" in lib/imap to see if it reports ok.

it does appear that c-client didn't build (at all). it's building now.

>  Also, do you build in tree? If so, please don't, but create a separate
> build directory and build there.

always do.

richard
--

-- 
Richard Welty                                         rwelty <at> averillpark.net
Averill Park Networking
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
             "F=ma : it's not just a good idea, it's the law"

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
(Continue reading)

Vadim Zeitlin | 5 May 2005 14:30
Favicon

Re[2]: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 08:25:11 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

RW> it does appear that c-client didn't build (at all). it's building now.

 I don't understand how could it have happened. Did the other libraries
under lib build? Did you do the initial make from top level build directory
(and not from src)?

VZ

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
Richard Welty | 5 May 2005 14:46

Re: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 14:30:44 +0200 (Romance Daylight Time) Vadim Zeitlin <vadim <at> wxwindows.org> wrote:

> On Thu, 5 May 2005 08:25:11 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

> RW> it does appear that c-client didn't build (at all). it's building now.

>  I don't understand how could it have happened. Did the other libraries
> under lib build? Did you do the initial make from top level build directory
> (and not from src)?

it happens when you try new things after seeing them in the docs when
you don't quite understand what is going on. i propose a small change
to the INSTALL file:

Mac OS X users only: after a successful make, you may do "make M_bundle"
in build_dir/src directory...

richard
--

-- 
Richard Welty                                         rwelty <at> averillpark.net
Averill Park Networking
    Java, PHP, PostgreSQL, Unix, Linux, IP Network Engineering, Security
             "F=ma : it's not just a good idea, it's the law"

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
(Continue reading)

Nerijus Baliunas | 9 May 2005 02:34
Picon

Re[2]: Mcclient.h includes on Mac OS X

On Thu, 5 May 2005 08:46:18 -0400 (EDT) Richard Welty <rwelty <at> averillpark.net> wrote:

RW> I propose a small change to the INSTALL file:
RW> 
RW> Mac OS X users only: after a successful make, you may do "make M_bundle"
RW> in build_dir/src directory...

Committed to cvs, thanks!

Regards,
Nerijus

-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 

Gmane