This is a discussion on Re: [courier-users] Build on Fedora Core 3 x86_64 within the Courier-Imap forums, part of the Mail Servers and Related category; Hy, I use also an FC3 and my way was to do a RPM build. rpmbuild --ta courier-*.tar.gz ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hy,
I use also an FC3 and my way was to do a RPM build. rpmbuild --ta courier-*.tar.gz So the rpmbuilder does the right path envoirement, and if some packages are missed he say it to you. I think with this solution you got this thing to work. Hope it helps. > Hi, > > I'm running Fedora Core 3 2.6.10-1.771smp and trying to build courier as a > non-root user. > > /configure --with-redhat --with-mailuser=courier --with-mailgroup=courier > --with-db=gdbm > > seems to work - but when I make I get: > > make all-gmake-check FOO=BAR > make[1]: Entering directory `/home/juddm/courier-0.49.0' > make[1]: Leaving directory `/home/juddm/courier-0.49.0' > Making all in afx > make[1]: Entering directory `/home/juddm/courier-0.49.0/afx' > make all-am > make[2]: Entering directory `/home/juddm/courier-0.49.0/afx' > Compiling string.C > In file included from string.C:6: > afx.h:189: error: `std::istream' has not been declared > afx.h:189: error: ISO C++ forbids declaration of `parameter' with no type > afx.h:190: error: `std::istream' has not been declared > afx.h:190: error: ISO C++ forbids declaration of `parameter' with no type > afx.h:365: error: expected class-name before '{' token > afx.h:371: error: using-declaration for non-member at class scope > afx.h:371: error: expected `;' before '*' token > afx.h:376: error: `std::streampos' has not been declared > afx.h:376: error: ISO C++ forbids declaration of `parameter' with no type > afx.h:377: error: `std::streampos' has not been declared > afx.h:377: error: ISO C++ forbids declaration of `parameter' with no type > afx.h:386: error: expected class-name before '{' token > afx.h:393: error: `std::streampos' has not been declared > afx.h:393: error: ISO C++ forbids declaration of `p' with no type > afx.h:394: error: `std::streampos' has not been declared > afx.h:394: error: ISO C++ forbids declaration of `p' with no type > afx.h:400: error: expected class-name before '{' token > afx.h:406: error: `std::streampos' has not been declared > afx.h:406: error: ISO C++ forbids declaration of `p' with no type > afx.h:407: error: `std::streampos' has not been declared > afx.h:407: error: ISO C++ forbids declaration of `p' with no type > afx.h:413: error: expected class-name before '{' token > afx.h:419: error: `std::streampos' has not been declared > afx.h:419: error: ISO C++ forbids declaration of `p' with no type > afx.h:420: error: `std::streampos' has not been declared > afx.h:420: error: ISO C++ forbids declaration of `p' with no type > string.C:343: error: declaration of `operator<<' as non-function > string.C:343: error: `istream' is not a member of `std' > string.C:343: error: `i' was not declared in this scope > string.C:344: error: expected `,' or `;' before '{' token > string.C:373: error: `int CString::readline' is not a static member of > `class CString' > string.C:373: error: `istream' is not a member of `std' > string.C:373: error: `i' was not declared in this scope > string.C:373: error: expected primary-expression before "unsigned" > string.C:374: error: initializer expression list treated as compound > expression > string.C:374: error: expected `,' or `;' before '{' token > make[2]: *** [string.o] Error 1 > make[2]: Leaving directory `/home/juddm/courier-0.49.0/afx' > make[1]: *** [all] Error 2 > make[1]: Leaving directory `/home/juddm/courier-0.49.0/afx' > make: *** [all-recursive] Error 1 > > It seems that I'm not finding some includes or libraries - does anyone > know what I'm missing? > > Mike > -------------------------------------------------------- > Mail provided by Jaztek mail gateway (mail.jaztek.co.uk) > Jaztek - Accounting & IT Solutions > Website situated at http://www.jaztek.co.uk > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id396&op=click > _______________________________________________ > courier-users mailing list > courier-users@lists.sourceforge.net > Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |