Recent content by bpmurray

  1. B

    GP2X Talent Thread

    * Area of expertise: Programming, software design, project mgmt * Specialisation: C, C++, Java, Linux, Windows, Intenationalization * Level of experience: High (25 years experience), but only a little on small devices * Free time: Very little indeed * Finished Projects: None on...
  2. B

    Kdrive Source?

    Where can I find the kdrive source? I want to rebuild with soft-float since linking with the libs posted here is just wearing me down. I got the version the was used with the posted build, but that has a hacked makefile rather than using configure, so I'd like to grab the sources from whereever...
  3. B

    X Link Error

    Yep - trying to do that now, but having issues with the pkgconfig stuff - do you have the pc files from your build of kdrive?
  4. B

    X Link Error

    Ahh - I found it. I added -Xlinker -rpath-link -Xlinker "${GP2XDEV}/X11R6/lib:${GP2XDEV}/lib:${GP2XDEV}/gp2x/lib" to the LDFLAGS, i.e. setting -rpath-link to the linker. However, I've now hit another problem - it's looking for GTK+. I know you did some work on the X libs - do you know if GTK+ is...
  5. B

    X Link Error

    I'm trying to build a package, using configure, and it all works fine with the single exception of the X libraries. There's a step to locate the Xtst lib, and the line: gp2x-gcc -o conftest -O3 -Wall --fast-math -I$(GP2XDEV)/gp2x/include -I$(GP2XDEV)/include -lpthread -ldl conftest.c -lXtst...
  6. B

    Gp2x11 0.2 Released

    What about the X11 headers? Should I use the standard includes or are there any changes?
  7. B

    Windows Inf File

    OK - found it here: http://archive.gp2x.de/cgi-bin/cfiles.cgi?0,0,0,0,15,1473
  8. B

    Windows Inf File

    I just got a new PC & I can't find that darn inf file to install the connection in XP. Where on earth can I find it? I think the name was "gp2xdriver.inf", but I'm probably wrong.
  9. B

    GP2X Java On Gp2x?

    I think you're right about that. AFAIK, you have to pass the TCK before you can claim that it's Java (or J2ME, in this case). If you claim it's "K#" (somebody else has apparently taken the name "J#") it should be OK.
  10. B

    Gp2x Screenshot Gallery, See How It Looks...

    Actually, I can't see any pics anywhere - looks like they've blocked them all! All I can see in an posting that claims to have pics is "IPB Image".
  11. B

    GP2X Java On Gp2x?

    Yes - the GNU toolchain has a Java compiler. However, by doing that, you produce an executable that's platform-specific. The idea of Java is that it's more than just a language: it's a platform, i.e. write once, run anywhere. So when you compile your java app into a jar, that can be executed by...
  12. B

    Version Confusion

    Well, for a car, perhaps not, but for a computer, yes. While PCs have been commoditized, a mini or mainframe purchase will usually have some sort of automatic upgrade if something new happens within 6 months or so, and will usually have a clause that guarantees any price drops too. I don't think...
  13. B

    Version Confusion

    And what's the difference between the "old" and "new" joystick caps? Mine is round and black: is there another kind?
  14. B

    Version Confusion

    This is probably covered elsewhere - it's in the wiki, but still not clear ... There's talk about MK2, and the "new" version in the official release, and mention of WiFi support. Now, my questions are actually very simple indeed: My serial number is 2006.02.22 - GP2XV127 00002958 (from the info...
  15. B

    Jvm Environment

    Therea are a bunch of them. I was doing some work in this area when I went off to JavaOne & came back & found that the kids had somehow managed to nuke my work. Oh well, back to square one. If you're bored, you could try porting JAMVM or Kaffe or similar. I'd like to see Sun port the ME, but I...
Back
Top