Search found 58 matches

by stefany
Tue Sep 02, 2014 3:45 pm
Forum: Off-topic
Topic: Spanish people?
Replies: 25
Views: 4751

Re: Spanish people?

Aqui tambien! Desde argentina.
by stefany
Thu Aug 07, 2014 6:06 pm
Forum: Bug reports
Topic: The latest SVN bugs thread
Replies: 407
Views: 140221

Re: The latest SVN bugs thread

On linux, "make install" when a static library is compiled tries to install a dynamic one
by stefany
Mon Jun 16, 2014 11:34 am
Forum: Beginners Help
Topic: SDL2 + Irrlicht
Replies: 3
Views: 2022

SDL2 + Irrlicht

Hi, i am having problems with SDL2 under linux. In windows 8.1 runs perfectly. But i can only integrate SDL2 and irrlicht in Debian when irrlicht is compiled in debug mode. In release mode i get   Major opcode of failed request:  154 (GLX)   Minor opcode of failed request:  31 (X_GLXCreateWindow)   ...
by stefany
Tue May 13, 2014 6:34 pm
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 175876

Re: Irrlicht Lime is a .NET wrapper for Irrlicht Engine

Compiled and running in Windows 8.1 64 bits in release mode. But in debug mode i get a FileNotFoundException, some strange dependency problem, i think.
by stefany
Sun Dec 29, 2013 7:38 pm
Forum: Beginners Help
Topic: fatal error: unresolved externals
Replies: 8
Views: 582

Re: fatal error: unresolved externals

I thing you are not linking against the Irrlicht library. Add the library to the linker options.
by stefany
Sun Dec 29, 2013 6:43 pm
Forum: Competition Time!
Topic: Screenshot of the Month January 2014 [Winner announced]
Replies: 8
Views: 14547

Screenshot of the Month January 2014 [Submit now]

Image
SilverEar - A basic physic test
Description, video and download link, at my page: http://digiorgi.info/146/dev-inform-5/
by stefany
Sun Dec 15, 2013 11:18 am
Forum: Beginners Help
Topic: ODE Tutorial source not available
Replies: 4
Views: 476

Re: ODE Tutorial source not available

I used Bullet successfully!! Thaks for the recomendations (: Bullet is easy and impressive powefull. Thanks randomMesh

http://youtu.be/RovqTFcS5jA
by stefany
Thu Dec 12, 2013 5:14 pm
Forum: Beginners Help
Topic: ODE Tutorial source not available
Replies: 4
Views: 476

ODE Tutorial source not available

Anyone has the sources of the example? i can't download them from http://irrlicht.sourceforge.net/tut_ode.html.
If someone can upload it would be grateful.
Thanks!
by stefany
Mon Apr 29, 2013 5:12 pm
Forum: Competition Time!
Topic: Screenshot of the Month May 2013 [Winner announced!]
Replies: 19
Views: 13993

Re: Screenshot of the Month May 2013 [Submit now!]

@serengeor

but actually in the right of the picture you can see the irrlicht render. With sydney.
Click in the foto to see the whole picture.
by stefany
Mon Apr 29, 2013 3:05 pm
Forum: Competition Time!
Topic: Screenshot of the Month May 2013 [Winner announced!]
Replies: 19
Views: 13993

Re: Screenshot of the Month May 2013 [Submit now!]

http://img713.imageshack.us/img713/3641/cosita.png TITILE: Irrlicht to C to Common Lisp DESCRIPTION:I am writing a binding to use irrlicht from Common Lisp. Lisp runs in other thread than Lisp. In the image you only see the C/C++ code but is also proved in Clozure CL (only compiles in that compiler...
by stefany
Thu Apr 25, 2013 6:59 pm
Forum: Beginners Help
Topic: Undefined reference
Replies: 4
Views: 696

Re: Undefined reference

I downt kwno what really happened but, i deleted the package of the cg toolkit and reinstalled it. And all solved. Is strange, cause i can't figure what caused the error.
by stefany
Thu Apr 25, 2013 1:12 pm
Forum: Beginners Help
Topic: Undefined reference
Replies: 4
Views: 696

Re: Undefined reference

Is strange, if the lib is no found the -lCg and -lCgGL muss cause an error saying that the lib is no found.
And i have the libs in a normal place:

Code: Select all

 
# find / -name 'libCg*'
/usr/lib/x86_64-linux-gnu/libCg.so
/usr/lib/x86_64-linux-gnu/libCgGL.so
 
by stefany
Thu Apr 25, 2013 12:00 pm
Forum: Beginners Help
Topic: Undefined reference
Replies: 4
Views: 696

Undefined reference

Hi, i have undefined reference to CG shader functions. First this problems cam from irrlicht functions, but i have download the lastest svn of irrlicht, and the things goes better, now i only get undefined reference from cg primitives.   $ make test g++ src/Test.c -o test -Wl,-rpath,lib -Llib -lRend...