Problem during compilation

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
onlKowal

Problem during compilation

Post by onlKowal »

I have just installed irrlicht-0.7 and tried to compile my program which works fine whit irrlicht-0.6, but during compilation gcc-3.3.2 said me:

undefined reference to `irr::createDevice(irr::video::EDriverType, irr::core::dimension2d<int> const&, unsigned, bool, bool, irr::IEventReceiver*, wchar_t const*)'

what's wrong? I tried to compile some example's and I don't have any problem.

PS.
OS: linux
bal
Posts: 829
Joined: Fri Jun 18, 2004 5:19 pm
Location: Geluwe, Belgium

Post by bal »

The createDevice function has now a VSync parameter. Check http://irrlicht.sourceforge.net/phpBB2/ ... php?t=3754
General Tools List
General FAQ
System: AMD Barton 2600+, 512MB, 9600XT 256MB, WinXP + FC3
Post Reply