Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Compilazione tvision-2.0.1
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Wed Jul 19, 2006 12:19 am    Post subject: Compilazione tvision-2.0.1 Reply with quote

Ragazzi non riesco a compilare tvision-2.0.1.
Ricevo questo output.
Code:
me-pointer    -c ../classes/calcdisp.cc -o obj/calcdisp.o
gcc  -I../../include -I/var/tmp/portage/tvision-2.0.1/work/tvision/include -I/usr/include/rhtvision         -march=athlon -O2 -pipe -fomit-frame-pointer  -march=athlon -O2 -pipe -fomit-frame-pointer    -c ../classes/calculat.cc -o obj/calculat.o
gcc  -I../../include -I/var/tmp/portage/tvision-2.0.1/work/tvision/include -I/usr/include/rhtvision         -march=athlon -O2 -pipe -fomit-frame-pointer  -march=athlon -O2 -pipe -fomit-frame-pointer    -c ../classes/codepage.cc -o obj/codepage.o
In file included from /var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/system.h:71,
                 from /var/tmp/portage/tvision-2.0.1/work/tvision/include/tv.h:695,
                 from ../classes/codepage.cc:82:
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:124: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:124: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:304: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:304: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:306: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:306: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:307: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:307: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:327: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:327: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h: In static member function `static int TScreen::setSecondaryFont(TScreenFont256*)':
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:323: error: too few arguments to function
make[1]: *** [obj/codepage.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/tvision-2.0.1/work/tvision/linux'
make: *** [static-lib] Error 2

!!! ERROR: dev-libs/tvision-2.0.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  tvision-2.0.1.ebuild, line 22:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Sapete gentilmente aiutarmi???
Grazie
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Wed Jul 19, 2006 7:47 am    Post subject: Re: Compilazione tvision-2.0.1 Reply with quote

Pancu wrote:
Ragazzi non riesco a compilare tvision-2.0.1.
Ricevo questo output.
Code:
me-pointer    -c ../classes/calcdisp.cc -o obj/calcdisp.o
gcc  -I../../include -I/var/tmp/portage/tvision-2.0.1/work/tvision/include -I/usr/include/rhtvision         -march=athlon -O2 -pipe -fomit-frame-pointer  -march=athlon -O2 -pipe -fomit-frame-pointer    -c ../classes/calculat.cc -o obj/calculat.o
gcc  -I../../include -I/var/tmp/portage/tvision-2.0.1/work/tvision/include -I/usr/include/rhtvision         -march=athlon -O2 -pipe -fomit-frame-pointer  -march=athlon -O2 -pipe -fomit-frame-pointer    -c ../classes/codepage.cc -o obj/codepage.o
In file included from /var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/system.h:71,
                 from /var/tmp/portage/tvision-2.0.1/work/tvision/include/tv.h:695,
                 from ../classes/codepage.cc:82:
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:124: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:124: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:304: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:304: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:306: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:306: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:307: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:307: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:327: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:327: error: default arguments are only permitted for function parameters
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h: In static member function `static int TScreen::setSecondaryFont(TScreenFont256*)':
/var/tmp/portage/tvision-2.0.1/work/tvision/include/tv/screen.h:323: error: too few arguments to function
make[1]: *** [obj/codepage.o] Error 1
make[1]: Leaving directory `/var/tmp/portage/tvision-2.0.1/work/tvision/linux'
make: *** [static-lib] Error 2

!!! ERROR: dev-libs/tvision-2.0.1 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  tvision-2.0.1.ebuild, line 22:   Called die

!!! (no error message)
!!! If you need support, post the topmost build error, and the call stack if relevant.

Sapete gentilmente aiutarmi???
Grazie


quasi mi commuovo... mi ricordi la mia infanzia.

Dal codice screen.h riga 124:
Code:

 static int    (*setCrtModeRes)(unsigned w, unsigned h, int fW=-1, int fH=-1);


Mi pare che questa cosa non sia permessa in C++ (standard). Che compilatore usi? Probabilmente con quelli recenti non riesci a compilare (in quanto più standard).

Prova ad emergere la versione 2.03 oppure prova a levare le assegnazioni.

ciao


ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Pancu
l33t
l33t


Joined: 16 Feb 2005
Posts: 612
Location: Cesena

PostPosted: Wed Jul 19, 2006 11:12 am    Post subject: Reply with quote

Ora ricevo questo errore:
Code:

checking Berkeley Database library version... 4.2
checking for db_env_create in -ldb-4.2... no
checking for db_env_create in -ldb4... no
configure: error: db.h reports Berkeley DB version is 4.2 but no db-4.2 library exists

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/config.log

!!! ERROR: net-p2p/dctc-0.85.9 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 606:   Called econf
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
:( :(
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Wed Jul 19, 2006 12:15 pm    Post subject: Reply with quote

Pancu wrote:
Ora ricevo questo errore:
Code:

checking Berkeley Database library version... 4.2
checking for db_env_create in -ldb-4.2... no
checking for db_env_create in -ldb4... no
configure: error: db.h reports Berkeley DB version is 4.2 but no db-4.2 library exists

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/dctc-0.85.9/work/dctc-0.85.9/config.log

!!! ERROR: net-p2p/dctc-0.85.9 failed.
Call stack:
  ebuild.sh, line 1539:   Called dyn_compile
  ebuild.sh, line 939:   Called src_compile
  ebuild.sh, line 606:   Called econf
  ebuild.sh, line 541:   Called die

!!! econf failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
:( :(


questo è un altro problema... cerca in bugs.gentoo.org poi nel forum e se non trovi nulla apri un post nuovo (un problema -> un post).

Prova a dare comunque un emerge db (magari è saltato qualche link...).

ciao

luigi
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum