hhashim1

Results 103 comments of hhashim1

so now the question is how can I take this library and install/compile it on a linux machine? I am using WSL on my windows box for docker. I am...

Ok thanks. So, I need to copy the whole ta-lib directory and not just a single file, right?

Ok...here is the latest update. I got all this stuff working. I couldn't find ta_TSF.c listing so I copied ta_SMA.c and renamed it. I was also able to modify the...

I got this error now. `root@d2eb1d7b4e5e:/ta-lib# autoreconf --install` `autoreconf: 'configure.ac' or 'configure.in' is required`

![image](https://user-images.githubusercontent.com/62855649/166080400-fa84a096-6e9e-4d21-b31d-da7a166aaf62.png) `Is: command not found`

![image](https://user-images.githubusercontent.com/62855649/166080489-4ffdf85d-5d09-48b1-8698-132b1d328fba.png) That's mounted to my directory on my Windows drive.

Here is the command I used to get into my container `docker exec -ti deephaven_server_1 /bin/bash`

Ok I went to `c` and then ran `autoreconf --install` and this is what I got ![image](https://user-images.githubusercontent.com/62855649/166080719-460e5e2b-1cac-4e0a-b3ec-9081035eebe5.png)

Does the mount need to be to `c`? I have mounted `ta-lib` and not `ta-lib/c`

So, `./autogen.sh` did not work. Here is the error. I changed the directory mount to be `c` ![image](https://user-images.githubusercontent.com/62855649/166086312-315107a6-8765-45a5-b446-9616f205199b.png)