public inbox archive for pandoc-discuss@googlegroups.com
 help / color / mirror / Atom feed
* Building Pandoc from Source
@ 2020-07-22 13:32 jcrara
       [not found] ` <7ef12c7b-e19e-470b-bff1-33ca7f6f6686o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: jcrara @ 2020-07-22 13:32 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 911 bytes --]

I'm new to Haskell and looking to dive into the pandoc project.  I have the 
code downloaded and tried to build it using *stack setup/stack install*, 
but I'm not entirely sure it was successful because it fails to write to a 
directory 

AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-8.6.5\\": permission 
denied (Access is denied.)

I already have ghc 8.6.5 and stack 1.9.3 installed on my computer so maybe 
I can ignore this.  Did I build the project correctly or am I missing 
something?

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/7ef12c7b-e19e-470b-bff1-33ca7f6f6686o%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1294 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building Pandoc from Source
       [not found] ` <7ef12c7b-e19e-470b-bff1-33ca7f6f6686o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-07-22 14:20   ` jcrara
       [not found]     ` <3dc5b84b-3df6-475c-85e5-1e02cc776111o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: jcrara @ 2020-07-22 14:20 UTC (permalink / raw)
  To: pandoc-discuss


[-- Attachment #1.1: Type: text/plain, Size: 1180 bytes --]

Also, I'm building on 64-bit Windows 10.  According to INSTALL.md compiling 
from source section, the output should go to ~/.local/bin.  I can't find 
this anywhere on my computer.

On Wednesday, July 22, 2020 at 8:32:59 AM UTC-5, jcrara wrote:
>
> I'm new to Haskell and looking to dive into the pandoc project.  I have 
> the code downloaded and tried to build it using *stack setup/stack 
> install*, but I'm not entirely sure it was successful because it fails to 
> write to a directory 
>
> AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-8.6.5\\": permission 
> denied (Access is denied.)
>
> I already have ghc 8.6.5 and stack 1.9.3 installed on my computer so maybe 
> I can ignore this.  Did I build the project correctly or am I missing 
> something?
>

-- 
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3dc5b84b-3df6-475c-85e5-1e02cc776111o%40googlegroups.com.

[-- Attachment #1.2: Type: text/html, Size: 1712 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Building Pandoc from Source
       [not found]     ` <3dc5b84b-3df6-475c-85e5-1e02cc776111o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
@ 2020-07-23 16:01       ` John MacFarlane
  0 siblings, 0 replies; 3+ messages in thread
From: John MacFarlane @ 2020-07-23 16:01 UTC (permalink / raw)
  To: jcrara, pandoc-discuss


~/.local/bin is used on *nix.
On Windows a different directory within the home directory
is used.

https://stackoverflow.com/questions/28032436/where-is-pandoc-installed-on-windows

As for your other problem, that does sound more serious,
but I'm not sure what could be going wrong.

Perhaps you should wipe your current stack and ghc installations,
and start over (use the newest version of stack).

icrara <jrairigh2599-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> writes:

> Also, I'm building on 64-bit Windows 10.  According to INSTALL.md compiling 
> from source section, the output should go to ~/.local/bin.  I can't find 
> this anywhere on my computer.
>
> On Wednesday, July 22, 2020 at 8:32:59 AM UTC-5, jcrara wrote:
>>
>> I'm new to Haskell and looking to dive into the pandoc project.  I have 
>> the code downloaded and tried to build it using *stack setup/stack 
>> install*, but I'm not entirely sure it was successful because it fails to 
>> write to a directory 
>>
>> AppData\\Local\\Programs\\stack\\x86_64-windows\\ghc-8.6.5\\": permission 
>> denied (Access is denied.)
>>
>> I already have ghc 8.6.5 and stack 1.9.3 installed on my computer so maybe 
>> I can ignore this.  Did I build the project correctly or am I missing 
>> something?
>>
>
> -- 
> You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/3dc5b84b-3df6-475c-85e5-1e02cc776111o%40googlegroups.com.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-23 16:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-22 13:32 Building Pandoc from Source jcrara
     [not found] ` <7ef12c7b-e19e-470b-bff1-33ca7f6f6686o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-07-22 14:20   ` jcrara
     [not found]     ` <3dc5b84b-3df6-475c-85e5-1e02cc776111o-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org>
2020-07-23 16:01       ` John MacFarlane

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).