Missing bitmap_perceptual_difference.cpp

View: New views
7 Messages — Rating Filter:   Alert me  

Missing bitmap_perceptual_difference.cpp

by Esben Stien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Trying to build SVN, a file seems to be missing..

[ 99%] Generating k3d.pot
/usr/local/bin/xgettext: error while opening "modules/pdiff/bitmap_perceptual_difference.cpp" for reading: No such file or directory
make[2]: *** [po/k3d.pot] Error 1
make[1]: *** [po/CMakeFiles/nls.dir/all] Error 2
make: *** [all] Error 2

--
Esben Stien is b0ef@e     s      a            
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e
           jid:b0ef@    n     n

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: Missing bitmap_perceptual_difference.cpp

by bART Janssens-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, Jul 19, 2008 at 9:04 PM, Esben Stien <b0ef@...> wrote:
> Trying to build SVN, a file seems to be missing..
>
> [ 99%] Generating k3d.pot
> /usr/local/bin/xgettext: error while opening "modules/pdiff/bitmap_perceptual_difference.cpp" for reading: No such file or directory
> make[2]: *** [po/k3d.pot] Error 1
> make[1]: *** [po/CMakeFiles/nls.dir/all] Error 2
> make: *** [all] Error 2

You can safely ignore this, or remove
modules/pdiff/bitmap_perceptual_difference.cpp from po/POTFILES.in

Cheers,

--
Bart

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: Missing bitmap_perceptual_difference.cpp

by Esben Stien :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

"Bart Janssens" <bart.janssens@...> writes:

> You can safely ignore this

Ignored it. Thanks.

I was able to "make install", but the binary is 0 octets.

#ls -lh /usr/local/bin/k3d
-rwxr-xr-x 1 root root 0 2008-07-19 05:12 /usr/local/bin/k3d

I was able to run k3d with the:

make run/fast

, though.

--
Esben Stien is b0ef@e     s      a            
         http://www. s     t    n m
          irc://irc.  b  -  i  .   e/%23contact
           sip:b0ef@   e     e
           jid:b0ef@    n     n

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: Missing bitmap_perceptual_difference.cpp

by bART Janssens-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sunday 20 July 2008 04:08:27 Esben Stien wrote:
> "Bart Janssens" <bart.janssens@...> writes:
> > You can safely ignore this
>
> Ignored it. Thanks.
>
> I was able to "make install", but the binary is 0 octets.
>

Fixed it in SVN. You can always manually remove the files next time
po/POTFILES.in gets out of sync.

Cheers,

Bart

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: make install issues

by hoako :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Esben Stien wrote:
> "Bart Janssens" <bart.janssens@...> writes:
>
>> You can safely ignore this
>
> Ignored it. Thanks.
>
> I was able to "make install", but the binary is 0 octets.
Well, as far as I know K-3D is not meant to be "make install"ed right now.
(correct me if I am wrong)
 From my test i also couldn't make it run installed.
Also there is no "make uninstall".

I updated the wiki to avoid future users problems.

>
> #ls -lh /usr/local/bin/k3d
> -rwxr-xr-x 1 root root 0 2008-07-19 05:12 /usr/local/bin/k3d
>
> I was able to run k3d with the:
>
> make run/fast


Cheers!
Joaquín


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: make install issues

by Timothy M. Shead :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Joaquín Duo wrote:

> Esben Stien wrote:
>  
>> Ignored it. Thanks.
>>
>> I was able to "make install", but the binary is 0 octets.
>>    
> Well, as far as I know K-3D is not meant to be "make install"ed right now.
> (correct me if I am wrong)
>  
>  From my test i also couldn't make it run installed.
> Also there is no "make uninstall".
>
> I updated the wiki to avoid future users problems.
>  
Make install works exactly as intended.  It is an essential part of the
packaging process.  If you're having problems, we need to get them
fixed.  Please revert your changes to the documentation.

Tim

--
Timothy M. Shead, K-3D founder
http://www.k-3d.org



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development

Re: make install issues

by hoako :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Timothy M. Shead wrote:

> Joaquín Duo wrote:
>> Esben Stien wrote:
>>  
>>> Ignored it. Thanks.
>>>
>>> I was able to "make install", but the binary is 0 octets.
>>>    
>> Well, as far as I know K-3D is not meant to be "make install"ed right now.
>> (correct me if I am wrong)
>>  
>>  From my test i also couldn't make it run installed.
>> Also there is no "make uninstall".
>>
>> I updated the wiki to avoid future users problems.
>>  
> Make install works exactly as intended.  It is an essential part of the
> packaging process.  If you're having problems, we need to get them
> fixed.  Please revert your changes to the documentation.
Done.

I am going to give make install a test again.

Joaquín


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
K3d-development mailing list
K3d-development@...
https://lists.sourceforge.net/lists/listinfo/k3d-development
LightInTheBox - Buy quality products at wholesale price