brlcad - guida all'installazione

Utilizzo di applicazioni in ambito professionale.
Avatar utente
Silvano
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 433
Iscrizione: giovedì 7 aprile 2005, 12:53
Località: Padova

brlcad - guida all'installazione

Messaggio da Silvano »

Sono un utilizzatore di software cad architettonico e questo non è prodotto per ambiente linux da nessuna software house. Girando e rigirando per forum e similari (purtroppo quasi mai italiani  :() mi sono imbattuto in brlcad: un modellatore cad pubblicizzato molto bene. Il Software in questione è stato sviluppato per l'esercito americano ed ora è disponibile sotto lucenza gpl.
Io non l'ho ancora usato, ho dovuto faticare parecchio per comprendere come installarlo su ubuntu (non è difficile, ma ci si può confondere tar i tanti pacchetti disponibili): io metto la prima parte per ora, poi se qualcuno si cimentera' nell'uso (come me) se ne potra' parlare in questo post.

Per prima cosa si devono installare le versioni più recenti dei seguenti pacchetti: autoconf, automake, libtool e make; al momento in cui scrivo:

Codice: Seleziona tutto

sudo apt-get install autoconf automake1.9 libtool1.4 make
Si vada poi a prelevare l'archivio sorgente di brlcad qui, io ho scaricato l'archivio bzip che è più compatto. Non scaricate la versione precompilata per linux, a me non ha mai funzionato a dovere.
A questo punto scompattiamo il tarball. Da console posizionatevi nella directory dove avete scaricato il file (ad esempio la vostra home) e date il comando

Codice: Seleziona tutto

tar -xjvf brlcad-x.x.x.tar.bz2
Ovviamente al posto di x.x.x mettete la corretta versione di brlcad da voi scaricata.
Ora, sempre da console, posizionatevi nella directory brlcad-x.x.x appena scompattata con

Codice: Seleziona tutto

cd brlcad-x.x.x
date in sequenza i comandi per installare brlcad

Codice: Seleziona tutto

sh autogen.sh
./configure
make
make benchmark
sudo make install
make test
Make bachmark serve solo a verificare che il vostro sistema sia "abile" all'utilizzo di brlcad, in teoria se saltate "make benchmarck" e "make test" non cambia nulla.

Tutto è pronto

Codice: Seleziona tutto

/usr/brlcad/bin/mged
e lancerete il vostro modellatore cad 3d
Ultima modifica di Silvano il mercoledì 12 ottobre 2005, 14:02, modificato 1 volta in totale.
Nel verde mi rilasso...
... se non ho nessuno intorno.
Avatar utente
Alessio
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 423
Iscrizione: sabato 5 febbraio 2005, 11:25

Re: brlcad - guida all'installazione

Messaggio da Alessio »

Ottima guida, perchè non la metti nel wiki? Sarebbe molto più visibile.. tutta la documentazione sta lì
Alessio
"Gli farò una proposta che non potrà rifiutare…”
Avatar utente
Silvano
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 433
Iscrizione: giovedì 7 aprile 2005, 12:53
Località: Padova

Re: brlcad - guida all'installazione

Messaggio da Silvano »

ok, prima la vorrei migliorare un po' con link corretti e comandi apt-get precisi, poi si la posso anche mettere sul wiki.
Mi piacerebbe anche tradurre (con calma) il manuale "first step" fornito durante l'installazione.
Nel verde mi rilasso...
... se non ho nessuno intorno.
Avatar utente
Macch
Prode Principiante
Messaggi: 32
Iscrizione: mercoledì 4 gennaio 2006, 13:06

Re: brlcad - guida all'installazione

Messaggio da Macch »

Ciao,
devo dire che in effetti la tua spiegazione è molto dettagliata e ben curata...
l'unico problema è che a me NON FUNZIONA

... mi spiego meglio...

ho scaricato il file brlcad-7.6.4_linux_ia32.tar.bz2 da internet poi come tu hai indicato mi sono scaricato le ultime versioni dei pacchetti autoconf, automake, libtool e make con Synaptic che li ha installati direttamente... quindi ho saltato

# sudo apt-get install autoconf automake1.9 libtool1.4 make

ho poi fatto

# tar -xjvf brlcad-x.x.x.tar.bz2

ma non mi ha creato la solita directory che viene creata scompattando un tarball...


mi ha invece creato una cartella "usr" con un piccolo lucchetto in alto a destra allinterno della quale con il comando ls mi ritrovo:

andrea@portatile:~/home/andrea/programmi/blrcad/usr/brlcad$ ls
bin  include  lib  man  rel-7.6.4  share  stable

a parte rel-7.6.4 gli altri sono tutti link che mi riconducono non so dove...


a questo punto non so proprio come fare


riesci ad aiutarmi ????

qualcuno riesce a darmi una mano ????

Grazie

Andrea
Avatar utente
Silvano
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 433
Iscrizione: giovedì 7 aprile 2005, 12:53
Località: Padova

Re: brlcad - guida all'installazione

Messaggio da Silvano »

devi scaricare il sorgente, non la versione compilata.
il file che devi scaricare non  xxx_ia32.tar.bz ;)
Nel verde mi rilasso...
... se non ho nessuno intorno.
Avatar utente
ulissesroc
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 525
Iscrizione: domenica 11 dicembre 2005, 17:07
Località: Padova
Contatti:

Re: brlcad - guida all'installazione

Messaggio da ulissesroc »

Ma spiega un po': e' una dritta o no, avere questo programma? Cosa fa di utile per un utente standard? Comunque a me da questo errore
/usr/bin/ld: ../../src/liboptical/.libs/librtms.a(librtms_la-sh_camo.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
../../src/liboptical/.libs/librtms.a(librtms_la-sh_camo.o): could not read symbols: Bad value
collect2: ld returned 1 exit status
make[3]: *** [libmultispectral.la] Error 1
make[3]: Leaving directory `/home/gio/brlcad-7.6.6/src/libmultispectral'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/gio/brlcad-7.6.6/src/libmultispectral'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gio/brlcad-7.6.6/src'
make: *** [all-recursive] Error 1
Ultima modifica di ulissesroc il giovedì 12 gennaio 2006, 14:25, modificato 1 volta in totale.
Avatar utente
ziodani
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 295
Iscrizione: venerdì 14 ottobre 2005, 11:00

Re: brlcad - guida all'installazione

Messaggio da ziodani »

Silvano ha scritto: devi scaricare il sorgente, non la versione compilata.
il file che devi scaricare non  xxx_ia32.tar.bz ;)
anche in questo caso crea la cartella usr/

provo a smanettare un po'......
comunque ci sono novità riguardo a questo cad?
Hattory

Re: brlcad - guida all'installazione

Messaggio da Hattory »

tutto bene anche se io ll'inizio ho dovuto fare solo : sudo apt-get install autoconf automake1.9 ......se aggiungevo:libtool1.4 make , mi dava un errore
ingoenius
Prode Principiante
Messaggi: 67
Iscrizione: mercoledì 28 dicembre 2005, 9:21

Re: brlcad - guida all'installazione

Messaggio da ingoenius »

ho provato con il modo sopra descritto ma non riesco a farlo funzionare , sono con kubuntu
ma alla fine del processo
mi da molti errori dei quali non comprendo nulla, sai mica dirmi come farlo andare??
grazie
qui sotto la lunga consolle se ci capisci qualcosa ti ringrazio in anticipo

Codice: Seleziona tutto

Libraries have been installed in:
   /usr/brlcad/lib
make[6]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk/doc »
make[5]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk/doc »
make[4]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk/doc »
Making install in generic
make[4]: entrant dans le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk/generic »
/bin/sh ../../../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include  -DTK_LIBRARY="\"/usr/brlcad/lib/tk8.4\"" -I../../../../src/other/libtcl/generic -I../../../../src/other/libtk/bitmaps -I../../../../src/other/libtk/generic -I../../../../src/other/libtk/unix -I../../../../src/other/libtk/mac -I../../../../src/other/libtk/win -I/usr/X11R6/include -I/usr/local/include -I../../../../include  -pipe -fno-strict-aliasing -fno-common -g -c -o tkStubLib.lo tkStubLib.c
rm -f .libs/tkStubLib.lo
gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -DTK_LIBRARY=\"/usr/brlcad/lib/tk8.4\" -I../../../../src/other/libtcl/generic -I../../../../src/other/libtk/bitmaps -I../../../../src/other/libtk/generic -I../../../../src/other/libtk/unix -I../../../../src/other/libtk/mac -I../../../../src/other/libtk/win -I/usr/X11R6/include -I/usr/local/include -I../../../../include -pipe -fno-strict-aliasing -fno-common -g -c tkStubLib.c  -fPIC -DPIC -o .libs/tkStubLib.lo
In file included from tkPort.h:20,
                 from tkStubLib.c:34:
tk.h:98:23: error: X11/Xlib.h: No such file or directory
In file included from tkPort.h:20,
                 from tkStubLib.c:34:
tk.h:574: error: syntax error before 'Window'
tk.h:574: error: 'Window' declared as function returning a function
tk.h:574: warning: parameter names (without types) in function declaration
tk.h:577: error: syntax error before 'XEvent'
tk.h:586: error: syntax error before 'Tk_ClassCreateProc'
tk.h:586: warning: no semicolon at end of struct or union
tk.h:594: error: syntax error before '}' token
tk.h:594: warning: data definition has no type or storage class
tk.h:680: error: syntax error before 'Bool'
tk.h:680: warning: no semicolon at end of struct or union
tk.h:681: warning: data definition has no type or storage class
tk.h:685: error: syntax error before 'time'
tk.h:685: warning: data definition has no type or storage class
tk.h:690: error: syntax error before 'same_screen'
tk.h:690: warning: data definition has no type or storage class
tk.h:691: warning: data definition has no type or storage class
tk.h:696: error: syntax error before 'Bool'
tk.h:696: warning: no semicolon at end of struct or union
tk.h:697: warning: data definition has no type or storage class
tk.h:699: error: syntax error before '}' token
tk.h:699: warning: data definition has no type or storage class
tk.h:700: error: syntax error before 'XActivateEvent'
tk.h:700: warning: data definition has no type or storage class
tk.h:701: error: syntax error before 'XDeactivateEvent'
tk.h:701: warning: data definition has no type or storage class
tk.h:773: error: syntax error before 'Display'
tk.h:773: warning: no semicolon at end of struct or union
tk.h:776: error: syntax error before '*' token
tk.h:776: warning: data definition has no type or storage class
tk.h:787: error: syntax error before 'changes'
tk.h:787: warning: data definition has no type or storage class
tk.h:789: error: syntax error before 'atts'
tk.h:789: warning: data definition has no type or storage class
tk.h:813: error: syntax error before '}' token
tk.h:813: warning: data definition has no type or storage class
tk.h:923: error: syntax error before 'XPoint'
tk.h:1024: error: syntax error before 'Display'
tk.h:1026: error: syntax error before 'Display'
tk.h:1123: error: syntax error before 'XColor'
tk.h:1123: warning: no semicolon at end of struct or union
tk.h:1153: error: syntax error before '}' token
tk.h:1153: warning: data definition has no type or storage class
tk.h:1187: error: syntax error before 'GC'
tk.h:1187: warning: no semicolon at end of struct or union
tk.h:1199: error: syntax error before '*' token
tk.h:1199: warning: data definition has no type or storage class
tk.h:1200: error: syntax error before '*' token
tk.h:1200: warning: data definition has no type or storage class
tk.h:1201: error: syntax error before '*' token
tk.h:1201: warning: data definition has no type or storage class
tk.h:1202: error: syntax error before 'stipple'
tk.h:1202: warning: data definition has no type or storage class
tk.h:1203: error: syntax error before 'activeStipple'
tk.h:1203: warning: data definition has no type or storage class
tk.h:1204: error: syntax error before 'disabledStipple'
tk.h:1204: warning: data definition has no type or storage class
tk.h:1205: warning: data definition has no type or storage class
tk.h:1228: error: syntax error before 'Display'
tk.h:1231: error: syntax error before 'Display'
tk.h:1436: error: syntax error before 'Drawable'
tk.h:1553: error: syntax error before 'XErrorEvent'
tk.h:1555: error: syntax error before 'XEvent'
tk.h:1557: error: syntax error before 'XEvent'
tk.h:1559: error: syntax error before 'XEvent'
tk.h:1564: error: syntax error before 'XEvent'
In file included from tk.h:1578,
                 from tkPort.h:20,
                 from tkStubLib.c:34:
tkDecls.h:37: error: syntax error before '*' token
tkDecls.h:37: warning: data definition has no type or storage class
tkDecls.h:39: error: syntax error before 'Tk_3DBorderGC'
tkDecls.h:39: warning: data definition has no type or storage class
tkDecls.h:42: error: syntax error before 'Drawable'
tkDecls.h:47: error: syntax error before 'Drawable'
tkDecls.h:56: error: syntax error before 'XEvent'
tkDecls.h:73: error: syntax error before '*' token
tkDecls.h:73: warning: data definition has no type or storage class
tkDecls.h:76: error: syntax error before 'Pixmap'
tkDecls.h:80: error: syntax error before 'XColor'
tkDecls.h:90: error: syntax error before 'Pixmap'
tkDecls.h:95: error: syntax error before 'GC'
tkDecls.h:114: error: syntax error before 'XSetWindowAttributes'
tkDecls.h:122: error: syntax error before 'Atom'
tkDecls.h:125: error: syntax error before 'Atom'
tkDecls.h:147: error: syntax error before 'XWindowChanges'
tkDecls.h:167: error: syntax error before '*' token
tkDecls.h:187: error: syntax error before 'Atom'
tkDecls.h:232: error: syntax error before 'Atom'
tkDecls.h:242: error: syntax error before 'Drawable'
tkDecls.h:247: error: syntax error before 'Drawable'
tkDecls.h:252: error: syntax error before '*' token
tkDecls.h:257: error: syntax error before 'GC'
tkDecls.h:260: error: syntax error before '*' token
tkDecls.h:265: error: syntax error before 'Drawable'
tkDecls.h:270: error: syntax error before 'Drawable'
tkDecls.h:278: error: syntax error before 'Tk_FontId'
tkDecls.h:278: warning: data definition has no type or storage class
tkDecls.h:282: error: syntax error before '*' token
tkDecls.h:285: error: syntax error before '*' token
tkDecls.h:287: error: syntax error before '*' token
tkDecls.h:290: error: syntax error before '*' token
tkDecls.h:295: error: syntax error before '*' token
tkDecls.h:299: error: syntax error before 'Display'
tkDecls.h:303: error: syntax error before '*' token
tkDecls.h:309: error: syntax error before '*' token
tkDecls.h:311: error: syntax error before 'Tk_GCForColor'
tkDecls.h:311: error: syntax error before '*' token
tkDecls.h:311: warning: data definition has no type or storage class
tkDecls.h:327: error: syntax error before 'Atom'
tkDecls.h:334: error: syntax error before 'Tk_GetBitmap'
tkDecls.h:334: warning: data definition has no type or storage class
tkDecls.h:337: error: syntax error before 'Tk_GetBitmapFromData'
tkDecls.h:337: warning: data definition has no type or storage class
tkDecls.h:344: error: syntax error before '*' token
tkDecls.h:344: warning: data definition has no type or storage class
tkDecls.h:347: error: syntax error before '*' token
tkDecls.h:347: error: syntax error before 'XColor'
tkDecls.h:347: warning: data definition has no type or storage class
tkDecls.h:350: error: syntax error before 'Tk_GetColormap'
tkDecls.h:350: warning: data definition has no type or storage class
tkDecls.h:371: error: syntax error before 'Tk_GetGC'
tkDecls.h:371: error: syntax error before 'XGCValues'
tkDecls.h:371: warning: data definition has no type or storage class
tkDecls.h:401: error: syntax error before 'Tk_GetPixmap'
tkDecls.h:401: error: syntax error before '*' token
tkDecls.h:401: warning: data definition has no type or storage class
tkDecls.h:418: error: syntax error before 'Atom'
tkDecls.h:424: error: syntax error before '*' token
tkDecls.h:424: error: syntax error before 'Colormap'
tkDecls.h:424: warning: data definition has no type or storage class
tkDecls.h:435: error: syntax error before '*' token
tkDecls.h:437: error: syntax error before '*' token
tkDecls.h:446: error: syntax error before 'Tk_InternAtom'
tkDecls.h:446: warning: data definition has no type or storage class
tkDecls.h:484: error: syntax error before '*' token
tkDecls.h:489: error: syntax error before '*' token
tkDecls.h:491: error: syntax error before '*' token
tkDecls.h:509: error: syntax error before 'Atom'
tkDecls.h:549: error: syntax error before '*' token
tkDecls.h:552: error: syntax error before '*' token
tkDecls.h:555: error: syntax error before 'Drawable'
tkDecls.h:591: error: syntax error before 'Pixmap'
tkDecls.h:600: error: syntax error before 'Pixmap'
tkDecls.h:603: error: syntax error before 'Colormap'
tkDecls.h:606: error: syntax error before 'Visual'
tkDecls.h:610: error: syntax error before '*' token
tkDecls.h:627: error: syntax error before '*' token
tkDecls.h:632: error: syntax error before '*' token
tkDecls.h:649: error: syntax error before 'Tk_AllocBitmapFromObj'
tkDecls.h:649: warning: data definition has no type or storage class
tkDecls.h:657: error: syntax error before '*' token
tkDecls.h:657: warning: data definition has no type or storage class
tkDecls.h:702: error: syntax error before 'Tk_GetBitmapFromObj'
tkDecls.h:702: warning: data definition has no type or storage class
tkDecls.h:705: error: syntax error before '*' token
tkDecls.h:705: warning: data definition has no type or storage class
tkDecls.h:770: error: syntax error before '*' token
tkDecls.h:772: error: syntax error before '*' token
tkDecls.h:775: error: syntax error before '*' token
tkDecls.h:779: error: syntax error before 'Tk_Outline'
tkDecls.h:782: error: syntax error before 'Tk_Outline'
tkDecls.h:785: error: syntax error before 'Tk_Outline'
tkDecls.h:788: error: syntax error before 'GC'
tkDecls.h:795: error: syntax error before 'GC'
tkDecls.h:801: error: syntax error before 'Pixmap'
tkDecls.h:806: error: syntax error before 'XColor'
tkDecls.h:821: error: syntax error before 'Pixmap'
tkDecls.h:843: error: syntax error before 'Tk_ClassProcs'
tkDecls.h:866: error: syntax error before '*' token
tkDecls.h:915: error: syntax error before 'Drawable'
tkDecls.h:932: error: syntax error before 'XColor'
tkDecls.h:932: warning: no semicolon at end of struct or union
tkDecls.h:933: error: syntax error before '*' token
tkDecls.h:933: error: 'GC' declared as function returning a function
tkDecls.h:933: warning: data definition has no type or storage class
tkDecls.h:934: error: syntax error before 'Drawable'
tkDecls.h:935: error: syntax error before 'Drawable'
tkDecls.h:937: error: syntax error before 'XEvent'
tkDecls.h:941: error: syntax error before '*' token
tkDecls.h:941: warning: data definition has no type or storage class
tkDecls.h:942: error: syntax error before 'Pixmap'
tkDecls.h:943: error: syntax error before 'XColor'
tkDecls.h:946: error: syntax error before 'Pixmap'
tkDecls.h:948: error: syntax error before 'GC'
tkDecls.h:953: error: syntax error before 'XSetWindowAttributes'
tkDecls.h:955: error: syntax error before 'Atom'
tkDecls.h:956: error: syntax error before 'Atom'
tkDecls.h:961: error: syntax error before 'XWindowChanges'
tkDecls.h:966: error: syntax error before '*' token
tkDecls.h:972: error: syntax error before 'Atom'
tkDecls.h:984: error: syntax error before 'Atom'
tkDecls.h:988: error: syntax error before 'Drawable'
tkDecls.h:989: error: syntax error before 'Drawable'
tkDecls.h:990: error: syntax error before '*' token
tkDecls.h:991: error: syntax error before 'GC'
tkDecls.h:992: error: syntax error before '*' token
tkDecls.h:993: error: syntax error before 'Drawable'
tkDecls.h:994: error: syntax error before 'Drawable'
tkDecls.h:996: error: syntax error before '*' token
tkDecls.h:996: error: 'Font' declared as function returning a function
tkDecls.h:996: warning: data definition has no type or storage class
tkDecls.h:998: error: syntax error before '*' token
tkDecls.h:999: error: syntax error before '*' token
tkDecls.h:1000: error: syntax error before '*' token
tkDecls.h:1001: error: syntax error before '*' token
tkDecls.h:1003: error: syntax error before '*' token
tkDecls.h:1005: error: syntax error before 'Display'
tkDecls.h:1006: error: syntax error before '*' token
tkDecls.h:1008: error: syntax error before '*' token
tkDecls.h:1009: error: syntax error before '*' token
tkDecls.h:1009: error: syntax error before '*' token
tkDecls.h:1009: error: 'GC' declared as function returning a function
tkDecls.h:1009: warning: data definition has no type or storage class
tkDecls.h:1014: error: syntax error before 'Atom'
tkDecls.h:1016: error: syntax error before '*' token
tkDecls.h:1016: error: 'Pixmap' declared as function returning a function
tkDecls.h:1016: warning: data definition has no type or storage class
tkDecls.h:1017: error: syntax error before '*' token
tkDecls.h:1017: error: 'Pixmap' declared as function returning a function
tkDecls.h:1017: warning: data definition has no type or storage class
tkDecls.h:1019: error: syntax error before '*' token
tkDecls.h:1019: warning: data definition has no type or storage class
tkDecls.h:1020: error: syntax error before '*' token
tkDecls.h:1020: error: syntax error before 'XColor'
tkDecls.h:1020: warning: data definition has no type or storage class
tkDecls.h:1021: error: syntax error before '*' token
tkDecls.h:1021: error: 'Colormap' declared as function returning a function
tkDecls.h:1021: warning: data definition has no type or storage class
tkDecls.h:1027: error: syntax error before '*' token
tkDecls.h:1027: error: syntax error before 'XGCValues'
tkDecls.h:1027: error: 'GC' declared as function returning a function
tkDecls.h:1027: warning: data definition has no type or storage class
tkDecls.h:1036: error: syntax error before '*' token
tkDecls.h:1036: error: syntax error before '*' token
tkDecls.h:1036: error: 'Pixmap' declared as function returning a function
tkDecls.h:1036: warning: data definition has no type or storage class
tkDecls.h:1041: error: syntax error before 'Atom'
tkDecls.h:1043: error: syntax error before '*' token
tkDecls.h:1043: error: syntax error before 'Colormap'
tkDecls.h:1043: warning: data definition has no type or storage class
tkDecls.h:1046: error: syntax error before '*' token
tkDecls.h:1047: error: syntax error before '*' token
tkDecls.h:1050: error: syntax error before '*' token
tkDecls.h:1050: error: 'Atom' declared as function returning a function
tkDecls.h:1050: warning: data definition has no type or storage class
tkDecls.h:1063: error: syntax error before '*' token
tkDecls.h:1065: error: syntax error before '*' token
tkDecls.h:1066: error: syntax error before '*' token
tkDecls.h:1073: error: syntax error before 'Atom'
tkDecls.h:1084: error: syntax error before '*' token
tkDecls.h:1085: error: syntax error before '*' token
tkDecls.h:1086: error: syntax error before 'Drawable'
tkDecls.h:1097: error: syntax error before 'Pixmap'
tkDecls.h:1100: error: syntax error before 'Pixmap'
tkDecls.h:1101: error: syntax error before 'Colormap'
tkDecls.h:1102: error: syntax error before 'Visual'
tkDecls.h:1103: error: syntax error before '*' token
tkDecls.h:1109: error: syntax error before '*' token
tkDecls.h:1110: error: syntax error before '*' token
tkDecls.h:1116: error: syntax error before '*' token
tkDecls.h:1116: error: 'Pixmap' declared as function returning a function
tkDecls.h:1116: warning: data definition has no type or storage class
tkDecls.h:1118: error: syntax error before '*' token
tkDecls.h:1118: warning: data definition has no type or storage class
tkDecls.h:1132: error: syntax error before '*' token
tkDecls.h:1132: error: 'Pixmap' declared as function returning a function
tkDecls.h:1132: warning: data definition has no type or storage class
tkDecls.h:1133: error: syntax error before '*' token
tkDecls.h:1133: warning: data definition has no type or storage class
tkDecls.h:1152: error: syntax error before '*' token
tkDecls.h:1153: error: syntax error before '*' token
tkDecls.h:1154: error: syntax error before '*' token
tkDecls.h:1155: error: syntax error before 'Tk_Outline'
tkDecls.h:1156: error: syntax error before 'Tk_Outline'
tkDecls.h:1157: error: syntax error before 'Tk_Outline'
tkDecls.h:1158: error: syntax error before 'GC'
tkDecls.h:1160: error: syntax error before 'GC'
tkDecls.h:1162: error: syntax error before 'Pixmap'
tkDecls.h:1163: error: syntax error before 'XColor'
tkDecls.h:1167: error: syntax error before 'Pixmap'
tkDecls.h:1173: error: syntax error before 'Tk_ClassProcs'
tkDecls.h:1179: error: syntax error before '*' token
tkDecls.h:1195: error: syntax error before 'Drawable'
tkDecls.h:1196: warning: data definition has no type or storage class
tkDecls.h:1201: error: syntax error before '*' token
tkDecls.h:1201: warning: data definition has no type or storage class
In file included from ../unix/tkUnixPort.h:66,
                 from tkPort.h:34,
                 from tkStubLib.c:34:
/usr/include/time.h:184: error: 'time' redeclared as different kind of symbol
tk.h:685: error: previous declaration of 'time' was here
In file included from tkPort.h:34,
                 from tkStubLib.c:34:
../unix/tkUnixPort.h:80:28: error: X11/cursorfont.h: No such file or directory
../unix/tkUnixPort.h:81:24: error: X11/keysym.h: No such file or directory
../unix/tkUnixPort.h:82:23: error: X11/Xatom.h: No such file or directory
../unix/tkUnixPort.h:83:24: error: X11/Xproto.h: No such file or directory
../unix/tkUnixPort.h:84:27: error: X11/Xresource.h: No such file or directory
../unix/tkUnixPort.h:85:23: error: X11/Xutil.h: No such file or directory
In file included from tkStubLib.c:35:
tkInt.h:45: error: syntax error before 'XEvent'
tkInt.h:58: error: syntax error before 'Display'
tkInt.h:58: warning: no semicolon at end of struct or union
tkInt.h:82: error: syntax error before '}' token
tkInt.h:82: warning: data definition has no type or storage class
tkInt.h:117: error: syntax error before 'Display'
tkInt.h:117: warning: no semicolon at end of struct or union
tkInt.h:118: error: conflicting types for 'nextPtr'
tkInt.h:78: error: previous declaration of 'nextPtr' was here
tkInt.h:119: error: conflicting types for 'name'
tk.h:689: error: previous declaration of 'name' was here
tkInt.h:121: error: syntax error before 'lastEventTime'
tkInt.h:121: warning: data definition has no type or storage class
tkInt.h:161: error: syntax error before '*' token
tkInt.h:161: warning: data definition has no type or storage class
tkInt.h:220: error: syntax error before 'cursorFont'
tkInt.h:220: warning: data definition has no type or storage class
tkInt.h:387: error: syntax error before 'multipleAtom'
tkInt.h:387: warning: data definition has no type or storage class
tkInt.h:389: error: syntax error before 'incrAtom'
tkInt.h:389: warning: data definition has no type or storage class
tkInt.h:390: error: syntax error before 'targetsAtom'
tkInt.h:390: warning: data definition has no type or storage class
tkInt.h:391: error: syntax error before 'timestampAtom'
tkInt.h:391: warning: data definition has no type or storage class
tkInt.h:392: error: syntax error before 'textAtom'
tkInt.h:392: warning: data definition has no type or storage class
tkInt.h:393: error: syntax error before 'compoundTextAtom'
tkInt.h:393: warning: data definition has no type or storage class
tkInt.h:394: error: syntax error before 'applicationAtom'
tkInt.h:394: warning: data definition has no type or storage class
tkInt.h:395: error: syntax error before 'windowAtom'
tkInt.h:395: warning: data definition has no type or storage class
tkInt.h:396: error: syntax error before 'clipboardAtom'
tkInt.h:396: warning: data definition has no type or storage class
tkInt.h:397: error: syntax error before 'utf8Atom'
tkInt.h:397: warning: data definition has no type or storage class
tkInt.h:421: error: syntax error before 'commProperty'
tkInt.h:421: warning: data definition has no type or storage class
tkInt.h:422: error: syntax error before 'registryProperty'
tkInt.h:422: warning: data definition has no type or storage class
tkInt.h:424: error: syntax error before 'appNameProperty'
tkInt.h:424: warning: data definition has no type or storage class
tkInt.h:435: error: syntax error before '*' token
tkInt.h:435: error: syntax error before '*' token
tkInt.h:435: error: 'XID' declared as function returning a function
tkInt.h:435: warning: data definition has no type or storage class
tkInt.h:509: error: syntax error before '}' token
tkInt.h:509: warning: data definition has no type or storage class
tkInt.h:538: error: syntax error before 'TkDisplay'
tkInt.h:538: warning: no semicolon at end of struct or union
tkInt.h:560: error: conflicting types for 'nextPtr'
tkInt.h:78: error: previous declaration of 'nextPtr' was here
tkInt.h:564: error: syntax error before '}' token
tkInt.h:564: warning: data definition has no type or storage class
tkInt.h:671: error: syntax error before 'Display'
tkInt.h:671: warning: no semicolon at end of struct or union
tkInt.h:672: warning: data definition has no type or storage class
tkInt.h:676: error: syntax error before '*' token
tkInt.h:676: warning: data definition has no type or storage class
tkInt.h:689: error: conflicting types for 'parentPtr'
tk.h:781: error: previous declaration of 'parentPtr' was here
tkInt.h:694: error: conflicting types for 'nextPtr'
tkInt.h:78: error: previous declaration of 'nextPtr' was here
tkInt.h:729: error: syntax error before 'changes'
tkInt.h:729: warning: data definition has no type or storage class
tkInt.h:733: error: syntax error before 'atts'
tkInt.h:733: warning: data definition has no type or storage class
tkInt.h:813: error: syntax error before '*' token
tkInt.h:813: warning: data definition has no type or storage class
tkInt.h:833: error: syntax error before '}' token
tkInt.h:833: warning: data definition has no type or storage class
tkInt.h:854: error: syntax error before 'Pixmap'
tkInt.h:854: warning: no semicolon at end of struct or union
tkInt.h:854: warning: no semicolon at end of struct or union
tkInt.h:856: error: syntax error before '}' token
tkInt.h:856: warning: data definition has no type or storage class
tkInt.h:857: error: syntax error before '}' token
tkInt.h:857: warning: data definition has no type or storage class
tkInt.h:866: error: syntax error before '*' token
tkInt.h:866: warning: data definition has no type or storage class
tkInt.h:923: error: syntax error before '*' token
In file included from tkInt.h:931,
                 from tkStubLib.c:35:
tkIntDecls.h:38: error: syntax error before '*' token
tkIntDecls.h:38: error: syntax error before '*' token
tkIntDecls.h:38: warning: data definition has no type or storage class
tkIntDecls.h:44: error: syntax error before 'XPoint'
tkIntDecls.h:48: error: syntax error before '*' token
tkIntDecls.h:50: error: syntax error before '*' token
tkIntDecls.h:57: error: syntax error before '*' token
tkIntDecls.h:60: error: syntax error before 'TkDisplay'
tkIntDecls.h:79: error: syntax error before '*' token
tkIntDecls.h:79: error: syntax error before 'XColor'
tkIntDecls.h:79: warning: data definition has no type or storage class
tkIntDecls.h:91: error: syntax error before 'TkCurrentTime'
tkIntDecls.h:91: error: syntax error before '*' token
tkIntDecls.h:91: warning: data definition has no type or storage class
tkIntDecls.h:95: error: syntax error before '*' token
tkIntDecls.h:97: error: syntax error before 'GC'
tkIntDecls.h:101: error: syntax error before '*' token
tkIntDecls.h:103: error: syntax error before 'Display'
tkIntDecls.h:116: error: syntax error before '*' token
tkIntDecls.h:118: error: syntax error before '*' token
tkIntDecls.h:121: error: syntax error before '*' token
tkIntDecls.h:121: error: syntax error before '*' token
tkIntDecls.h:121: warning: data definition has no type or storage class
tkIntDecls.h:128: error: syntax error before '*' token
tkIntDecls.h:130: error: syntax error before '*' token
tkIntDecls.h:141: error: syntax error before '*' token
tkIntDecls.h:141: warning: data definition has no type or storage class
tkIntDecls.h:147: error: syntax error before '*' token
tkIntDecls.h:147: error: syntax error before '*' token
tkIntDecls.h:147: warning: data definition has no type or storage class
tkIntDecls.h:153: error: syntax error before '*' token
tkIntDecls.h:153: error: syntax error before '*' token
tkIntDecls.h:153: warning: data definition has no type or storage class
tkIntDecls.h:168: error: syntax error before '*' token
tkIntDecls.h:170: error: syntax error before '*' token
tkIntDecls.h:175: error: syntax error before '*' token
tkIntDecls.h:182: error: syntax error before 'keysym'
tkIntDecls.h:190: error: syntax error before 'XPoint'
tkIntDecls.h:199: error: syntax error before '*' token
tkIntDecls.h:201: error: syntax error before '*' token
tkIntDecls.h:209: error: syntax error before '*' token
tkIntDecls.h:212: error: syntax error before '*' token
tkIntDecls.h:214: error: syntax error before '*' token
tkIntDecls.h:223: error: syntax error before '*' token
tkIntDecls.h:223: error: syntax error before '*' token
tkIntDecls.h:223: warning: data definition has no type or storage class
tkIntDecls.h:225: error: syntax error before '*' token
tkIntDecls.h:225: error: syntax error before '*' token
tkIntDecls.h:225: warning: data definition has no type or storage class
tkIntDecls.h:238: error: syntax error before '*' token
tkIntDecls.h:238: error: 'TkpMakeWindow' declared as function returning a function
tkIntDecls.h:244: error: syntax error before '*' token
tkIntDecls.h:244: warning: data definition has no type or storage class
tkIntDecls.h:247: error: syntax error before '*' token
tkIntDecls.h:256: error: syntax error before '*' token
tkIntDecls.h:259: error: syntax error before '*' token
tkIntDecls.h:268: error: syntax error before 'TkDisplay'
tkIntDecls.h:271: error: syntax error before '*' token
tkIntDecls.h:274: error: syntax error before '*' token
tkIntDecls.h:281: error: syntax error before 'GC'
tkIntDecls.h:285: error: syntax error before '*' token
tkIntDecls.h:287: error: syntax error before 'XEvent'
tkIntDecls.h:292: error: syntax error before '*' token
tkIntDecls.h:299: error: syntax error before 'TkStringToKeysym'
tkIntDecls.h:299: warning: data definition has no type or storage class
tkIntDecls.h:305: error: syntax error before '*' token
tkIntDecls.h:308: error: syntax error before '*' token
tkIntDecls.h:310: error: syntax error before '*' token
tkIntDecls.h:310: error: syntax error before '*' token
tkIntDecls.h:310: warning: data definition has no type or storage class
tkIntDecls.h:312: error: syntax error before '*' token
tkIntDecls.h:314: error: syntax error before '*' token
tkIntDecls.h:316: error: syntax error before '*' token
tkIntDecls.h:319: error: syntax error before '*' token
tkIntDecls.h:322: error: syntax error before '*' token
tkIntDecls.h:325: error: syntax error before '*' token
tkIntDecls.h:327: error: syntax error before '*' token
tkIntDecls.h:353: error: syntax error before '*' token
tkIntDecls.h:353: warning: data definition has no type or storage class
tkIntDecls.h:361: error: syntax error before '*' token
tkIntDecls.h:514: error: syntax error before 'GC'
tkIntDecls.h:518: error: syntax error before '*' token
tkIntDecls.h:521: error: syntax error before 'KeySym'
tkIntDecls.h:524: error: syntax error before 'TkpGetKeySym'
tkIntDecls.h:524: error: syntax error before '*' token
tkIntDecls.h:524: warning: data definition has no type or storage class
tkIntDecls.h:527: error: syntax error before '*' token
tkIntDecls.h:532: error: syntax error before '*' token
tkIntDecls.h:532: error: syntax error before '*' token
tkIntDecls.h:532: warning: data definition has no type or storage class
tkIntDecls.h:537: error: syntax error before '*' token
tkIntDecls.h:539: error: syntax error before '*' token
tkIntDecls.h:570: error: syntax error before 'TkWindow'
tkIntDecls.h:570: warning: no semicolon at end of struct or union
tkIntDecls.h:572: error: syntax error before 'XPoint'
tkIntDecls.h:573: error: syntax error before '*' token
tkIntDecls.h:574: error: syntax error before '*' token
tkIntDecls.h:577: error: syntax error before '*' token
tkIntDecls.h:578: error: syntax error before 'TkDisplay'
tkIntDecls.h:582: error: syntax error before '*' token
tkIntDecls.h:582: error: syntax error before 'XColor'
tkIntDecls.h:582: warning: data definition has no type or storage class
tkIntDecls.h:585: error: syntax error before '*' token
tkIntDecls.h:585: error: syntax error before '*' token
tkIntDecls.h:585: error: 'Time' declared as function returning a function
tkIntDecls.h:585: warning: data definition has no type or storage class
tkIntDecls.h:587: error: syntax error before '*' token
tkIntDecls.h:588: error: syntax error before 'GC'
tkIntDecls.h:589: error: syntax error before '*' token
tkIntDecls.h:590: error: syntax error before 'Display'
tkIntDecls.h:593: error: syntax error before '*' token
tkIntDecls.h:594: error: syntax error before '*' token
tkIntDecls.h:595: error: syntax error before '*' token
tkIntDecls.h:595: error: syntax error before '*' token
tkIntDecls.h:595: warning: data definition has no type or storage class
tkIntDecls.h:598: error: syntax error before '*' token
tkIntDecls.h:599: error: syntax error before '*' token
tkIntDecls.h:602: error: syntax error before '*' token
tkIntDecls.h:602: warning: data definition has no type or storage class
tkIntDecls.h:604: error: syntax error before '*' token
tkIntDecls.h:604: error: syntax error before '*' token
tkIntDecls.h:604: warning: data definition has no type or storage class
tkIntDecls.h:606: error: syntax error before '*' token
tkIntDecls.h:606: error: syntax error before '*' token
tkIntDecls.h:606: warning: data definition has no type or storage class
tkIntDecls.h:611: error: syntax error before '*' token
tkIntDecls.h:612: error: syntax error before '*' token
tkIntDecls.h:614: error: syntax error before '*' token
tkIntDecls.h:616: error: syntax error before 'keysym'
tkIntDecls.h:619: error: syntax error before 'XPoint'
tkIntDecls.h:621: error: syntax error before '*' token
tkIntDecls.h:622: error: syntax error before '*' token
tkIntDecls.h:625: error: syntax error before '*' token
tkIntDecls.h:626: error: syntax error before '*' token
tkIntDecls.h:627: error: syntax error before '*' token
tkIntDecls.h:630: error: syntax error before '*' token
tkIntDecls.h:630: error: syntax error before '*' token
tkIntDecls.h:630: warning: data definition has no type or storage class
tkIntDecls.h:631: error: syntax error before '*' token
tkIntDecls.h:631: error: syntax error before '*' token
tkIntDecls.h:631: warning: data definition has no type or storage class
tkIntDecls.h:636: error: syntax error before '*' token
tkIntDecls.h:636: error: 'tkpMakeWindow' declared as function returning a function
tkIntDecls.h:638: error: syntax error before '*' token
tkIntDecls.h:638: warning: data definition has no type or storage class
tkIntDecls.h:639: error: syntax error before '*' token
tkIntDecls.h:642: error: syntax error before '*' token
tkIntDecls.h:643: error: syntax error before '*' token
tkIntDecls.h:646: error: syntax error before 'TkDisplay'
tkIntDecls.h:647: error: syntax error before '*' token
tkIntDecls.h:648: error: syntax error before '*' token
tkIntDecls.h:649: error: syntax error before 'GC'
tkIntDecls.h:650: error: syntax error before '*' token
tkIntDecls.h:651: error: syntax error before 'XEvent'
tkIntDecls.h:653: error: syntax error before '*' token
tkIntDecls.h:656: error: syntax error before '*' token
tkIntDecls.h:656: error: 'KeySym' declared as function returning a function
tkIntDecls.h:656: warning: data definition has no type or storage class
tkIntDecls.h:658: error: syntax error before '*' token
tkIntDecls.h:659: error: syntax error before '*' token
tkIntDecls.h:660: error: syntax error before '*' token
tkIntDecls.h:660: error: syntax error before '*' token
tkIntDecls.h:660: warning: data definition has no type or storage class
tkIntDecls.h:661: error: syntax error before '*' token
tkIntDecls.h:662: error: syntax error before '*' token
tkIntDecls.h:663: error: syntax error before '*' token
tkIntDecls.h:664: error: syntax error before '*' token
tkIntDecls.h:665: error: syntax error before '*' token
tkIntDecls.h:666: error: syntax error before '*' token
tkIntDecls.h:667: error: syntax error before '*' token
tkIntDecls.h:676: error: syntax error before '*' token
tkIntDecls.h:676: warning: data definition has no type or storage class
tkIntDecls.h:679: error: syntax error before '*' token
tkIntDecls.h:815: error: syntax error before 'GC'
tkIntDecls.h:816: error: syntax error before '*' token
tkIntDecls.h:817: error: syntax error before 'KeySym'
tkIntDecls.h:818: error: syntax error before '*' token
tkIntDecls.h:818: error: syntax error before '*' token
tkIntDecls.h:818: error: 'KeySym' declared as function returning a function
tkIntDecls.h:818: warning: data definition has no type or storage class
tkIntDecls.h:819: error: syntax error before '*' token
tkIntDecls.h:821: error: syntax error before '*' token
tkIntDecls.h:821: error: syntax error before '*' token
tkIntDecls.h:821: warning: data definition has no type or storage class
tkIntDecls.h:823: error: syntax error before '*' token
tkIntDecls.h:824: error: syntax error before '*' token
tkIntDecls.h:841: error: syntax error before '}' token
tkIntDecls.h:841: warning: data definition has no type or storage class
tkIntDecls.h:846: error: syntax error before '*' token
tkIntDecls.h:846: warning: data definition has no type or storage class
In file included from tkStubLib.c:35:
tkInt.h:1140: error: syntax error before 'XImage'
In file included from tkStubLib.c:52:
tkIntPlatDecls.h:395: error: syntax error before '*' token
tkIntPlatDecls.h:398: error: syntax error before '*' token
tkIntPlatDecls.h:400: error: syntax error before 'Colormap'
tkIntPlatDecls.h:403: error: syntax error before '*' token
tkIntPlatDecls.h:405: error: syntax error before '*' token
tkIntPlatDecls.h:405: error: 'TkUnixContainerId' declared as function returning a function
tkIntPlatDecls.h:415: error: syntax error before '*' token
tkIntPlatDecls.h:417: error: syntax error before '*' token
tkIntPlatDecls.h:419: error: syntax error before '*' token
tkIntPlatDecls.h:421: error: syntax error before '*' token
tkIntPlatDecls.h:593: error: syntax error before '*' token
tkIntPlatDecls.h:594: error: syntax error before '*' token
tkIntPlatDecls.h:595: error: syntax error before 'Colormap'
tkIntPlatDecls.h:596: error: syntax error before '*' token
tkIntPlatDecls.h:597: error: syntax error before '*' token
tkIntPlatDecls.h:597: error: 'tkUnixContainerId' declared as function returning a function
tkIntPlatDecls.h:601: error: syntax error before '*' token
tkIntPlatDecls.h:602: error: syntax error before '*' token
tkIntPlatDecls.h:603: error: syntax error before '*' token
tkIntPlatDecls.h:604: error: syntax error before '*' token
tkStubLib.c:63: error: syntax error before '*' token
tkStubLib.c:63: warning: data definition has no type or storage class
tkStubLib.c:65: error: syntax error before '*' token
tkStubLib.c:65: warning: data definition has no type or storage class
tkStubLib.c: In function 'Tk_InitStubs':
tkStubLib.c:113: error: request for member 'hooks' in something not a structure or union
tkStubLib.c:114: error: request for member 'hooks' in something not a structure or union
tkStubLib.c:115: error: request for member 'hooks' in something not a structure or union
tkStubLib.c:116: error: request for member 'hooks' in something not a structure or union
make[4]: *** [tkStubLib.lo] Erreur 1
make[4]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk/generic »
make[3]: *** [install-recursive] Erreur 1
make[3]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other/libtk »
make[2]: *** [install-recursive] Erreur 1
make[2]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src/other »
make[1]: *** [install-recursive] Erreur 1
make[1]: quittant le répertoire « /home/ingoenius/Desktop/brlcad-7.8.0/src »
make: *** [install-recursive] Erreur 1
ingoenius@dag94-1-82-66-35-18:~/Desktop/brlcad-7.8.0$ /usr/brlcad/bin/mged
bash: /usr/brlcad/bin/mged: Aucun fichier ou répertoire de ce type
ingoenius@dag94-1-82-66-35-18:~/Desktop/brlcad-7.8.0$ 

Avatar utente
pierba
Tenace Tecnocrate
Tenace Tecnocrate
Messaggi: 14532
Iscrizione: sabato 26 febbraio 2005, 19:10

Re: brlcad - guida all'installazione

Messaggio da pierba »

Hai un sacco di errori, il ./configure non ti ha segnalato la mancanza di interpreti o librerie?
Hai instalato i pacchetti suggeriti all'inizio (autoconf, libtool, automake, make)?
Prova a dargli l'opzione --enable-optimized:
./configure --enable-optimized

ciao
Ultima modifica di pierba il sabato 22 aprile 2006, 12:29, modificato 1 volta in totale.
Pietro pagina personale - Avete domande sul forum? Leggendo le FAQ: potreste trovare la risposta.
La conoscenza deve essere collettiva, quindi, come da regolamento (Sez. II punto 15) i messaggi personali contententi richieste di assistenza tecnica verranno ignorati.
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

  Non funge neppure a me... CHE PALLE sto brlcad... ci avevo già rinunciato tempo fa, ora che era venuto in auge ci provavo ma mi da gli stessi errori (più o meno) di ingoenius.

volete anche il config.log ?

saluti
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

Ok... scusatemi per l'esternazione di prima.

adesso funziona... mi sono scaricato la versione compilata e l'ho semplicemente scompattata su usr, più facile di così.

;-)

Il programma funziona ma a prima vista è un po spartano (a dir poco).
Probabilmente ci sono un'infinità di funzioni anche specifiche per la progettazione di autoveicoli ma in quanto ad user friendly lascia parecchio a desiderare.

Se Silvano cerca un cad per l'architettura consiglio bricscad o cycas.

saluti
ingoenius
Prode Principiante
Messaggi: 67
Iscrizione: mercoledì 28 dicembre 2005, 9:21

Re: brlcad - guida all'installazione

Messaggio da ingoenius »

mi puoi dire esattamente quale versione compilata hai scaricato e scompattato in usr che ti funziona???
grazie
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

7.8.0 per 386
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

Mi sono dimenticato di specificare che una volta copiato la cartella in usr occorre registrare i path e dare il comando mged per entrare nell'editor solido... ma ci sarebbe tutto specificato nel file install.
L'unica cosa che non sono riuscito a fare è rendere definitive le registrazioni del path... al riavvio devo ridare il comando altrimenti mged non funge.

scusate ma sono un po di fretta.
ingoenius
Prode Principiante
Messaggi: 67
Iscrizione: mercoledì 28 dicembre 2005, 9:21

Re: brlcad - guida all'installazione

Messaggio da ingoenius »

niente da fare ho provato in tutti i modi ma non mi parte, le librerie al'inizio

Codice: Seleziona tutto

sudo apt-get install autoconf automake1.9 libtool1.4 make

qui non mi da nessun errore e dopo che le cose si complicano

bah dovro' rinunciare a l programma, a meno che esista una versione pacchetto per debian o rpm
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

Dai retta Ingo... scaricati la versione compilata per 386 (la 7.8.0) e scompattatela dove vuoi

...poi vai dove hai scaricato il pacchetto e dai:

sudo mv usr/brlcad /usr/.

PATH=/usr/brlcad/bin:$PATH ; export PATH

mged


almeno lo vedi funzionare.

Ancora non sono riuscito a far si di esportare ilpath in maniera definitiva (al riavvio andrebbe rifatto) ma io sono un newbie... qualcuno sa come fare?

saluti
Avatar utente
Kaya
Scoppiettante Seguace
Scoppiettante Seguace
Messaggi: 306
Iscrizione: mercoledì 28 dicembre 2005, 11:29

Re: brlcad - guida all'installazione

Messaggio da Kaya »

Scusa la domanda...ma visto che tu lo hai compilato correttamente non puoi creare il bel pacchetto deb? :D
ingoenius
Prode Principiante
Messaggi: 67
Iscrizione: mercoledì 28 dicembre 2005, 9:21

Re: brlcad - guida all'installazione

Messaggio da ingoenius »

con il modo spiegato sopra da archinauta adesso funziona, non sapevo il passaggio per spostare nella directory usr
comunque ora si apre, é vero che é molto minimalista, ma magari lavorandoci un po su qualcosa si riesce a fare ;-(


che voi sappiate non c'e nulla in linux e gratuito simile a modellatori parametrici tipo solid works??
Avatar utente
archinauta
Prode Principiante
Messaggi: 119
Iscrizione: giovedì 30 marzo 2006, 10:23
Contatti:

Re: brlcad - guida all'installazione

Messaggio da archinauta »

  Non uso solidworks, non so cosa intendi.

  Blender è il miglior software free che abbia mai visto all'opera però di parametrico ha ben poco.

  Cycas dovrebbe essere un po più evoluto ed orientato all'architettura, però l'ho provato solo di sfuggita e non è niente di paragonabile a revit, archicad, allplan e soci.
  E poi non è gratuito.

  Saluti
Scrivi risposta

Ritorna a “Applicazioni professionali”

Chi c’è in linea

Visualizzano questa sezione: 0 utenti iscritti e 13 ospiti