how to compile HDFql in linux [closed] - c++

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 months ago.
Improve this question
My problem is that I want to try HDFql exemple which is self-contained files.
enter image description here
And I just followed what the manual said to do.
enter image description here
this is mine
enter image description here
But it can't work.
enter image description here
And I also tried do more
enter image description here
Also failed. the japanese said can't found -lHLDFql file or directory
So help me plzzzzzz

Related

the problem in terminal ( Warning: Debuggee TargetArchitecture not detected, assuming x86_64.) [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 days ago.
Improve this question
I recently installed c++ in vs code and I want to get the "enter image description hereHello World" code in that run, but I ran into a problem that I don't even know where the error is.enter image description here
i update the powershell but did not work

PowerBi config file [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 hours ago.
Improve this question
We have one simple bar graph in powerbi report, we want to change the color based on config file. How to do it ?
How to create a config file in powerbi ?

Not able to fetch the image from database in django application [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 months ago.
Improve this question
In my application, I am able to fetch all the other contents like name description but instead of using the all code correctly and all things may be clear the images are not loading.. please help click to see image
try this:
<img src="/media/{{ dest.img.url }}">

I can't build gatsby on netlify. What could be the problem? working locally [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 2 years ago.
Improve this question
I tried many ways but it didn't work. Please help me :(
repo url : https://github.com/Kentico/gatsby-starter-kontent-lumen
image
It looks like you don't have the proper environment variables set.
Could you double-check if the KONTENT_PROJECT_ID and KONTENT_LANGUAGE_CODENAMES is set according to the netlify.toml in the repository on your Netlify site project?
https://docs.netlify.com/configure-builds/environment-variables/#declare-variables

Google Chart API QR Code don't work [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 8 years ago.
Improve this question
I try to generate a QR code with the Chart API. This works but when I try to read the QR code it doesn't recognize the text. When I try to read other QR codes it works fine. Here is the test URL: https://chart.googleapis.com/chart?cht=qr&chs=150x150&ch1=Test
The final parameter name is chl not ch1.