Doug Coleman
Doug Coleman
Looks like this. All we need to do is fix the small size somehow.
If using ``build.cmd`` you need to do the manifest step manually. From ``Nmakefile``: ``` factor.exe.manifest: factor.exe copy factor.exe.manifest.in factor.exe.manifest mt -manifest factor.exe.manifest -outputresource:"factor.exe;#1" ``` I get the tiny window but...
I still get the `line>>` error on trying to `save-location`.
That patch is already applied somehow: ``` C:\factor32>git blame basis\windows\winsock\32\32.factor db3d5f48 (John Benediktsson 2013-09-25 11:39:27 -0700 1) USING: alien.c-types cl db3d5f48 (John Benediktsson 2013-09-25 11:39:27 -0700 2) IN: windows.winsock.32 db3d5f48...
Yeah, it seems fine. On Wed, Apr 15, 2015 at 11:02 AM, John Benediktsson < [email protected]> wrote: > Yeah, I applied it, but wanted to make sure it didn't cause...
What's next here? The original error still throws the `line>>` exception.
Maybe the listener repl needs to set a location variable so there's somewhere to get the location from?
Related to https://github.com/factor/factor/issues/352#issuecomment-1012780907 (struct boa redefinition)
@catb0t ``-Wall`` already exists in the makefile. ``-Weverything`` is the whole point of this branch, it enables a ton more warnings. Try it!
cmake and a much simpler build.sh to automate the cmake + bootstrap process would be awesome. On Wed, Mar 30, 2016 at 5:06 PM, Benjamin Pollack [email protected] wrote: > Emphasizing...