Search found 6 matches

by wabushooo
Thu Nov 24, 2011 2:26 pm
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

Re: How can one set up SDL in Netbeans on a Mac (Lion)?

Using brew got it to work, and the application runs, but I now get the warning in terminal that you had before. Any idea what this means? Also, it tried to go fullscreen for me, and I didn't see anything in the window. It's probably an issue in the code. Thanks though for showing me how get SDL inst...
by wabushooo
Thu Nov 24, 2011 9:30 am
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

Re: How can one set up SDL in Netbeans on a Mac (Lion)?

Everytime I try this, I get an error saying that -lSDL does not exist. This may have been the root of my problem, but what can I do to get that in the correct place?

I'll also make note that I had used SDL fine in Snow Leopard, but now Lion seems to have moved many things around.
by wabushooo
Wed Nov 23, 2011 5:54 pm
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

Re: How can one set up SDL in Netbeans on a Mac (Lion)?

Ok, and just like that, it doesn't work at all. I used what the website had and it compiled and ran the first time, but now I end up with the same error as before. When I use what it tells me, an error is given saying that there is a confliction with SDL_main.h. Any ideas as to what is going on?
by wabushooo
Mon Nov 21, 2011 4:57 pm
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

Re: How can one set up SDL in Netbeans on a Mac (Lion)?

Ok, using the C linkage worked. I'm not sure why, but it compiled and I can see and image now. Thanks guys.
by wabushooo
Sun Nov 20, 2011 5:22 pm
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

Re: How can one set up SDL in Netbeans on a Mac (Lion)?

I had tried using XCode earlier, but it gave me an error saying that "_main" was causing issues. I followed multiple guides and tutorials, but no luck. And I am doing this all in C++.
by wabushooo
Sun Nov 20, 2011 1:34 pm
Forum: Programming Discussion
Topic: How can one set up SDL in Netbeans on a Mac (Lion)?
Replies: 15
Views: 4986

How can one set up SDL in Netbeans on a Mac (Lion)?

I have been trying for a while and cannot get anywhere with trying to use SDL in Netbeans on my Mac running Lion. Does anyone know how to do this?