Skip to Content.
Sympa Menu

illinois-ml-nlp-users - Re: [Illinois-ml-nlp-users] FEX on MacOSX?

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] FEX on MacOSX?


Chronological Thread 
  • From: Varada Kolhatkar <kvarada AT gmail.com>
  • To: "Sammons, Mark" <mssammon AT illinois.edu>
  • Cc: "illinois-ml-nlp-users AT cs.uiuc.edu" <illinois-ml-nlp-users AT cs.uiuc.edu>
  • Subject: Re: [Illinois-ml-nlp-users] FEX on MacOSX?
  • Date: Sat, 29 Oct 2011 16:52:02 -0400
  • 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>

Thank you for your reply, Mark!
Yes, I experimented with 32-bit/64-bit related flags in the Makefile with no luck. 
Actually, I was trying to setup your SRL on MacOSX, but it's not working because of FEX. Anyway, I'll go back to ubuntu. But if anyone of you have tried to install SRL on MacOSX, any hints and advice would be appreciated. 

Thank you,
Varada

On Fri, Oct 28, 2011 at 4:47 PM, Sammons, Mark <mssammon AT illinois.edu> wrote:
Hi, Varada.

Unfortunately FEX is not really used within the group at this point; noone I am aware of has any experience trying to compile/run it on MacOSX.

One key issue that we have had trouble with on other platforms is 64- vs. 32-bit architectures; this can affect lex/yacc/bison.  If you have not yet tried it, you can experiment with changing the relevant lines in the Makefile.

Regards,

Mark


From: illinois-ml-nlp-users-bounces AT cs.uiuc.edu [illinois-ml-nlp-users-bounces AT cs.uiuc.edu] on behalf of Varada Kolhatkar [kvarada AT gmail.com]
Sent: Tuesday, October 25, 2011 9:45 PM
To: illinois-ml-nlp-users AT cs.uiuc.edu
Subject: [Illinois-ml-nlp-users] FEX on MacOSX?

Hi, 

I was just wondering if anyone has tried to build FEX on MacOSX. It builds successfully when I add the following code in the Makefile, but I get segmentation fault when I try to run the built binary. 

ifneq (,$(findstring Darwin, $(OSTYPE)))
        YACC = bison -y -d
        DEFINED = -DGETOPT
        LINKFLAGS = -lc -liconv
endif

I am using g++ 4.2.1. I tried several combinations of compiler and link flags without any success. Any help will be greatly appreciated. 

Thank you,
Varada




Archive powered by MHonArc 2.6.16.

Top of Page