[Factor-talk] Parsing problem in EBNF:

2010-12-12 Thread Shaping
correctly. Can you fix this to allow the newline character to be parsed as whitespace? Shaping -- Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL, new data types, scalar functions

[Factor-talk] Problem building latest Factor pull

2010-12-09 Thread Shaping
, and rebuilt. This time the build failed with a long dump in the command window. Shaping -- This SF Dev2Dev email is sponsored by: WikiLeaks The End of the Free Internet http://p.sf.net/sfu/therealnews

Re: [Factor-talk] Problem building latest Factor pull

2010-12-09 Thread Shaping
^ No word named ΓÇ£F:\media\Repositories\TubbyMcTubsΓÇ¥ found in current vocabular y search path F:\media\repositories\Factor1 ... Looks like there is a character-encoding problem or corruption. The factor-rc file looks ok. Not sure how this happened. Shaping

Re: [Factor-talk] Format of factor-rc file

2010-12-09 Thread Shaping
The problem is the format of the path strings in the factor-rc file. Should these be double-quoted strings, one to a line? Mine are full path names of repo directories outside the Factor working directory. I don't think this is correct. Shaping From: Joe Groff [mailto:arc...@gmail.com

Re: [Factor-talk] Problem building latest Factor pull

2010-12-09 Thread Shaping
is the name of the file that contains additional vocabulary roots. Try renaming the file and it should work. Thanks. factor.exe should really throw up a MessageBox on early errors like this. Yes. Shaping

[Factor-talk] Cartesian plot?

2010-12-06 Thread Shaping
Does Factor have a vocab for plotting Cartesian graphs? Shaping -- What happens now with your Lotus Notes apps - do you make another costly upgrade, or settle for being marooned without product support? Time

[Factor-talk] FW: Emacs/FUEL

2010-11-30 Thread Shaping
of formatting, even if the keyboard bindings are not the most ergonomic. Shaping -- Forwarded message -- From: Jim mack j...@less2do.com Date: Tue, Nov 23, 2010 at 8:35 AM Subject: Re: [Factor-talk] Emacs/FUEL To: factor-talk@lists.sourceforge.net There's an argument

[Factor-talk] FW: Walker and multipane GUI

2010-11-30 Thread Shaping
a switchable option (check box) to remove from the word list all unreachable words (to reduce clutter, if you are already aware of them). Evaluables would be entered in a fifth pane, which could also show the data stack, or a separate dockable window could show the data stack. Shaping

[Factor-talk] EditPad Pro

2010-11-27 Thread Shaping
Jim, I think you meant EditPad Pro, not EditPro. Shaping -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing

[Factor-talk] FW: E

2010-11-27 Thread Shaping
implementation does much more to modulate whitespace, and I want to implement that here in E, too. Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-27, 06:43 To: factor-talk@lists.sourceforge.net Subject: [Factor-talk] E; EditPro; Notepad++ I just got E to crash

[Factor-talk] Textmate integration

2010-11-25 Thread Shaping
convention. Nice, but no color or formatting. Did I miss it? Shaping -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing

Re: [Factor-talk] Emacs/FUEL; web server; sqlite installation for Factor

2010-11-25 Thread Shaping
, about a factor of 4 to 5 change in height. There is no in-between with the truncation. This doesn't seem correct. I've been able to adjust this raster font more finely on other occasions. Shaping There isn't a clean API to change the font or styles of the listener. However

Re: [Factor-talk] Emacs/FUEL; web server; sqlite installation for Factor

2010-11-24 Thread Shaping
environ, in this respect. I'm reading Slava's Factor Developer's Handbook now. It is more older, but more cohesive/contextual than the new larger hyperlinked version, and I prefer it for now. The order of the presentation is everything. Shaping From: Jim mack [mailto:j...@less2do.com

[Factor-talk] Emacs/FUEL

