protux-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Protux-support] Compile problems, Protux 0.14.1, GCC 3.2


From: Luciano Giordana
Subject: Re: [Protux-support] Compile problems, Protux 0.14.1, GCC 3.2
Date: Sun, 25 Aug 2002 22:26:49 -0400
User-agent: KMail/1.4.1

> You might want to update the Download page to reflect the new CVS
> server.  I had to do a bit of brainwork to figure out exactly where I
> could download the CVS version.

Indeed (David ?)




> make -C src
> make[1]: Entering directory `/usr/src/protux/src'
> /usr/qt/3/bin/moc Interface.hh -o mocInterface.cc
> g++ -c -o Interface.mo mocInterface.cc -I/usr/qt/3/include
> In file included from mocInterface.cc:11:
> Interface.hh:36: `MustuxJogMouseBoardMessage' was not declared in this
> scope

It seems you didnt download the MustuxLib. The procedure is this


- download protux and MustuxLib cvs snapshots, and put them in different 
directories, such /something/protux and /something/MustuxLib

- put, inside "/something/protux/src" a symbolic link to the MustuxLib 
directory, so you have this 

        /something/protux/src/MustuxLib ---> /something/MustuxLib


- run configure and make again, it might work fine



> Interface.hh:36: `jmbMesg' was not declared in this scope
> Interface.hh:36: invalid data member initialization
> Interface.hh:36: (use `=' to initialize static data members)
> In file included from Project.hh:80,
>                  from ProjectManager.hh:175,
>                  from Interface.hh:85,
>                  from mocInterface.cc:11:
> Song.hh:70: `MustuxJogMouseBoardMessage' was not declared in this scope
> Song.hh:70: `m' was not declared in this scope
> Song.hh:70: invalid data member initialization
> In file included from Song.hh:264,
>                  from Project.hh:80,
>                  from ProjectManager.hh:175,
>                  from Interface.hh:85,
>                  from mocInterface.cc:11:
> Track.hh:25: parse error before `{' token
> Track.hh:28: destructors must be member functions
> Track.hh: In function `int get_base_Y()':
> Track.hh:58: `baseY' undeclared (first use this function)
> Track.hh:58: (Each undeclared identifier is reported only once for each
>    function it appears in.)
> Track.hh: At global scope:
> Track.hh:63: parse error before `private'
> Track.hh:67: `int baseY' used prior to declaration
> Track.hh:78: `friend' can only be specified inside a class
> Track.hh:79: `friend' can only be specified inside a class
> Track.hh:80: `friend' can only be specified inside a class
> Track.hh:81: `friend' can only be specified inside a class
> Track.hh:82: `friend' can only be specified inside a class
> Track.hh:83: `friend' can only be specified inside a class
> Track.hh:87: parse error before `}' token
> In file included from SubClip.hh:38,
>                  from Slice.hh:42,
>                  from Track.hh:90,
>                  from Song.hh:264,
>                  from Project.hh:80,
>                  from ProjectManager.hh:175,
>                  from Interface.hh:85,
>                  from mocInterface.cc:11:
> AudioClip.hh:20: parse error before `{' token
> AudioClip.hh:24: destructors must be member functions
> AudioClip.hh:37: syntax error before `*' token
> AudioClip.hh:38: syntax error before `*' token
> AudioClip.hh:39: syntax error before `*' token
> AudioClip.hh:40: redefinition of `Song*parentSong'
> Track.hh:65: `Song*parentSong' previously declared here
> AudioClip.hh:71: parse error before `}' token
> In file included from Song.hh:270,
>                  from Project.hh:80,
>                  from ProjectManager.hh:175,
>                  from Interface.hh:85,
>                  from mocInterface.cc:11:
> Recorder.hh:48: syntax error before `*' token
> In file included from Song.hh:274,
>                  from Project.hh:80,
>                  from ProjectManager.hh:175,
>                  from Interface.hh:85,
>                  from mocInterface.cc:11:
> filters/FilterSelector.hh:7: parse error before `{' token
> filters/FilterSelector.hh:11: destructors must be member functions
> filters/FilterSelector.hh:17: new declaration `void stop()'
> Track.hh:35: ambiguates old declaration `int stop()'
> filters/FilterSelector.hh:19: parse error before `}' token
> make[1]: *** [Interface.mo] Error 1
> make[1]: Leaving directory `/usr/src/protux/src'
> make: *** [all] Error 2
>
>
>
> _______________________________________________
> Protux-support mailing list
> address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/protux-support




reply via email to

[Prev in Thread] Current Thread [Next in Thread]