Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-02-19 7:01:51 pm

spdegabrielle
Member
From: London
Registered: 2007-12-07
Posts: 32
Website

DrScheme IDE (with openGL support)

I have the DrScheme IDE working with very little effort
http://www.drscheme.org/

DrScheme provides source highlighting for syntax and run-time errors, support for multiple language levels, an algebraic stepper, objects, modules, a GUI library, TCP/IP, Unicode, MysterX for COM support under Windows, and much more. It includes an extensive, hyper-linked help system called Help Desk, available from the Help menu. --DrScheme website

I built it from subversion, http://svn.plt-scheme.org/, as it included the docs, libraries, web-server etc.

Sources are also available from http://download.plt-scheme.org/drscheme/ , and you would probably be better off using the source found here http://pre.plt-scheme.org/plt-clean-tree.tgz , as the developers  are rapidly moving to their next major release (v4.0)

The usual ./configure ; make ; sudo make install works fine
follow the instructions in plt/src/README;
my settings were
./configure --prefix=/usr/local/plt --enable-shared

To get the opengl stuff (games!)  working;

1. Create libGL.so & libGLU.so symlinks  (ala http://www.mesa3d.org/faq.html ),
2. unpack and Copy the include/GL header files from the mesalib source code (mesalib version 6.5.1) from http://sourceforge.net/project/showfile … ge_id=2436
to
/usr/include/GL/
[no need to compile this - you just need to move the header files]

BTW In copied headers from mesalib 6.5.1 as I believe that matches what the
eee (xandros) comes with.

3. recompile (make clean;./configure;make;sudo make install)

Works fine for the simple games included!

-

Last edited by spdegabrielle (2008-02-20 3:43:56 am)


4G/701, 2gb, Ubuntu 9

Offline

 

#2 2008-07-07 7:36:59 pm

spdegabrielle
Member
From: London
Registered: 2007-12-07
Posts: 32
Website

Re: DrScheme IDE (with openGL support)

Above instructions are fine for the 4.0+ PLT Scheme source


4G/701, 2gb, Ubuntu 9

Offline

 

#3 2008-08-19 8:07:07 am

Newfarm
Member
Registered: 2008-08-15
Posts: 12

Re: DrScheme IDE (with openGL support)

I'm trying to do the above trick with the MesaLib for the GL-files on my 900. However, in order to compile stuff using the GL header files, I also need some X-headers, e.g., X11/Xlib.h (glx.h includes this) that I do not have. Is there a simple way to get this in place also?

(What I'm trying to do is to compile freeglut.)

J.O.

Offline

 

#4 2008-08-19 8:51:08 am

spdegabrielle
Member
From: London
Registered: 2007-12-07
Posts: 32
Website

Re: DrScheme IDE (with openGL support)

I haven't done this.

Does DrScheme currently support glut?

I'm not sure but you might be better off switching distro to one that you can use the standard repositories to download the libraries you require.

I know it's a hassle - but using debian repositories on xandros seems to be a bit dangerous.


4G/701, 2gb, Ubuntu 9

Offline

 

#5 2008-08-19 9:05:15 am

Newfarm
Member
Registered: 2008-08-15
Posts: 12

Re: DrScheme IDE (with openGL support)

I don't know about DrScheme, just stumbled upon this thread searching for mesa, opengl, etc.

But I'm starting to think you're right about switching distro, however I'm not yet ready to take that step... Would hate to end up with something working worse than what it's doing right now. (Which is pretty well, all things considered...)

J.O.

Offline

 

#6 2008-08-19 9:09:10 am

spdegabrielle
Member
From: London
Registered: 2007-12-07
Posts: 32
Website

Re: DrScheme IDE (with openGL support)

check some of the threads on getting games going - they may have some advice.

Go well.


4G/701, 2gb, Ubuntu 9

Offline

 

#7 2008-09-04 1:22:35 am

bobs
New member
Registered: 2007-12-17
Posts: 1

Re: DrScheme IDE (with openGL support)

trying to install drscheme on a 701 in easy mode, i got the following error:
configure: cannot find X11 dev. files needed to compile MrEd: X11/Xlib.h X11/XIntrinsic.h libX11 libXext libXt libXmu libXaw
did you download these separately before compiling drscheme?

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson