Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
ECL on windows
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
kodi...@eurogaran.com  
View profile  
(4 users)  More options Jan 7, 3:40 am
Newsgroups: comp.lang.lisp
From: kodi...@eurogaran.com
Date: Wed, 7 Jan 2009 00:40:40 -0800 (PST)
Local: Wed, Jan 7 2009 3:40 am
Subject: Re: ECL on windows

> Anyone has any hints on any way to do this correctly? Thanks

Yes. Try a decent operative system.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thingstad  
View profile  
 More options Jan 7, 4:20 am
Newsgroups: comp.lang.lisp
From: "John Thingstad" <jpth...@online.no>
Date: Wed, 07 Jan 2009 10:20:37 +0100
Local: Wed, Jan 7 2009 4:20 am
Subject: Re: ECL on windows
Pć Tue, 06 Jan 2009 12:41:41 +0100, skrev Francogrex <fra...@grex.org>:

That's the Linux build code. Get the windows version. It's devoid of that  
primitive command line gibberish. Just dobble click the icon.

--------------
John Thingstad


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Thingstad  
View profile  
 More options Jan 7, 4:35 am
Newsgroups: comp.lang.lisp
From: "John Thingstad" <jpth...@online.no>
Date: Wed, 07 Jan 2009 10:35:53 +0100
Local: Wed, Jan 7 2009 4:35 am
Subject: Re: ECL on windows
Pć Wed, 07 Jan 2009 10:28:04 +0100, skrev Francogrex <fra...@grex.org>:

try this:
http://sourceforge.net/project/showfiles.php?group_id=30035

--------------
John Thingstad


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juanjo  
View profile  
 More options Jan 7, 7:51 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Wed, 7 Jan 2009 04:51:54 -0800 (PST)
Local: Wed, Jan 7 2009 7:51 am
Subject: Re: ECL on windows
On Jan 7, 1:35 pm, Francogrex <fra...@grex.org> wrote:

> But this is the same place I pointed to in my post above where I am
> getting the files that are failing to compile! Am I missing something?
> is there any windows specific version hidden there I couldn't see.

I am not sure that the windows MSVC port was ever designed to be
statically linked. The  Makefile is probably missing the appropriate
options, and since currently I have no Windows machine to fix this, it
will have to wait until I get a virtual environment up and running, or
until somebody adds the missing bits.

Juanjo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeff Schwab  
View profile  
 More options Jan 7, 12:25 pm
Newsgroups: comp.lang.lisp
From: Jeff Schwab <j...@schwabcenter.com>
Date: Wed, 07 Jan 2009 12:25:20 -0500
Local: Wed, Jan 7 2009 12:25 pm
Subject: Re: ECL on windows

kodi...@eurogaran.com wrote:
>> Anyone has any hints on any way to do this correctly? Thanks

> Yes. Try a decent operative system.

An "operative system?"  You mean, like the CIA?

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juanjo  
View profile  
 More options Jan 8, 4:25 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Thu, 8 Jan 2009 01:25:21 -0800 (PST)
Local: Thurs, Jan 8 2009 4:25 am
Subject: Re: ECL on windows
On Jan 7, 4:49 pm, Francogrex <fra...@grex.org> wrote:

> Anyway I am not using the MSVC port (I don't work with Visual C++)
> because I am using msys and MinGW (or also Cygwin) to compile from the
> source (src) and this works quite well to have a working windows
> version (with aecl.dll). I've been using it very happily and have
> made many applications with it. So why can't the source files in src
> be modified to enable static linking instead of dynamic?

The sources do not need to be modified to get a statically linked
library: that is simply dictated by an option that is set when you
build ECL. What I meant is that the option is missing from the MSVC
makefiles.

In the Linux and similar versions (including mingw), you should simply
pass a configuration flag to "configure". Just do ./configure --
prefix=... --disable-shared ... The problem you will find is that
version 8.12.0 does not install the statically linked version
properly, but the executable gets built. I am working on a fix.

Please report if --disable-shared does not work in mingw so that I add
it to the list of things to be fixed.

Juanjo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juanjo  
View profile  
 More options Jan 8, 9:38 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Thu, 8 Jan 2009 06:38:08 -0800 (PST)
Local: Thurs, Jan 8 2009 9:38 am
Subject: Re: ECL on windows
On Jan 8, 3:04 pm, Francogrex <fra...@grex.org> wrote:

Ok, sorry for the inconvencience. I will look into that.

Juanjo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Juanjo  
View profile  
 More options Feb 14, 5:38 am
Newsgroups: comp.lang.lisp
From: Juanjo <juanjose.garciarip...@googlemail.com>
Date: Sat, 14 Feb 2009 02:38:30 -0800 (PST)
Local: Sat, Feb 14 2009 5:38 am
Subject: Re: ECL on windows
On Feb 13, 5:45 pm, Francogrex <fra...@grex.org> wrote:

> Anyway, now that I could build ECL statically, I'm wondering what's the advantage?

Well, there are only two possible advantages: compact distribution and
hiding the actual implementation of a program.

BTW, could you send me by email the fix you used to build ECL
statically?

Juanjo


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google