Results 1 to 3 of 3

Thread: Lazarus Debian SDL problems (HELP)

  1. #1

    Lazarus Debian SDL problems (HELP)

    Ok, so I got Debian up and running with VMWare Player. Managed to get Lazarus installed (pretty easy to do). And got a few things to compile just fine.

    Now I downloaded my own package (ECTG) and tried to build it. I keep getting an error of "/usr/bin/ld: cannot find -ISDL"

    I'm gussing that this means that it can't find the sdl.pas file some place, but I don't know. I've looked everywhere (knowing that linux is case sensitive) and can't find any place that its SDL and not sdl. Any ideas?

  2. #2

    Lazarus Debian SDL problems (HELP)

    It's refering to the libsdl.so.

    check that you have sdl installed on your linux distribution (not all distributions ship with it).
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

  3. #3

    Lazarus Debian SDL problems (HELP)

    Well, I found my problem and fixed it. The basic problem was this: I did an apt-get install sdl-1.2-all

    The problem is, I thought that the all package would have the development enviroment within it. IT DOESN'T! You still have to get and install the -dev packages. Once that was done, it compiled and ran just fine.

    Just so everyone can see, here is a screenshot of JumpStart running in both windows and linux at the same time with network connections between the two.



    BTW: In case your trying to setup Lazarus in Debian, you have to do an apt-get on gdb and then in your debugger options setup gdb as your debugger and enter /usr/bin/gdb as the actual debugger application (in the un-labeled box below).

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •