Skip to content
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

Compilation for Fedora 21 #49

Open
emilio1234 opened this issue Oct 14, 2016 · 4 comments
Open

Compilation for Fedora 21 #49

emilio1234 opened this issue Oct 14, 2016 · 4 comments

Comments

@emilio1234
Copy link

I compiled I-Simpa on fedora 21 with no major hassle. I had to:

  1. Manually install boost_1_60_0 and wxWidgets-3.1.0
  2. Change the minimum cmake verion in CMakeLists.txt to 3.0.0
  3. Make sure to cmake with python2.7: "cmake -DPYTHON_INCLUDE_DIR=/usr/include/python2.7/ -DPYTHON_LIBRARY=/usr/lib64/libpython2.7.so"

I uploaded 3ds files and did some meshing... everything seems to be working so far.

attached is ldd output for isimpa
dependency.txt

@nicolas-f
Copy link
Member

Hi,

Thanks for the feedback.

We have a lot of works to do in order to publish a release to major linux distribution, but this is our goal.

Best regards,

@emilio1234
Copy link
Author

Hi. I started working as well on this. done some work especially in the
binary files compatability. Let me know if you want to join forces.

Emil

On Oct 24, 2016 10:43, "nicolas-f" notifications@github.com wrote:

Hi,

Thanks for the feedback.

We have a lot of works to do in order to publish a release to major linux
distribution, but this is our goal.

Best regards,


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#49 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AHFsTqYTfrIp8xN6-cTjyQvGUFrMRUlFks5q3GGWgaJpZM4KW5KE
.

@nicolas-f
Copy link
Member

Hi,

Yes, we are interested by pull request. I currently working on adding breakpad to I-SIMPA, but I'm still unable to see methods names in stack traces.

@ghost
Copy link

ghost commented Dec 13, 2016

Good night:
I've compiled I-Simpa in Ubuntu 16.04

1º) compiled boost 1.60
2º) compiled wxWidgets 3.1 --disable-shared and --with-opengl
3º) installed dependence from .travis.yml

When I execute I-Simpa:

ASSERT INFO:
../src/gtk/dc.cpp(285): assert ""cr"" failed in wxPaintDCImpl(): using wxPaintDC without being in a native paint event

ASSERT INFO:
../src/common/dcgraph.cpp(351): assert ""IsOk()"" failed in SetTextForeground(): wxGCDC(cg)::SetTextForeground - invalid DC

ASSERT INFO:
../src/common/dcgraph.cpp(365): assert ""IsOk()"" failed in SetTextBackground(): wxGCDC(cg)::SetTextBackground - invalid DC

and later in Messages Console:

Error:OpenGL error 1280

TRANSLATION PROBLEM SOLVED IN VERSION 1.33
Other little problem in Python Console:
Language en_US is not avaible for this module :
/home/damian/isimpa-install/UserScript/moveto_vertex\
Traceback (most recent call last):
File "/home/damian/isimpa-install/SystemScript/uilocale/init.py", line 13, in InstallUiModule
locale_dict=gettext.translation("messages",localdir,languages=[language])
File "/usr/lib/python2.7/gettext.py", line 487, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'messages'
and the same problem with source_tools, preceiv_sourceTracker, ...

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants