-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installation #14
Comments
You might check this, #6, I have step by step commands what I did, up to compiling the .cpp code, and it works this way, if you repeat this process it should work there as well, I guess. Worth trying my friend, good luck. |
Oh... that answers my question, but it's a little scary 😱 |
No, the solutions are also always there, just read thru, try the given solutions there, hope it will work, if not, you can write your scenario, or error messages here, I am not an expert, but there is always a way. |
This is now where the c++ part comes, you can recompile fruch_v3 in your machine, so getting a fresh .so, exactly for your computer. Very easy, try those steps I have written. |
Here It works for the first order. However, it blocks on the second one because the package doesn't have the same name in dnf (fedora) as in apt apparently. |
Installed pybind: So I am guessing you installed pybind11 and libeigen3-dev successfully. Then, switching into directory where frucht_v3.cpp is in your computer, from terminal. Then type Then, with its result, in above directory, type something like: If this works, you have a fresh .so file, copy this over the original one, two directories above. If you can compile this .so you are kind of finished. Then it should work. Good luck. |
Thank you for that clarification.
It's amazing because I don't have a "libeigen3-dev" package on Fedora. However I can go further.
It return
|
Do not type, do copy paste always, then modify, above stays Copy paste in linux: Mark text, somewhere else hit middle mouse button. |
hi I change for "include" because it's been offered to me...
|
Maybe this first: have it from: https://www.techinfected.net/2016/10/how-to-write-compile-run-c--program-fedora-linux-terminal.html |
Yes I already have that to install but I keep getting the same error message... 🤔 |
Maybe @swhalemwo have a idea ? |
Well, I have no fedora, and I am not a linux expert, with all its variants, just google about compiling c++ in fedora, and with your error in Google, maybe you will find some ideas there. |
Ok I'm going to look on my side but it's true that I'm not in my comfort zone when it comes to compiling C++. Thanks for your help. |
Somehow it seems it can not find pybind11 and python3, not sure why, here those did not complain, but google will help I hope, there is nothing to be uncomfortable, you do not do anything, just search which replies people gave to similar problems: google: |
Thanks, I wouldn't have thought to google it... |
Good luck, I hope you will sort this out soon, nothing hurries, but this tool is worth the effort, very useful. Then one can forget other mind mapping or concept mapping tools, export as .svg, in case you want to beautify it even more, just edit in inkscape, for example. |
When I run the
|
So you could compile the .so file successfully? If yes, what did you do differently, for historic reasons you could mention it here, as a help for future users. For obvz, start org-visualization first, and even there, add a few entries, in case you started a fresh brain with zero entries, 5..10 entries maybe, then you can run obvz-start. Then hitting in org-brain visualization n, so obvz can show something. Best is hit n a few times, just to be sure. You should see something visualized there, if all worked correctly. |
No, I still haven't been able to compile. That's the error message I get when I try to do it. |
But before you finished you should not start obvz-start, of course this will not work without the .so file, as far as I know at least. Ok, if you would use not type force but dot, it might work, but I am using always force graphs here. |
Well then, a little progress. I have successfully compiled with the following command which points to the version of python on my machine.
I have the I feel like I've got too new a version of python? (but I need it for other programs). @swhalemwo |
I am not a python (or even dev) user but I would like to test obvz.
Since it's not a package yet I have a doubt about the installation (spacemacs in my case). I'm used to install with the following command (example with org-brain-export) but I think it won't work... I wouldn't want to break everything ;-)
(org-brain-export :location (recipe :fetcher github :repo "Kungsgeten/org-brain-export"))
Could you give me an example of a functional configuration ?
The text was updated successfully, but these errors were encountered: