Jump to content
Eternal Lands Official Forums

70347

Members
  • Content count

    421
  • Joined

  • Last visited

About 70347

  • Rank
    Fox
  • Birthday 09/27/1988

Contact Methods

  • AIM
    GameKing927
  • Website URL
    http://
  • ICQ
    0

Profile Information

  • Location
    Over There --->
  1. Want to have a guild map?

    Yes, it can.
  2. should messages be filtered while in console?

    I think that there should be a key combo that would send you to the end of the log, but I don't think a 10 or 50 key is needed. It would be nice if there was a key that sent you to the time in the chat log when you were afk last, for people who go afk for long periods of time and want to hear what people are saying.
  3. The EL Tourist....

    Pretty sure that is in tarsengaard.
  4. Client Crash on Start Up

    Wolfenstien still works and I probably do have auto update on. I've found that I can move the error aside and still play the game. I will just do that until I figure out how the fix the problem.
  5. Client Crash on Start Up

    Your client causes an error in the exe file and when I reinstalled I now get an error in NVopengl.dll, but EL doesn't close right and the error won't go away. I can't crtl alt delete to close EL either.
  6. Client Crash on Start Up

    I don't think I installed anything new. I ran Spybot: S&D to see if it was that was the problem, but it didn't find anything.
  7. Client Crash on Start Up

    When I start the client, the bar gets to the end, I see the motd and when I click to get to the login screen, windows comes up with an error that says EL has caused an error in MSVCRT.dll. It does it every time the client opens. It just started doing this today. I have Windows ME, geForce 2 440 MX, 512 RAM, Athlon 2000+ processor, ask if you need other infomation.
  8. Windows Compilation Guide

    I am still getting errors when linking. Switching to target: default Linking console executable: C:\WINDOWS\Profiles\Eric\My Documents\ELc.exe .objs\elc\sound.o:sound.c:(.text+0x68c): undefined reference to `_imp__alutLoadWAVFile' .objs\elc\sound.o:sound.c:(.text+0x6de): undefined reference to `_imp__alutUnloadWAV' .objs\elc\sound.o:sound.c:(.text+0x1b21): undefined reference to `_imp__alutInit' .objs\elc\sound.o:sound.c:(.text+0x1f40): undefined reference to `_imp__alutExit' collect2: ld returned 1 exit status I have the OpenAl devpak version 1.0
  9. Windows Compilation Guide

    What order should go in? This is what I have now. -mwindows -lSDL -lopengl32 -llibxml2 -l SDL_net -lALut -liconv -lOpenAL32 -lvorbisfile -liberty C:\elc\iconv.lib -lcal3d -lcal3d_extra -lglu32
  10. Windows Compilation Guide

    I can't find any version of the libvorbis file on the internet. I fixed the gl and xml file problems, but I'm still getting the AL problems even though I have -lALut in the linker options and have the OpenAL devpak. EDIT: That link goes to the vorbis devpak I already downloaded, the one that didn't work.
  11. Screenshot of the week

    Here is another picture from the Shadow of Selain contest. Winamp needs to be cropped out of the top of that picture.
  12. Windows Compilation Guide

    I managed to get to the linking part, but I get this. Switching to target: default Linking console executable: C:\WINDOWS\Profiles\Eric\My Documents\ELc.exe .objs\elc\asc.o:asc.c:(.text+0x783): undefined reference to `_imp__xmlFree' .objs\elc\asc.o:asc.c:(.text+0x7dc): undefined reference to `_imp__xmlFree' .objs\elc\asc.o:asc.c:(.text+0x96e): undefined reference to `libiconv_open' .objs\elc\asc.o:asc.c:(.text+0x998): undefined reference to `libiconv' .objs\elc\asc.o:asc.c:(.text+0x9a3): undefined reference to `libiconv_close' .objs\elc\books.o:books.c:(.text+0xacd): undefined reference to `_imp__xmlFree' .objs\elc\books.o:books.c:(.text+0xf0c): undefined reference to `_imp__xmlFree' .objs\elc\chat.o:chat.c:(.text+0x2cee): undefined reference to `_imp__xmlFree' .objs\elc\chat.o:chat.c:(.text+0x2d2e): undefined reference to `_imp__xmlFree' .objs\elc\chat.o:chat.c:(.text+0x2d5a): undefined reference to `_imp__xmlFree' .objs\elc\chat.o:chat.c:(.text+0x2d9d): more undefined references to `_imp__xmlFree' follow .objs\elc\lights.o:lights.c:(.text+0xa5): undefined reference to `gluProject@48' .objs\elc\misc.o:misc.c:(.text+0xb9): undefined reference to `gluUnProject@48' .objs\elc\misc.o:misc.c:(.text+0x125): undefined reference to `gluUnProject@48' .objs\elc\sound.o:sound.c:(.text+0x68c): undefined reference to `_imp__alutLoadWAVFile' .objs\elc\sound.o:sound.c:(.text+0x6de): undefined reference to `_imp__alutUnloadWAV' .objs\elc\sound.o:sound.c:(.text+0x1b21): undefined reference to `_imp__alutInit' .objs\elc\sound.o:sound.c:(.text+0x1f40): undefined reference to `_imp__alutExit' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xcd): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16b): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x23e): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x29b): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2fb): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x309): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x314): undefined reference to `ogg_stream_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x33d): undefined reference to `vorbis_info_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x350): undefined reference to `vorbis_comment_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x39e): undefined reference to `ogg_sync_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6a9): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6bd): undefined reference to `vorbis_synthesis_restart' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6f6): undefined reference to `ogg_stream_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x6fe): undefined reference to `ogg_stream_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x71c): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x748): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x784): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x79b): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7a9): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7be): undefined reference to `ogg_stream_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x7d2): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x80f): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x821): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x83a): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x849): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x851): undefined reference to `ogg_page_eos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x87f): undefined reference to `ogg_stream_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x88c): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x894): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x8dc): undefined reference to `ogg_stream_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x96b): undefined reference to `vorbis_packet_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xa7c): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xa96): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xab4): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xdc8): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xefe): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf0f): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf27): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf49): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf55): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf61): undefined reference to `ogg_stream_packetpeek' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0xf9d): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1047): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1057): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1114): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1123): undefined reference to `ogg_page_continued' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x118d): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x11ac): undefined reference to `vorbis_synthesis_restart' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x11e8): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x12e6): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x144b): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x155f): undefined reference to `vorbis_synthesis_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1580): undefined reference to `vorbis_block_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x15c8): undefined reference to `ogg_stream_packetpeek' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1600): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x161a): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x162b): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x164e): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1693): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16c8): undefined reference to `vorbis_synthesis_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x16e9): undefined reference to `vorbis_block_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1725): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x17b7): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x17d9): undefined reference to `vorbis_synthesis_read' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x18d0): undefined reference to `vorbis_packet_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1909): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1944): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1959): undefined reference to `vorbis_synthesis_trackonly' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x196b): undefined reference to `vorbis_synthesis_blockin' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x19ec): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1a81): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1bdb): undefined reference to `vorbis_synthesis_read' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1fae): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x1fd7): undefined reference to `vorbis_synthesis_read' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2124): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x213b): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2157): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2164): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21bb): undefined reference to `vorbis_synthesis_lapout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21db): undefined reference to `_analysis_output_always' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x21fa): undefined reference to `_analysis_output_always' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x223d): undefined reference to `vorbis_synthesis_halfrate_p' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2250): undefined reference to `vorbis_synthesis_halfrate_p' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x229a): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2348): undefined reference to `ogg_sync_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x235e): undefined reference to `ogg_sync_buffer' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x237b): undefined reference to `ogg_sync_wrote' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x23bd): undefined reference to `ogg_stream_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x24d0): undefined reference to `vorbis_synthesis_halfrate' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x24fa): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2508): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25b8): undefined reference to `ogg_sync_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25ce): undefined reference to `ogg_sync_buffer' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x25eb): undefined reference to `ogg_sync_wrote' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x262d): undefined reference to `ogg_stream_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f0f): undefined reference to `ogg_sync_pageseek' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f6e): undefined reference to `ogg_sync_buffer' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2f98): undefined reference to `ogg_sync_wrote' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x314d): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x317f): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31bc): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31cb): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x31fb): undefined reference to `vorbis_info_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3205): undefined reference to `vorbis_comment_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3214): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3228): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3244): undefined reference to `vorbis_synthesis_headerin' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x326b): undefined reference to `vorbis_info_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3277): undefined reference to `vorbis_comment_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x338c): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x33d2): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3421): undefined reference to `vorbis_synthesis_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3442): undefined reference to `vorbis_block_init' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3485): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x34f2): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x351b): undefined reference to `vorbis_dsp_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x352c): undefined reference to `vorbis_block_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3566): undefined reference to `vorbis_info_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3570): undefined reference to `vorbis_comment_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x35a8): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x35e1): undefined reference to `vorbis_synthesis' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3606): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x361d): undefined reference to `vorbis_synthesis_blockin' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x362a): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x36a5): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x37e7): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x397b): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3a19): undefined reference to `vorbis_synthesis_read' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3a64): undefined reference to `vorbis_synthesis_lapout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3bf0): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3c04): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3cc1): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3cd3): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3ce1): undefined reference to `vorbis_synthesis_lapout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3d19): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3d34): undefined reference to `vorbis_synthesis_halfrate_p' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3df3): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3e07): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3eca): undefined reference to `vorbis_info_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3edc): undefined reference to `vorbis_window' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3eea): undefined reference to `vorbis_synthesis_lapout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3f26): undefined reference to `vorbis_synthesis_pcmout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x3f41): undefined reference to `vorbis_synthesis_halfrate_p' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4072): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x409c): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x40f0): undefined reference to `vorbis_info_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4103): undefined reference to `vorbis_comment_clear' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4124): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4158): undefined reference to `ogg_stream_reset_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4183): undefined reference to `ogg_page_serialno' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41a7): undefined reference to `ogg_stream_pagein' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41b9): undefined reference to `ogg_stream_packetout' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x41d5): undefined reference to `vorbis_packet_blocksize' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4204): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x421c): undefined reference to `ogg_page_granulepos' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x428a): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x4334): undefined reference to `ogg_sync_reset' D:\PROGRAM FILES\CODEBLOCKS\lib/libvorbisfile.a(vorbisfile.o):vorbisfile.c:(.text+0x2539): undefined reference to `vorbis_synthesis_halfrate_p' collect2: ld returned 1 exit status Process terminated with status 1 (0 minutes, 4 seconds) 0 errors, 0 warnings And it stops.
  13. Wolfenstein Enemy Territory

    I play it, almost as addicting as EL.
  14. Windows Compilation Guide

    Using CodeBlocks I managed to get it down to a few errors. ..\..\..\..\elc\/gl_init.h:68: error: syntax error before "GLsizeiptrARB" ..\..\..\..\elc\/gl_init.h:80: error: syntax error before '*' token ..\..\..\..\elc\/gl_init.h:80: warning: type defaults to `int' in declaration of `GLhandleARB' ..\..\..\..\elc\/gl_init.h:80: error: `GLhandleARB' declared as function returning a function ..\..\..\..\elc\/gl_init.h:81: error: syntax error before "shader" ..\..\..\..\elc\/gl_init.h:82: error: syntax error before "shader" ..\..\..\..\elc\/gl_init.h:83: error: syntax error before '*' token ..\..\..\..\elc\/gl_init.h:83: warning: type defaults to `int' in declaration of `GLhandleARB' ..\..\..\..\elc\/gl_init.h:83: error: `GLhandleARB' declared as function returning a function ..\..\..\..\elc\/gl_init.h:84: error: syntax error before "program" ..\..\..\..\elc\/gl_init.h:85: error: syntax error before "program" ..\..\..\..\elc\/gl_init.h:86: error: syntax error before "program" ..\..\..\..\elc\/gl_init.h:87: error: syntax error before "shader" ..\..\..\..\elc\/gl_init.h:88: error: syntax error before "object" ..\..\..\..\elc\/gl_init.h:89: error: syntax error before "object" ..\..\..\..\elc\/gl_init.h:90: error: syntax error before "program" ..\..\..\..\elc\/gl_init.h:91: error: syntax error before "program" How do I get rid of those? EDIT: Roja, I think you were having the same problem I was having. I think all those errors came from using the files meant for msvc instead of ones for dev-cpp. I fixed it by deleting the ogg and vorbis folders from the include directory and downloading and installing the devpack from Devpaks.org. Hope that works for you.
  15. The Shadow of Selain

    Here is a picture of people getting ready to defend portland from the invasion. And here is a picture of the final checkpoint where the contestants had to heal Curt_ (in the throne).
×