2010-11-23 Thread Shaping
only an ability to launch the editor. Shaping -- Increase Visibility of Your 3D Game App Earn a Chance To Win $500! Tap into the largest installed PC base get more eyes on your game by optimizing for Intel(R

Re: [Factor-talk] stack-effect syntax

2010-11-21 Thread Shaping
static typing. No, that would certainly be a mistake. Factor is more than adequate, but excessive dynamicity, as is so common is Smalltalk, for example, has its problems too. This issue is much of what I'm addressing in the establishment of a stricter, but still flexible type-discipline. Shaping

Re: [Factor-talk] loading of webapps.site-watcher

2010-11-20 Thread Shaping
from last week (which I deleted to test the new code), when I was playing with your first sample of web-server code. This adhoc home prepend-path Look in: prepend . doesn't make a directory. It only makes the full path to folder adhoc, and then displays the path. Shaping

Re: [Factor-talk] Git

2010-11-18 Thread Shaping
Someone please check the following statements for accuracy: A == remote repo B == local repo C == local working directory including by definition the local repo (.git directory) 1) clone copies compressed files from a remote repo to a local repo, creates remote-tracking branches for each

Re: [Factor-talk] loading of webapps.site-watcher

2010-11-18 Thread Shaping
Hi Shaping, Hi Slava. A top-level form in the site-watcher vocabulary makes calls to initialize a SQLite database. Since you do not have SQLite installed, you get this error when the vocabulary is loaded. You can either not call load-all, ignore the error, or install SQLite. I

Re: [Factor-talk] stack-effect syntax

2010-11-18 Thread Shaping
for stack-effects, and not my personal choice? If so, this convention looks like a break from the pattern that makes Factor simple and elegant. If these names must be used in stack-effects declarations, can someone please update the above language, accordingly. Shaping

Re: [Factor-talk] stack-effect syntax

2010-11-18 Thread Shaping
, and not just surrogates. I don't see the utility of the scheme. I just want to define the number, position, and types of inputs and outputs for a word. Shaping -- Beautiful is writing same markup. Internet

Re: [Factor-talk] load-all

2010-11-16 Thread Shaping
On Mon, Nov 15, 2010 at 4:07 PM, Shaping shap...@charter.net wrote: I just completed a fresh cloning of the Factor origin repo and a build of factor.exe. I opened the Listener, and evaluated load-all. When the load-all completed, I saw only this: I don't know enough about site-watcher

Re: [Factor-talk] Git: Repository -Verfiy Database warnings on freshly cloned and pulled repo

2010-11-16 Thread Shaping
you've got a working mental model, but I can't quite build that model from what I've been reading. Standby. I'm interleaving my study of the Git stuff with other Factor issues. Shaping _ From: shap...@charter.net To: factor-talk@lists.sourceforge.net Date: Mon, 15 Nov 2010 05:38:40

Re: [Factor-talk] Git

2010-11-15 Thread Shaping
to be what happens in our factor.cmd pull, but I cannot explain it yet with definitions I've read. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop

Re: [Factor-talk] Git: Repository -Verfiy Database warnings on freshly cloned and pulled repo

2010-11-15 Thread Shaping
doing the verify; it's convenient from the GUI. I think most of us are using the Git Bash. Shaping From: John Benediktsson [mailto:mrj...@gmail.com] Sent: 2010-November-15, 05:10 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Git: Repository -Verfiy Database

Re: [Factor-talk] Furnace on Windows

2010-11-14 Thread Shaping
just checkout the master. Is master == my original clone ? If so then how does Git take care of changes that I have not committed to my own clone. They could easily be destroyed. Looks like the commit is first necessary, unless I'm missing something. Shaping 5

Re: [Factor-talk] Furnace on Windows

2010-11-14 Thread Shaping
, but will ignore work as that's a personal distribution. I know. I'm concerned about possible collisions with modified stock code. I think the point Chris is making in his step 2 is that these changes need to be committed, first, but he did not mention old directories , only new ones. Shaping. On Sun

Re: [Factor-talk] Git GUI commit

2010-11-14 Thread Shaping
... Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-14, 03:40 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Git fetch So why does this thing called a fetch exist, if it does not change repo state? It downloads all commits from

