compile problem

Discuss the development of software, tools, libraries and anything else that helps make ps2dev happen.

Moderators: cheriff, Herben

Post Reply
brouanet
Posts: 5
Joined: Tue Mar 02, 2004 10:13 pm

compile problem

Post by brouanet »

Hello,
when i compile ps2menu, i have this error :

loader.c:33:23: sys/ioctl.h: Aucun fichier ou répertoire de ce type
loader.c:34:25: fileXio_rpc.h: Aucun fichier ou répertoire de ce type
loader.c:36:20: libhdd.h: Aucun fichier ou répertoire de ce type
loader.c:37:25: sbv_patches.h: Aucun fichier ou répertoire de ce type

where i can find this files ???

My system : debian with ps2 gcc install by the automatic script of oopo.
mrbrown
Site Admin
Posts: 1537
Joined: Sat Jan 17, 2004 11:24 am

Post by mrbrown »

It's usually a good idea to read the README and INSTALL files before compiling a project :).

Setup your environment according to each individual package that ps2menu requires.
redfield
Posts: 10
Joined: Wed Jan 21, 2004 4:58 am
Location: France
Contact:

Easy way to ...

Post by redfield »

brouanet you must declare the paths in the environment or it'll fail when you want to compile :)
Oopo kindly provide the package without pre-configuring it.

En français : il faut simplement que tu donne les chemins relatifs aux fichiers auquels tu fais appel sans quoi ta compilation ne sera pas valide car il ne trouve pas l'accès aux fichiers nécessaires.

Amicalement à ton service
Image

REDFIELD
Post Reply