Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] Solved: SNoW compile errors

illinois-ml-nlp-users AT lists.cs.illinois.edu

Subject: Support for users of CCG software closed 7-27-20

List archive

Re: [Illinois-ml-nlp-users] Solved: SNoW compile errors


Chronological Thread 
  • From: Mark Sammons <mssammon AT illinois.edu>
  • To: "Steven Corman" <steve.corman AT asu.edu>, illinois-ml-nlp-users AT cs.uiuc.edu
  • Subject: Re: [Illinois-ml-nlp-users] Solved: SNoW compile errors
  • Date: Thu, 12 May 2011 11:53:22 -0500 (CDT)
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/illinois-ml-nlp-users>
  • List-id: Support for users of CCG software <illinois-ml-nlp-users.cs.uiuc.edu>

I've updated the snow source to include these modifications; the dist tarball
available from our site now includes them.

Thank you Steve Corman and Lars Buitinck for resolving the problems.

Best Regards,

Mark


---- Original message ----
>Date: Tue, 10 May 2011 16:41:40 -0700
>From: Steven Corman
><steve.corman AT asu.edu>
>
>Subject: [Illinois-ml-nlp-users] Solved: SNoW compile errors
>To:
>"illinois-ml-nlp-users AT cs.uiuc.edu"
>
><illinois-ml-nlp-users AT cs.uiuc.edu>
>
> I was able to get a successful compile of SNoW.
> Here are the changes I made. This is for Fedora
> Core 14; on other distros your mileage may vary.
>
>
>
> . Make sure you have the "C++ support
> libraries for GCC" (gcc-c++) installed
>
> . Networks.cpp: Add #include <string.h>
>
> . GlobalParams.h: add #include <limits.h>
>
> . TargetIdSet.h: add #include <ostream> (at
> the top of the includes to avoid the conditional)
>
> . SnowParam.cpp: add #include <string.h>
>
>
>
> You do not need to run gmake test or gmake install.
> Once gmake runs normally you should have a working
> executable.
>
>
>
> Note to devs: I got a lot of warnings about
> "deprecated conversion from string constant to
> char*" and "deprecated or antiquated header" during
> the compile.
>
>
>
> Cheers,
>
>
>
> Steve
>
>
>
> ____________________________________________________________
>
> Steven R. (Steve) Corman
>
> Herberger Professor, Hugh Downs School of Human
> Communication
>
> Director, Consortium for Strategic Communication
>
> Arizona State University
>
> http://comops.org
>
> http://www.public.asu.edu/~corman
>
>
>________________
>_______________________________________________
>illinois-ml-nlp-users mailing list
>illinois-ml-nlp-users AT cs.uiuc.edu
>http://lists.cs.uiuc.edu/mailman/listinfo/illinois-ml-nlp-users




Archive powered by MHonArc 2.6.16.

Top of Page