RepetierHost auf Debian ARMHF 05. September 2014 16:12 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 57 |
root@debian-armhf:/opt/RepetierHost# mono RepetierHost.exe -home $(pwd) libGL error: failed to open drm device: No such file or directory libGL error: failed to load driver: i965 libGL error: failed to open drm device: No such file or directory libGL error: failed to load driver: i965 * Assertion at mini-codegen.c:807, condition `i == sel' not met Stacktrace: at <0xffffffff> at System.Windows.Forms.TextBoxBase.Draw (System.Drawing.Graphics,System.Drawing.Rectangle) <0x000ab> at System.Windows.Forms.TextBoxBase.OnPaintInternal (System.Windows.Forms.PaintEventArgs) <0x00063> at System.Windows.Forms.Control.WmPaint (System.Windows.Forms.Message&) <0x0017f> at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message&) <0x00217> at System.Windows.Forms.TextBoxBase.WndProc (System.Windows.Forms.Message&) <0x00313> at System.Windows.Forms.TextBox.WndProc (System.Windows.Forms.Message&) <0x001d3> at System.Windows.Forms.Control/ControlWindowTarget.OnMessage (System.Windows.Forms.Message&) <0x0002b> at System.Windows.Forms.Control/ControlNativeWindow.WndProc (System.Windows.Forms.Message&) <0x0003b> at System.Windows.Forms.NativeWindow.WndProc (intptr,System.Windows.Forms.Msg,intptr,intptr) <0x002b7> at System.Windows.Forms.XplatUIX11.DispatchMessage (System.Windows.Forms.MSG&) <0x00023> at System.Windows.Forms.XplatUI.DispatchMessage (System.Windows.Forms.MSG&) <0x0002b> at System.Windows.Forms.Application.RunLoop (bool,System.Windows.Forms.ApplicationContext) <0x00abf> at System.Windows.Forms.Application.Run (System.Windows.Forms.ApplicationContext) <0x0005f> at System.Windows.Forms.Application.Run (System.Windows.Forms.Form) <0x0002b> at RepetierHost.Program.Main (string[]) <0x00043> at (wrapper runtime-invoke) .runtime_invoke_void_object (object,intptr,intptr,intptr) <0xffffffff> Native stacktrace: Debug info from gdb: ================================================================= Got a SIGABRT while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application. ================================================================= Aborted
Re: RepetierHost auf Debian ARMHF 05. September 2014 16:54 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: RepetierHost auf Debian ARMHF 06. September 2014 07:35 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 57 |
wget [download.mono-project.com] tar -xjf monodevelop-5.0.1-0.tar.bz2 cd monodevelop-5.0.1 ./configure --profile=all--prefix=`pkg-config --variable=prefix mono` make make install
Re: RepetierHost auf Debian ARMHF 06. September 2014 15:35 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 1.610 |
Re: RepetierHost auf Debian ARMHF 07. September 2014 08:52 |
Registrierungsdatum: 10 Jahre zuvor Beiträge: 57 |
#abhängigkeiten installieren apt-get install git-core build-essential autoconf automake curl binutils apt-get install libtool libglib2.0-dev libxrender-dev libfontconfig1-dev libpng12-dev libgif-dev libjpeg8-dev libtiff5-dev libexif-dev gettext libcairo2-dev cd /tmp #libgdiplus kompilieren & installieren git clone git://github.com/mono/libgdiplus cd libgdiplus ./autogen.sh --prefix=/usr make make install cd .. #mono kompilieren & installieren git clone git://github.com/mono/mono.git cd mono ./autogen.sh --prefix=/usr/local make get-monolite-latest cd mcs/class/lib/monolite cp basic.exe gmcs.exe cd /tmp/mono SKIP_AOT=true make EXTERNAL_MCS="/home/pi/sources/mono/mcs/class/lib/monolite/gmcs.exe" SKIP_AOT=true make install
Re: RepetierHost auf Debian ARMHF 09. September 2014 06:47 |
Registrierungsdatum: 12 Jahre zuvor Beiträge: 1.807 |