Re: [Factor-talk] Git GUI commit

2010-11-14 Thread Shaping
...Okay you can Commit = Ammend Last Commit to fix mistakes like this... Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-14, 03:44 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Git GUI commit Well, that was a little unexpected. All

Re: [Factor-talk] Git GUI commit: deploy.factor

2010-11-14 Thread Shaping
What is deploy.factor all about? It looks like a list of vocabs to load before building the exe. Do we usually commit stuff like this? Probably not. Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-14, 03:44 To: factor-talk@lists.sourceforge.net Subject: Re

Re: [Factor-talk] Git

2010-11-14 Thread Shaping
On Sun, Nov 14, 2010 at 10:40 PM, Shaping shap...@charter.net wrote: Are you saying that fetch downloads a model of some remote committed code, so that I can somehow view an abbreviated representation of that code, so that I can later, at my convenience, select some or all

Re: [Factor-talk] Furnace on Windows

2010-11-14 Thread Shaping
shortcuts for their preferences. I didn't see much discussion over the strategy, which may help understand things like fetch/pull in context. I don't want to publish my changes anytime soon, only distinguish them from released clean-branch code, so that I can track both. Shaping On Sun, Nov 14

Re: [Factor-talk] Furnace on Windows

2010-11-14 Thread Shaping
are completely in charge. When working with the community, you have to submit requests for pulls rather than pushing, unless you are core. I thought I could pull anything, but only push what has been vetted. Shaping

Re: [Factor-talk] Git

2010-11-14 Thread Shaping
possible to go off into 'not currently on a branch' but using git reset with an id that isn't a branch. I don't remember whether I changed this. I could start over: save my two modified stock files and reclone the remote repo, to see that I am on the master branch by default. Shaping

Re: [Factor-talk] Git

2010-11-14 Thread Shaping
I may have broken that. I will reclone. I'm using both Git Bash and Bit GUI, the first to check the behavior of the second. Shaping -Original Message- From: Chris Double [mailto:chris.dou...@double.co.nz] Sent: 2010-November-14, 17:59 To: factor-talk@lists.sourceforge.net Subject: Re

Re: [Factor-talk] Git: branch of latest fixes to web server

2010-11-14 Thread Shaping
Factor.cmd can take clean or latest. I want the bignum fix, which I see is in branch latest. I want the recent web server fix from Slava, but I don't see it. Can someone tell me what branch this is in, or what the fix is called? Shaping

Re: [Factor-talk] Git: branch of latest fixes to web server; build fails

2010-11-14 Thread Shaping
it was the last time factor.cmd ran. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly

Re: [Factor-talk] Git GUI: clean start

2010-11-14 Thread Shaping
the clone, you'll get just the one *master branch. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage

[Factor-talk] Integrating Browser functionality into Listener: John Benediktsson's Syntax Highlighting

2010-11-14 Thread Shaping
is alive, connected, colored, formatted, and append-able at the Listener's prompt, with minimal GUI gesturing and less typing. Thoughts anyone? Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture

Re: [Factor-talk] Furnace

2010-11-13 Thread Shaping
have remaining this error: The image refers to a library or symbol that was not found at load time What is your context (USE:, USING:, etc) for setup and testing? Shaping ! This is a self contained test of creating a sqlite db. Click on autouse, paste enter. TUPLE: entity id author date

Re: [Factor-talk] Furnace on Windows

2010-11-13 Thread Shaping
(in the original vocabs). I have not convince myself yet that Git will keep old changes separate from those from the new update. Shaping From: Jim mack [mailto:j...@less2do.com] Sent: 2010-November-14, 01:14 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Furnace on Windows

Re: [Factor-talk] Furnace

2010-11-13 Thread Shaping
I placed all three files in the Factor directory. Shaping -Original Message- From: Chris Double [mailto:chris.dou...@double.co.nz] Sent: 2010-November-14, 01:32 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Furnace I tried it and got the same error.  :c shows

Re: [Factor-talk] Furnace

