[Scilab-users] Bug I of the demos using Scilab 5.4.0 on Ubuntu 12.04

2012-10-01 Thread Uwe Fechner
vileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SentEvent.dispatch(Unknown Source)
at java.awt.DefaultKeyboardFocusManager$DefaultKeyboardFocusManagerSentEvent.dispatch(Unknown 
Source)

at java.awt.DefaultKeyboardFocusManager.sendMessage(Unknown Source)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Window.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.SequencedEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.awt.EventQueue$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown 
Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)

The graphics is displayed correctly. This error message does not appear with 
Scilab 5.3.3.

java -version has the following output:

java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)

I use integrated Intel graphics of a core i7.

Any ideas?

Best regards:

Uwe Fechner


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit

2012-10-14 Thread Uwe Fechner

Hello,

If I start Scilab 5.4.0, click:
- Demos -> Simulations -> N-Pendulum I get the following message
in the console:

Starte Ausführung:
  lade Startumgebung
 link(npend_path + 'libnpend' + getdynlibext(), ['npend','np','ener'],'f');
!--error 236
link: das gemeinsame Archiv wurde nicht geladen: /tmp/SCI_TMP_5946_p5EtWg/libnpend.so: undefined 
symbol: e_wsfe

at line  23 of exec file called by :

at line  18 of function npend_build_and_load called by :
at line 134 of function demo_pendulum called by :
demo_pendulum()
at line  11 of exec file called by :
script_path = demo_gui_update();exec(script_path,-1);clear script_path;;if exists("%oldgcbo") then 
gcbo = %ol

while executing a callback

Any idea how to fix this?

$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
$


Regards:

Uwe Fechner
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit

2012-10-14 Thread Uwe Fechner

I forget to say, that this demo is working fine with Scilab 5.3.3.

Graphics card: Integrated integrated Intel graphics of a core i7.

OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Intel(R) Sandybridge Desktop x86/MMX/SSE2
OpenGL version string: 3.0 Mesa 8.0.2
OpenGL shading language version string: 1.30


Am 14.10.2012 15:50, schrieb Uwe Fechner:

Hello,

If I start Scilab 5.4.0, click:
- Demos -> Simulations -> N-Pendulum I get the following message
in the console:

Starte Ausführung:
  lade Startumgebung
 link(npend_path + 'libnpend' + getdynlibext(), ['npend','np','ener'],'f');
!--error 236
link: das gemeinsame Archiv wurde nicht geladen: /tmp/SCI_TMP_5946_p5EtWg/libnpend.so: undefined 
symbol: e_wsfe

at line  23 of exec file called by :

at line  18 of function npend_build_and_load called by :
at line 134 of function demo_pendulum called by :
demo_pendulum()
at line  11 of exec file called by :
script_path = demo_gui_update();exec(script_path,-1);clear script_path;;if exists("%oldgcbo") then 
gcbo = %ol

while executing a callback

Any idea how to fix this?

$ java -version
java version "1.6.0_26"
Java(TM) SE Runtime Environment (build 1.6.0_26-b03)
Java HotSpot(TM) Server VM (build 20.1-b02, mixed mode)
$


Regards:

Uwe Fechner
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit

2012-10-27 Thread Uwe Fechner
I created a bug report:
http://bugzilla.scilab.org/show_bug.cgi?id=12039

Regards:

Uwe Fechner



--
View this message in context: 
http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit

2012-10-27 Thread Uwe Fechner

Which operation system do you use?

Regards:

Uwe Fechner

Am 27.10.2012 23:09, schrieb Lester Anderson:
I tried the n-pendulum demo on both 5.4.0 and 5.3.3 and both times it says the demo is disbled 
because it could not find a C compiler. This happens on a few others too.


Lester

On 27 October 2012 19:26, Uwe Fechner mailto:u.fech...@tudelft.nl>> wrote:

I created a bug report:
http://bugzilla.scilab.org/show_bug.cgi?id=12039

Regards:

    Uwe Fechner



--
View this message in context:

http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org <mailto:users@lists.scilab.org>
http://lists.scilab.org/mailman/listinfo/users




___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit

2012-10-28 Thread Uwe Fechner

Ok, than your problem is not related to my bug report.

I do have a C compiler and a Fortran compiler installed. On Windows their is no
compiler installed by default. Only if you have these compilers installed and
Scilab doesn't find them it would be a bug.

But I agree, I am missing a page in the wiki or in the help file that explains 
how
to install the necessary compilers on Windows.

Regards:

Uwe Fechner


Am 27.10.2012 23:50, schrieb Lester Anderson:

I am working on Windows 7 64-bit

On 27 October 2012 22:26, Uwe Fechner mailto:u.fech...@tudelft.nl>> wrote:

Which operation system do you use?

Regards:

Uwe Fechner

Am 27.10.2012 23:09, schrieb Lester Anderson:

I tried the n-pendulum demo on both 5.4.0 and 5.3.3 and both times it says 
the demo is
disbled because it could not find a C compiler. This happens on a few 
others too.

Lester

On 27 October 2012 19:26, Uwe Fechner mailto:u.fech...@tudelft.nl>> wrote:

I created a bug report:
http://bugzilla.scilab.org/show_bug.cgi?id=12039

Regards:

    Uwe Fechner



--
View this message in context:

http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html
Sent from the Scilab users - Mailing Lists Archives mailing list 
archive at Nabble.com.
___
users mailing list
users@lists.scilab.org <mailto:users@lists.scilab.org>
http://lists.scilab.org/mailman/listinfo/users




___
users mailing list
users@lists.scilab.org  <mailto:users@lists.scilab.org>
http://lists.scilab.org/mailman/listinfo/users





___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


Re: [Scilab-users] Bug II of the demos using Scilab 5.4.0 on Ubuntu 12.04 32 bit - SOLVED -

2012-11-01 Thread Uwe Fechner

Ok, this problem is solved.

My solution:

$ sudo apt-get remove fort77
$ sudo apt-get autoremove
$ sudo apt-get install gfortran
$ rm 
~/00Software/scilab-5.4.0/share/scilab/modules/dynamic_link/src/scripts/Makefile.orig

Best regards:

Uwe Fechner

Am 27.10.2012 20:26, schrieb Uwe Fechner:

I created a bug report:
http://bugzilla.scilab.org/show_bug.cgi?id=12039

Regards:

Uwe Fechner



--
View this message in context: 
http://mailinglists.scilab.org/Scilab-users-Bug-II-of-the-demos-using-Scilab-5-4-0-on-Ubuntu-12-04-32-bit-tp4025016p4025084.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users