[Coin-discuss] Alps MS-VS workspace

Matthew Galati Matthew.Galati at sas.com
Tue Aug 15 16:17:27 EDT 2006


ugh!!

I submitted a "test ticket", filling in minimal fields -- no problem. Then, I tried submitting the real one... with all the fields filled in and it gave me the error again. And, when I went back, I lost all my changes.

I am using firefox.
 

> -----Original Message-----
> From: coin-discuss-bounces at list.coin-or.org 
> [mailto:coin-discuss-bounces at list.coin-or.org] On Behalf Of Ted Ralphs
> Sent: Tuesday, August 15, 2006 3:41 PM
> To: Discussions about open source software for Operations Research
> Subject: Re: [Coin-discuss] Alps MS-VS workspace
> 
> Matt,
> 
> Can you submit a ticket for these changes? If you still don't 
> have TICKET_CREATE privileges, let's try to figure out why. Thanks.
> 
> Cheers,
> 
> Ted
> 
> Matthew Galati wrote:
> > This works.... Thanks Andreas. The ALPs lib compiles in MSVS7 now. 
> > I'll try ABC next.
> > 
> > The only other change I had to make was:
> > 
> > magala at l11062 ~/COIN_NEW/Coin-Alps/Alps $ svn diff
> > Index: src/AlpsKnowledge.cpp
> > ===================================================================
> > --- src/AlpsKnowledge.cpp       (revision 301)
> > +++ src/AlpsKnowledge.cpp       (working copy)
> > @@ -26,7 +26,7 @@
> > 
> //####################################################################
> > #########
> > 
> > 
> > AlpsEncoded*
> > -AlpsKnowledge::AlpsKnowledge::encode() const
> > +AlpsKnowledge::encode() const
> > {
> >     AlpsEncoded* encoded =
> >        new AlpsEncoded(const_cast<char*>(typeid(*this).name()));
> > 
> > 
> >> Hi,
> >>
> >>> When I put ALPs source into project workspace I get:
> >>>
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsConfig.h(38) :
> >>> fatal error C1083: Cannot open include file: 
> 'configall_system.h': 
> >>> No such file or directory AlpsSubTree.cpp
> >>
> >>
> >> You need to include
> >>
> >> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\BuildTools\headers
> >>
> >> into your include file directory search path if you use 
> the developer
> >> studio.
> >>
> >> Andreas
> >>
> >>>
> >>> among other errors like:
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledg
> e.cpp(29)
> >>> : error C2039: '__ctor' : is not a member of 'AlpsKnowledge'
> >>>      
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledge.h(48)
> >>> : see declaration of 'AlpsKnowledge'
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledg
> e.cpp(30)
> >>> : error C2270: 'encode' : modifiers not allowed on 
> nonmember functions
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledg
> e.cpp(32)
> >>> : error C2673: 'encode' : global functions do not have 
> 'this' pointers
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledg
> e.cpp(32)
> >>> : error C2228: left of '.name' must have class/struct/union type
> >>> 
> c:\cygwin\home\magala\COIN_NEW\Coin-Alps\Alps\src\AlpsKnowledg
> e.cpp(33)
> >>> : error C2673: 'encode' : global functions do not have 
> 'this' pointers

> 




More information about the Coin-discuss mailing list