You Nous
You Nous
## Step to reproduce - follow instructions from here: https://github.com/flang-compiler/flang/wiki/Building-Flang#step-by-step-instructions - In `step-3`: during this command `cmake $CMAKE_OPTIONS -DFLANG_LLVM_EXTENSIONS=ON ..`. I encounter this issue ```bash -- Found LLVM_CONFIG as /Users/User/llvm/install/bin/llvm-config...
hello, i recently install the purple-facebook for pidgin, it's work nicely but i see issues , for example if i receive offline message from group chat, the conversation not sorted...
Hello, is there a way to export the AST produced by `fortran-src` in a format like XML? I would like to use this tool to parse fortran77 and obtain an...
I have provided this code as an example. ```f77 program main implicit none integer i integer nb parameter(nb=3) real array(nb) * -- initialize 'array' do i=1, nb array(i) = sin(real(i))...
hi @jlaine i compile and install wilink in ubuntu 16.04 but i can not use it because if i launch wiLink i have this error and the wilink window close....
hello, i try to compile wilink source code from github for ubuntu 14.04 32bit, but i have this error with `./release` ``` WARNING: DESTDIR: Cannot access directory '/bin/wiLink.2' cd wiLink/...