-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Getting error no property
None for type
int` on compiling on linux
#14
Comments
Inochi2D and Inochi Creator are still in a phase of rapid development, doing dub add replaces the dependencies on the main branch with older versions on the dub database. clone the inochi2d repository and the bindbc-imgui repositories and use You'll need to compile cimgui from source (which you can find in the bindbc-imgui source tree, you just need to recursively update its sub modules) |
Expanding a tiny bit more, if you have issues building that cimgui in the bindbc repo on Linux, please raise the issue in the bindbc repo, as it's our fault, not cimguis. I need to write better docs about this whole process and I don't have a primary Linux machine atm. |
thanks, I got it to compile successfully but it failed with a segmentation fault. It seems it's the same issue as discussed in #1
|
Have you compiled cimgui from source and make installed it? In later releases I plan to distribute Linux versions as AppImages with this stuff pre-compiled. |
Yes, I did along with SDL.
that'll be great, but it still would've been helpful to be able to easily make it work by compiling from source, for contributors. Though it is possible to compile, I haven't been able to run. |
Since I got segmentation fault, I ran it through gdb and got this (gdb) bt -full
#0 0x00007ffff7d90e61 in __strncmp_avx2 () at /usr/lib/libc.so.6
#1 0x00007ffff79327e8 in ImGui_ImplSDL2_Init(SDL_Window*, void*) () at ./cimgui.so
#2 0x00007ffff7932887 in ImGui_ImplSDL2_InitForOpenGL () at ./cimgui.so
#3 0x000055555573bf20 in _D7creator4core16incCreateContextFZv () at source/creator/core/package.d:209
#4 0x000055555573bc3f in _D7creator4core13incOpenWindowFZv () at source/creator/core/package.d:179
sdlSupport = <incomplete type>
imSupport = <incomplete type>
flags = <incomplete type>
support = <incomplete type>
#5 0x00005555556f84fc in _Dmain (args=...) at source/app.d:28 Thread 1 "inochi-creator" received signal SIGSEGV, Segmentation fault.
0x00007ffff7d90e61 in __strncmp_avx2 () from /usr/lib/libc.so.6 I am not much familiar with |
Potentially, it's at least not finding the SDL2 symbols in the imgui .so file, it seems. |
[Temporary Fix] Draw the cursor on mesh plane when deform
Getting this error on main branch
What I did
The text was updated successfully, but these errors were encountered: