On Sat, Nov 15, 2008 at 4:58 PM, pymike <[EMAIL PROTECTED]> wrote: > Yes. To link to it [on linux] I just add -lSDL and -lSDL_image. > > On Sat, Nov 15, 2008 at 3:16 PM, Matt Pearson <[EMAIL PROTECTED]> wrote: >> >> are you using SDL in C++ yet? >> >> On Sat, Nov 15, 2008 at 8:42 AM, pymike <[EMAIL PROTECTED]> wrote: >>> >>> I can actually dev C++ quite efficiently with Geany. Just edit the "Set >>> Includes and Arguments" under the build menu for linking. >>> >>> Code::Blocks is good, though, too :-) >>> >>> On Sat, Nov 15, 2008 at 1:34 AM, Jake b <[EMAIL PROTECTED]> wrote: >>>> >>>> for c++, try code::blocks ( it uses scite's text widgit, which is what >>>> geany uses ) >>>> >>>> On Sat, Nov 15, 2008 at 1:28 AM, Devon Scott-Tunkin >>>> <[EMAIL PROTECTED]> wrote: >>>> > So I just tried Geany based on everyone's lamp love and it rocks. It >>>> > is just fast, simple, small and convenient. Instead of using IDLE for >>>> > python and VS2005 for C++ and tearing my hair out when they behave like >>>> > unresponsive, bloated children, I have this program that just works >>>> > (until >>>> > my next c++ project...). Or maybe it's just the joy of using Ubuntu again >>>> > instead of XP, in anycase.. Thanks guys! >>>> > >>>> > Devon >>>> > >>>> > >>>> > --- On Fri, 11/7/08, pymike <[EMAIL PROTECTED]> wrote: >>>> > >>>> >> From: pymike <[EMAIL PROTECTED]> >>>> >> Subject: Re: [pygame] Geany >>>> >> To: pygame-users@seul.org >>>> >> Date: Friday, November 7, 2008, 7:36 PM >>>> >> If you want simplicity and speed, geany's the way to go. >>>> >> >>>> >> On Fri, Nov 7, 2008 at 4:08 PM, yanom @linuxmail.org >>>> >> <[EMAIL PROTECTED]>wrote: >>>> >> >>>> >> > Uhhh......... don't use Geany. use DrPython or >>>> >> IDLE. >>>> >> > > ----- Original Message ----- >>>> >> > > From: "Matt Pearson" >>>> >> <[EMAIL PROTECTED]> >>>> >> > > To: pygame-users@seul.org >>>> >> > > Subject: [pygame] Geany >>>> >> > > Date: Thu, 6 Nov 2008 09:18:47 -0600 >>>> >> > > >>>> >> > > >>>> >> > > is there anyway to make geany python aware??(in >>>> >> regards to indention) >>>> >> > >>>> >> > > >>>> >> > >>>> >> > >>>> >> > = >>>> >> > Allied Video Conference Services >>>> >> > Video Conference room & center near Providence; >>>> >> sevicing RI, MA & CT. >>>> >> > >>>> >> > >>>> >> >>>> >> http://a8-asy.a8ww.net/a8-ads/adftrclick?redirectid=c533b69d222047e5b543fa818da8659f >>>> >> > >>>> >> > >>>> >> > -- >>>> >> > Powered by Outblaze >>>> >> > >>>> >> >>>> >> >>>> >> >>>> >> -- >>>> >> - pymike >>>> >> "Stop loling into a false sense of hilarity" >>>> > >>>> > >>>> > >>>> > >>>> >>>> >>>> >>>> -- >>>> Jake >>> >>> >>> >>> -- >>> - pymike >>> "Stop loling into a false sense of hilarity" >> > > > > -- > - pymike > "Stop loling into a false sense of hilarity" >
There is a binary that takes care of include paths for you, I think it's sdl-config. So your flags looks like: `sdl-config` (can someone confirm this? i'm not on a nix machine to check if thats it ) -- Jake