2010-11-12 Thread Shaping
Jim, can you give me more context for the bits below? I cannot find a definition for run-fac. Shaping From: Jim mack [mailto:j...@less2do.com] Sent: 2010-November-08, 12:11 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Furnace ! This is a self contained test

Re: [Factor-talk] PEGs

2010-11-11 Thread Shaping
outlook to send slightly less horrible email? The quoting in particular looks absolutely terrible in the posts you've sent. Previous statements are indented. All responses are left-justified and in-context. Shaping

Re: [Factor-talk] PEGs

2010-11-11 Thread Shaping
, the difference was in format only and was correctable. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage

Re: [Factor-talk] Factor GUI

2010-11-11 Thread Shaping
undertaken the task of making a more up-to-date looking set of widgets for Factor to use when creating GUI apps, even if those widgets/gadgets will not be used in the dev-environ itself? Shaping -- Centralized Desktop

Re: [Factor-talk] Factor keyboard shortcuts

2010-11-11 Thread Shaping
http://docs.factorcode.org/content/article-ui-listener.html I see it now. Sorry I missed it. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise

Re: [Factor-talk] PEGs

2010-11-11 Thread Shaping
just sleep. I didn't even notice that the two pages (when Chris sent the second) were actually different until you presented the two links together here. Thanks. Shaping -- Centralized Desktop Delivery: Dell and VMware

Re: [Factor-talk] Factor GUI

2010-11-11 Thread Shaping
. The current Factor style reminds me of the Motif style. Shaping -- Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage

Re: [Factor-talk] Docs and other topics

2010-11-11 Thread Shaping
foundation is laid with a few basic programming exercises and practical advice on how to use the tools (Git, Listener, Browser, Emacs). Shaping -Original Message- From: Chris Double [mailto:chris.dou...@double.co.nz] Sent: 2010-November-11, 05:24 To: factor-talk@lists.sourceforge.net

Re: [Factor-talk] Factor GUI

2010-11-11 Thread Shaping
What is currently the best example/demo involving a locally running web-server serving HTML pages? I need to get more deeply into HTML 5 and CSS 3, anyway. Shaping From: Jim mack [mailto:j...@less2do.com] Sent: 2010-November-11, 13:29 To: factor-talk@lists.sourceforge.net Subject

Re: [Factor-talk] Docs and other topics

2010-11-11 Thread Shaping
On Fri, Nov 12, 2010 at 8:01 PM, Shaping shap...@charter.net wrote Chris, I like your document, even though it is out of date. Just to be clear the handbook.pdf is Slava's document. Yes, sorry, I should have looked... I need

Re: [Factor-talk] PEGs

2010-11-10 Thread Shaping
expressions? Currently I have to scroll to the old position and double-click to re-enter it. Thanks. Shaping -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best

Re: [Factor-talk] PEGs

2010-11-10 Thread Shaping
(quotation and one or more). I tried word inspect on the above vector. The inspect said vector with 3 elements and showed a grid with nine numbers. How is that? Shaping -- The Next 800 Companies to Lead America's Growth

Re: [Factor-talk] Furnace, XStreams (PEGs) and some observations about Factor

2010-11-10 Thread Shaping
* (Yes, I made up my own long forms of recip, neg, and sq. ) That last form is like a traditional assignment statement. How then do I write the definition for : ? Shaping From: Joe Groff [mailto:arc...@gmail.com] Sent: 2010-November-09, 21:38 To: factor-talk

Re: [Factor-talk] Furnace, XStreams (PEGs) and some observations about Factor

2010-11-10 Thread Shaping
example of a page creation-and-exercise scenario, against a Factor-hosted web-server? That would provide plenty of context. The page created/served/submitted can be small, like that form you showed me the other day. Shaping

Re: [Factor-talk] Furnace, XStreams (PEGs) and some observations about Factor

2010-11-09 Thread Shaping
efficiently with this idea. Does anyone have any experience with PEGs in Factor? Also, I need a tree control (with expandable/collapsible nodes). Do we have one that works well? Shaping -- The Next 800 Companies

Re: [Factor-talk] Furnace, XStreams (PEGs) and some observations about Factor

2010-11-09 Thread Shaping
Thanks Chris. I'm working on this now. I managed to get the Browser looking really good with the stylesheet tweak that kenanb suggested. Does anyone know how to change the font style and size in the Listener. Shaping -Original Message- From: Chris Double [mailto:chris.dou

Re: [Factor-talk] PEGs

2010-11-09 Thread Shaping
I'm working now in the second article, which seems to prefer EBNF: to EBNF and I think [EBNF. ... I think we need periods at the ends of the EBNF rules in the second article. ... Also, digit cannot be found in the current vocab search path, even though math.parser is in the path. Shaping

Re: [Factor-talk] Furnace

2010-11-08 Thread Shaping
I saved down the form and dropped it on Chrome and saw a reasonable 4-field form in a group box with a save button below the group box. How do I learn more about this scheme and what you have in mind for it? Is there a blog describing the idea in more detail? Shaping

Re: [Factor-talk] ErgoEmacs and Emacs

2010-11-08 Thread Shaping
. I don't like that protocol. It creates excess motion. Does anyone have any Emacs advice for me? Shaping -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best

Re: [Factor-talk] Furnace

2010-11-08 Thread Shaping
the DLL in my 'Factor' directory (the one in my 'repositories' directory), which is where I run factor.exe from. I uninstalled my original Factor 0.94 app, because I build now only from the clean source branch. Shaping

Re: [Factor-talk] ErgoEmacs installation on Windows 7 64-bit; Factor-editor integration

2010-11-07 Thread Shaping
Jim/all: I got Factor working with ErgoEmacs. I'll report the details after I sleep. Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-07, 02:34 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] ErgoEmacs installation on Windows 7 64-bit

[Factor-talk] Vocabulary browser; class browser

2010-11-07 Thread Shaping
Do we have a built-in vocabulary browser? I see some discussion of this from 2008 but no vocabularies related to browsing vocabularies. Do we have a class browser that works like a classical Smalltalk browser? Shaping

[Factor-talk] FW: ErgoEmacs installation on Windows 7 64-bit; Factor-editor integration

2010-11-07 Thread Shaping
, for example. User variable HOME should point to user directory, NOT to user directory\.emacs.d\. Shaping -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling

[Factor-talk] load-all

2010-11-07 Thread Shaping
about all vocabularies. I'm trying to tread my Factor as I would a fully loaded Smalltalk image. Shaping -- The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best

Re: [Factor-talk] Vocabulary browser; class browser

2010-11-07 Thread Shaping
. Ultimately, I want free-form text to go away, and be replaced by words (not identifiers) in a tree. I have a specific grammar for accomplishing this, but I need considerable exercise yet with Factor before I implement it. Shaping On Sun, Nov 7, 2010 at 4:17 AM, Shaping shap...@charter.net wrote: Do we

[Factor-talk] Changing font style and size

2010-11-07 Thread Shaping
not work. I tried to change the font to a 210-point font. I also tried running the same code at the listener and saving and reopening Factor, but that didn't work either. Shaping -Original Message- From: Slava Pestov [mailto:sl...@factorcode.org] Sent: 2010-November-07, 20:13

[Factor-talk] Furnace; Emacs

2010-11-07 Thread Shaping
dynamic. I need to continue tweaking fonts a little. Then I'll be okay for a while with the Listener and the Browser. Are you still using Emacs with Factor? Shaping On Sun, Nov 7, 2010 at 4:43 PM, Shaping shap...@charter.net wrote: I did a load-All in the Factor listener

[Factor-talk] ErgoEmacs init file not loading

2010-11-06 Thread Shaping
according to Windows version and whether the computer is part of a domain. This bit above seems thorough, but does not help with Emacs or ErgoEmacs. Where did you place your .emacs file. Did you need to create a HOME environment variable? Shaping From: Jim mack [mailto:j

Re: [Factor-talk] ErgoEmacs init file not loading

2010-11-06 Thread Shaping
be a correct default location for .emacs, if the other fails, but that does not seem to be correct either. Also, during neither install were the registry entries mentioned in 2 and 3 created. Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-06, 18:00 To: factor-talk

Re: [Factor-talk] Emacs/ErgoEmacs alternative for REPL-integration with Factor?

2010-11-06 Thread Shaping
a facility (a dialog box) for calling external programs, but I'm not sure how to use that with Factor. Can someone explain the scheme of linkage between the running Factor exe and a running text-editor exe? Shaping From: Shaping [mailto:shap...@charter.net] Sent: 2010-November-06, 18:23

Re: [Factor-talk] Working style; default font; preferred text styler with REPL

2010-11-05 Thread Shaping
of tracking and opening source code using almost any popular editor using the editor integration in the basis/editors directory. Is anyone working on an Emacs work-alike that is integrated with Factor, so that we don't have to do the linking-to and installing of other apps? Shaping

[Factor-talk] Working style; default font; preferred text styler with REPL

2010-11-03 Thread Shaping
popular text styler for Factor? I prefer to have a REPL capability? Shaping -- Achieve Improved Network Security with IP and DNS Reputation. Defend against bad network traffic, including botnets, malware, phishing

Re: [Factor-talk] Building Factor

2010-11-01 Thread Shaping
must install the .NET first, as I did the first time. Shaping -Original Message- From: Chris Double [mailto:chris.dou...@double.co.nz] Sent: 2010-October-31, 19:19 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Building Factor On Sun, Oct 31, 2010 at 10:56 PM, Shaping

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
had this problem and managed to fix it? Has anyone made a .sln file for the VM? I could build using VS 2010, if necessary. I see in the \vm direction the expected .cpp and .hpp files and a config.windows file. How is the config file used? Shaping

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
to find one in the local directory. I must be missing something obvious. Shaping On Sun, Oct 31, 2010 at 1:49 AM, Shaping shap...@charter.net wrote: I need multi-processing, and fast inter-process queues to build an Actor-like model for my application. Multithreading is useful too

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
Factor. I believe these shortcuts do more environment setup than vsvars32.bat alone does. There seems to be some truth in that, but I still have path problems with include files--not sure why. Shaping -- Nokia

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
given IRC a fair shake. Do most Factor contributors hang-out on IRC? If the IRC is the main mode of communication, can you suggest a great Windows IRC client? Shaping -- Nokia and ATT present the 2010 Calling All

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
It says I've joined #concatenative, but I cannot send to channel #concatenative. Shaping From: Joe Groff [mailto:arc...@gmail.com] Sent: 2010-October-31, 04:19 To: factor-talk@lists.sourceforge.net Subject: Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

[Factor-talk] Building Factor

2010-10-31 Thread Shaping
factor.exe factor.dll.lib libfactor-ffi-test.dll Factor.com is not in my repo. Shaping -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8

Re: [Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-31 Thread Shaping
Thanks Chris. This looks very interesting, and will be the third thing I do, right after a successful build and text-editor setup. Shaping -Original Message- From: Chris Double [mailto:chris.dou...@double.co.nz] Sent: 2010-October-31, 04:59 To: factor-talk@lists.sourceforge.net

Re: [Factor-talk] Building Factor

2010-10-31 Thread Shaping
wrong? I'll try it. Shaping -- Nokia and ATT present the 2010 Calling All Innovators-North America contest Create new apps games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash

Re: [Factor-talk] Building Factor

2010-10-31 Thread Shaping
Hi Chris. I rebooted. I seemed to be able to login to IRC, but can't send anything to the channel. Here is what I tried to send: [20:26] Shaping doublec, the git pull worked, but cl.exe still cannot find windows.h, which lives at C:\Program Files\Microsoft SDKs\Windows\7.1\Include, which

[Factor-talk] Factor text-editor text-styler and formatter; building Factor

2010-10-30 Thread Shaping
are having the same problem, but I've either implemented all proposed solutions, or there is no solution offered. Is there a fix? This is probably something simple I've overlooked. Regards, Shaping -- Nokia