Noobish
Still Fresh
- Joined
- Jun 16, 2014
- Messages
- 5
- Age
- 38
First off, my apologies if this has been already addressed, or has been posted in the wrong section of the forums.
I've been attempting to compile the libpnd pandora-libraries on Linux Mint x86, and while I am relatively proficient with computers and and generally consider myself a power user, I am much more familiar with OS X than I am with any linux distro.
I would like to take advantage of the PND system on a desktop/laptop linux distro like mint as I agree with the philosophy of both the PND system and the "Linux Portable Apps" system, which separates applications from the system and allows for them to be portable similar to the way OS X, Haiku, and older versions of Mac OS and as far as I can remember Amiga work bench functioned.
I've never understood why linux systems, for a lack of a better understanding, treat the system and applications as one unit, and "merge" them when installing software, I understand there are supposedly advantages to this, and the "package management" model, however I see far more disadvantages than advantages... I feel that even for a "turbo-nerd poweruser" application portability, easy management of applications, human readable install and and data directories, self contained applications, zero install applications, and so on can be very useful help productivity by decreasing needless complexity, increasing functional usage and accessibility of the system, and allowing the user to spend less time fiddling about to get things going.
I explored using AppImageKit from http://portablelinuxapps.org/, but they implementation seems crude compared to what I've read about PNDs.
Anyway, I digress, I'm a pretty new to linux, and to be honest know very little programming, a smattering of C++ and NewtonScript.
When I cd into the pandora-libraries directory and attempt to compile with make, after having installed g++ it results in a compile error.
“minimenu/mmui.c:16:23: fatal error: SDL_image.h: No such file or directory
#include "SDL_image.h"
^
compilation terminated.
make: *** [mmui.o] Error 1”
From what I can gleen I appear to be missing a header file for the Standard DirectMedia Layer, or the header file, or the header file points to a library or source file I don't have... or something *shrug* I don't really know, I'm pretty noobish, whihc is why I am posting here, a semester of programming in highschool doesn't get you very far, if anyone can help it would be greatly appreciated.
I've been attempting to compile the libpnd pandora-libraries on Linux Mint x86, and while I am relatively proficient with computers and and generally consider myself a power user, I am much more familiar with OS X than I am with any linux distro.
I would like to take advantage of the PND system on a desktop/laptop linux distro like mint as I agree with the philosophy of both the PND system and the "Linux Portable Apps" system, which separates applications from the system and allows for them to be portable similar to the way OS X, Haiku, and older versions of Mac OS and as far as I can remember Amiga work bench functioned.
I've never understood why linux systems, for a lack of a better understanding, treat the system and applications as one unit, and "merge" them when installing software, I understand there are supposedly advantages to this, and the "package management" model, however I see far more disadvantages than advantages... I feel that even for a "turbo-nerd poweruser" application portability, easy management of applications, human readable install and and data directories, self contained applications, zero install applications, and so on can be very useful help productivity by decreasing needless complexity, increasing functional usage and accessibility of the system, and allowing the user to spend less time fiddling about to get things going.
I explored using AppImageKit from http://portablelinuxapps.org/, but they implementation seems crude compared to what I've read about PNDs.
Anyway, I digress, I'm a pretty new to linux, and to be honest know very little programming, a smattering of C++ and NewtonScript.
When I cd into the pandora-libraries directory and attempt to compile with make, after having installed g++ it results in a compile error.
“minimenu/mmui.c:16:23: fatal error: SDL_image.h: No such file or directory
#include "SDL_image.h"
^
compilation terminated.
make: *** [mmui.o] Error 1”
From what I can gleen I appear to be missing a header file for the Standard DirectMedia Layer, or the header file, or the header file points to a library or source file I don't have... or something *shrug* I don't really know, I'm pretty noobish, whihc is why I am posting here, a semester of programming in highschool doesn't get you very far, if anyone can help it would be greatly appreciated.