Boost logo

Boost :

From: SourceForge.net (noreply_at_[hidden])
Date: 2006-10-24 12:27:59


Patches item #1568191, was opened at 2006-09-29 23:35
Message generated for change (Settings changed) made by mclow
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1568191&group_id=7586

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Vladimir Prus (vladimir_prus)
Summary: [program_options] putenv on Solaris

Initial Comment:

<cstdlib> does not contain "putenv" on Solaris. Here
is a patch for program_options, based off the CVS
repository.

----
Index: program_options/test/parsers_test.cpp
===================================================================
RCS file:
/cvsroot/boost/boost/libs/program_options/test/parsers_test.cpp,v
retrieving revision 1.15
diff -w -r1.15 parsers_test.cpp
6d5
<
22a22,24
> #if defined(__sun)
> #include <stdlib.h> // for putenv on solaris
> #else
23a26
> #endif
---
Thanks, jason
mailings +at+ happie +dot+ com
----------------------------------------------------------------------
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=307586&aid=1568191&group_id=7586
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Boost-bugs mailing list
Boost-bugs_at_[hidden]
https://lists.sourceforge.net/lists/listinfo/boost-bugs

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk