IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

EDI Delphi Discussion :

[Kylix] Kylix 3 sous Mandrake 9.2


Sujet :

EDI Delphi

  1. #1
    Futur Membre du Club
    Inscrit en
    Février 2004
    Messages
    7
    Détails du profil
    Informations forums :
    Inscription : Février 2004
    Messages : 7
    Points : 7
    Points
    7
    Par défaut Kylix 3 sous Mandrake 9.2
    Bonjour,

    Je tente d'installer Kylix 3 Enterprise Trial FR sous Mandrake 9.2.
    J'ai effectué les manipulations décrites pour MDK 9.1.

    Le programme s'installe bien en mode user mais je n'arrive pas lancer l'interface C++ par la commande startbcb. Par contre, le Delphi fonctionne sans problème, ça m'énerve particulièrement puisque c'est le bcb qui m'intéresse.

    startbcb
    /home/dwi/kylix3/bin/bcblin: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

    J'ai donc installer le paquetage contenant la librairie C++ standard proposée par Mandrake 9.2 c'est-à-dire <libstdc++2.10-2.96-083mdk>.

    Après cela, l'interface C++ démarre bien et pourtant, il n'y a pas moyen de compiler le bête projet par défaut sans se choper une floppée d'erreurs dans les déclarations de time.h

    En faisant une recherche, je trouve pas moins de 4 fichiers include !

    /usr/include/bits/time.h
    /usr/include/linux/time.h
    /usr/include/sys/time.h
    /usr/include/time.h

    Lequel Kylix prend-il ? Et lequel devrait-il prendre ?
    Comment configurer tous les chemins pour ne plus avoir de surprise ?

    Je vous remercie d'avance pour votre aide.

    diwi.

    Détail de configuration :

    cat ld.so.conf
    /usr/X11R6/lib
    /usr/lib/qt3/lib
    /home/dwi/kylix3/lib

    cat .borland/bcb69rc
    [Globals]
    DelphiRoot=/home/dwi/kylix3
    DefaultDOMVendor=Xerces XML
    Version=TRIAL

    [Library]
    Package DPL Output=
    Package DCP Output=
    Package Search Path=
    Search Path=$(BCB)/lib:$(BCB)/bin

    [Known IDE Packages]
    /home/dwi/kylix3/bin/bplproide.so.6.9=Borland Pro IDE Package
    /home/dwi/kylix3/bin/bpldesigndgm.so.6.9=Borland Diagram View Support
    /home/dwi/kylix3/bin/bplbcbide.so.6.9=Borland BCB IDE Package
    /home/dwi/kylix3/bin/bplbcbclxide.so.6.9=Borland BCB CLX IDE Package
    /home/dwi/kylix3/bin/bplclxdesigner.so.6.9=Borland Kylix CLX Designer Package
    /home/dwi/kylix3/bin/bplbcbidepro.so.6.9=Borland BCB Pro IDE Package
    /home/dwi/kylix3/bin/bplidetools.so.6.9=Borland BCB IDE Tools Package
    /home/dwi/kylix3/bin/bplhtmlide.so.6.9=Borland WebSnap IDE Package

    [Known Packages]
    /home/dwi/kylix3/bin/dclstd.so.6.9=Borland Standard Component Package
    /home/dwi/kylix3/bin/dcldbdesign.so.6.9=Borland DataCLX component Package
    /home/dwi/kylix3/bin/dclnet.so.6.9=Borland Internet Package
    /home/dwi/kylix3/bin/dclmlwiz.so.6.9=Borland Markup Documents
    /home/dwi/kylix3/bin/dclemacsedit.so.6.9=Borland Emacs Editor Keybindings Package
    /home/dwi/kylix3/bin/dclindy.so.6.9=Borland Internet Express Package
    /home/dwi/kylix3/bin/bplHelpViewers.so.6.9=Borland Help Viewer Package
    /home/dwi/kylix3/bin/bplIDEFilters.so=Preprocessor Filter Package
    /home/dwi/kylix3/bin/dclwebdsnapclx.so.6.9=Borland WebSnap Components
    /home/dwi/kylix3/bin/dclwebsnapclx.so.6.9=Borland InternetExpress Package

  2. #2
    Membre à l'essai
    Inscrit en
    Février 2004
    Messages
    12
    Détails du profil
    Informations forums :
    Inscription : Février 2004
    Messages : 12
    Points : 13
    Points
    13
    Par défaut
    salut, pour moi c'est la meme chose, ca en a tout l'air de l'etre sur d'autre distribution. La dessus je peux pas t'aider du tout, la seule chose que je peut te conseiller c'est d'aller voitr directement sur le site de BORLAND:

    http://www.borland.com/kylix/pdf/kyl3_sysreqs.pdf


    @++
    Cyrix 110Mhz + Debian V3 Woody R2 = Un pur plaisir

  3. #3
    Membre du Club
    Profil pro
    Inscrit en
    Mars 2003
    Messages
    71
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Mars 2003
    Messages : 71
    Points : 61
    Points
    61

  4. #4
    Nouveau Candidat au Club
    Profil pro
    Inscrit en
    Avril 2002
    Messages
    1
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2002
    Messages : 1
    Points : 1
    Points
    1
    Par défaut Re: Kylix 3 sous Mandrake 9.2
    Finalement, as tu trouvé une solution car j'ai le même problème !

    philippe@f1hsb.com




    Citation Envoyé par diwi
    Bonjour,

    Je tente d'installer Kylix 3 Enterprise Trial FR sous Mandrake 9.2.
    J'ai effectué les manipulations décrites pour MDK 9.1.

    Le programme s'installe bien en mode user mais je n'arrive pas lancer l'interface C++ par la commande startbcb. Par contre, le Delphi fonctionne sans problème, ça m'énerve particulièrement puisque c'est le bcb qui m'intéresse.

    startbcb
    /home/dwi/kylix3/bin/bcblin: error while loading shared libraries: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory

    J'ai donc installer le paquetage contenant la librairie C++ standard proposée par Mandrake 9.2 c'est-à-dire <libstdc++2.10-2.96-083mdk>.

    Après cela, l'interface C++ démarre bien et pourtant, il n'y a pas moyen de compiler le bête projet par défaut sans se choper une floppée d'erreurs dans les déclarations de time.h

    En faisant une recherche, je trouve pas moins de 4 fichiers include !

    /usr/include/bits/time.h
    /usr/include/linux/time.h
    /usr/include/sys/time.h
    /usr/include/time.h

    Lequel Kylix prend-il ? Et lequel devrait-il prendre ?
    Comment configurer tous les chemins pour ne plus avoir de surprise ?

    Je vous remercie d'avance pour votre aide.

    diwi.

    Détail de configuration :

    cat ld.so.conf
    /usr/X11R6/lib
    /usr/lib/qt3/lib
    /home/dwi/kylix3/lib

    cat .borland/bcb69rc
    [Globals]
    DelphiRoot=/home/dwi/kylix3
    DefaultDOMVendor=Xerces XML
    Version=TRIAL

    [Library]
    Package DPL Output=
    Package DCP Output=
    Package Search Path=
    Search Path=$(BCB)/lib:$(BCB)/bin

    [Known IDE Packages]
    /home/dwi/kylix3/bin/bplproide.so.6.9=Borland Pro IDE Package
    /home/dwi/kylix3/bin/bpldesigndgm.so.6.9=Borland Diagram View Support
    /home/dwi/kylix3/bin/bplbcbide.so.6.9=Borland BCB IDE Package
    /home/dwi/kylix3/bin/bplbcbclxide.so.6.9=Borland BCB CLX IDE Package
    /home/dwi/kylix3/bin/bplclxdesigner.so.6.9=Borland Kylix CLX Designer Package
    /home/dwi/kylix3/bin/bplbcbidepro.so.6.9=Borland BCB Pro IDE Package
    /home/dwi/kylix3/bin/bplidetools.so.6.9=Borland BCB IDE Tools Package
    /home/dwi/kylix3/bin/bplhtmlide.so.6.9=Borland WebSnap IDE Package

    [Known Packages]
    /home/dwi/kylix3/bin/dclstd.so.6.9=Borland Standard Component Package
    /home/dwi/kylix3/bin/dcldbdesign.so.6.9=Borland DataCLX component Package
    /home/dwi/kylix3/bin/dclnet.so.6.9=Borland Internet Package
    /home/dwi/kylix3/bin/dclmlwiz.so.6.9=Borland Markup Documents
    /home/dwi/kylix3/bin/dclemacsedit.so.6.9=Borland Emacs Editor Keybindings Package
    /home/dwi/kylix3/bin/dclindy.so.6.9=Borland Internet Express Package
    /home/dwi/kylix3/bin/bplHelpViewers.so.6.9=Borland Help Viewer Package
    /home/dwi/kylix3/bin/bplIDEFilters.so=Preprocessor Filter Package
    /home/dwi/kylix3/bin/dclwebdsnapclx.so.6.9=Borland WebSnap Components
    /home/dwi/kylix3/bin/dclwebsnapclx.so.6.9=Borland InternetExpress Package
    DEVELOPPEMENT DELPHI
    APPLICATIONS SUR MESURE

  5. #5
    Membre habitué Avatar de tretsois
    Profil pro
    Inscrit en
    Avril 2004
    Messages
    181
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Avril 2004
    Messages : 181
    Points : 196
    Points
    196
    Par défaut
    http://kyns.site.voila.fr/
    Pour Xerces tu doit bien relire les fichier README , INSTALL ET PREINSTALL je ne sais plus lequel excatement mais si mes souvenirs sont bons c'est vers le début de l'un d'entre eux.
    la vie est belle

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [Kylix] Prog Pascal sous MDK 10.1
    Par ikeaboy dans le forum EDI
    Réponses: 4
    Dernier message: 07/02/2005, 09h46
  2. Réponses: 6
    Dernier message: 12/06/2003, 22h10
  3. Réponses: 1
    Dernier message: 23/10/2002, 13h40
  4. Réponses: 2
    Dernier message: 23/10/2002, 13h38
  5. [Kylix] Kylix I et Mandrake 7.0
    Par Walid dans le forum EDI
    Réponses: 1
    Dernier message: 03/04/2002, 22h53

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo