LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-21-2005, 06:07 PM   #1
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993
Blog Entries: 1

Rep: Reputation: 46
Which app for .lit files?


Which app will allow me to read files with a .lit extentio?
 
Old 10-21-2005, 08:48 PM   #2
bigrigdriver
LQ Addict
 
Registered: Jul 2002
Location: East Centra Illinois, USA
Distribution: Debian stable
Posts: 5,908

Rep: Reputation: 356Reputation: 356Reputation: 356Reputation: 356
http://www.kyz.uklinux.net/convlit.php
 
Old 10-22-2005, 03:56 PM   #3
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993

Original Poster
Blog Entries: 1

Rep: Reputation: 46
Thanks. Got the folloing error message rying to compile:
Code:
[linmix@linmix lib]$ cd ../clit12
[linmix@linmix clit12]$ make
cc -funsigned-char -Wall -O2 -I ../lib   -c -o clit12.o clit12.c
cc -funsigned-char -Wall -O2 -I ../lib   -c -o explode.o explode.c
cc -funsigned-char -Wall -O2 -I ../lib   -c -o transmute.o transmute.c
transmute.c: In function ‘transmute_lit’:
transmute.c:54: warning: implicit declaration of function ‘strlen’
transmute.c:54: warning: incompatible implicit declaration of built-in function ‘strlen’
transmute.c:60: warning: implicit declaration of function ‘memset’
transmute.c:60: warning: incompatible implicit declaration of built-in function ‘memset’
gcc -o clit12 clit12.o explode.o transmute.o ../lib/openclit.a
[linmix@linmix clit12]$
Any idea what's going wrong?
 
Old 10-25-2005, 04:20 PM   #4
linmix
Senior Member
 
Registered: Jun 2004
Location: Spain
Distribution: FC5
Posts: 1,993

Original Poster
Blog Entries: 1

Rep: Reputation: 46
Found this site to be more up to date (it's the continution of the project) and with a newer version, but I'm still having compile problems:

Code:
[linmix@linmix lib]$ make
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litdrm.o litdrm.c
litdrm.c: In function ‘lit_i_read_drm’:
litdrm.c:135: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litdrm.c:135: warning: pointer targets in passing argument 2 of ‘strncmp’ differ in signedness
litdrm.c: In function ‘lit_change_drm_level’:
litdrm.c:251: warning: pointer targets in passing argument 2 of ‘lit_i_encrypt_section’ differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litlib.o litlib.c
litlib.c: In function ‘lit_write_to_file’:
litlib.c:189: warning: pointer targets in passing argument 2 of ‘lit_get_file’ differ in signedness
litlib.c: In function ‘lit_get_file’:
litlib.c:235: warning: pointer targets in passing argument 1 of ‘strncasecmp’ differ in signedness
litlib.c: In function ‘lit_remove_files’:
litlib.c:359: warning: pointer targets in passing argument 1 of ‘strncasecmp’ differ in signedness
litlib.c: In function ‘lit_put_file’:
litlib.c:398: warning: pointer targets in passing argument 1 of ‘strncasecmp’ differ in signedness
litlib.c:427: warning: pointer targets in passing argument 1 of ‘strcpy’ differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litembiggen.o litembiggen.c
litembiggen.c: In function ‘lit_reconstitute_html’:
litembiggen.c:201: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:235: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:239: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:249: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:266: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:286: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:287: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:289: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:294: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:318: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:319: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:320: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:321: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:322: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:326: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:368: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:369: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:378: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:379: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:383: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:396: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:401: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:420: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:435: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:462: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:474: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:482: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:509: warning: pointer targets in passing argument 1 of ‘__builtin_strchr’ differ in signedness
litembiggen.c:509: warning: pointer targets in assignment differ in signedness
litembiggen.c:512: warning: pointer targets in assignment differ in signedness
litembiggen.c:515: warning: pointer targets in assignment differ in signedness
litembiggen.c:516: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:518: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litembiggen.c:520: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litembiggen.c:524: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litembiggen.c:526: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c: In function ‘write_entity’:
litembiggen.c:576: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:581: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:585: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
litembiggen.c:598: warning: pointer targets in passing argument 2 of ‘htmlwrite’ differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o littags.o littags.c
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litmetatags.o litmetatags.c
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litmanifest.o litmanifest.c
litmanifest.c: In function ‘lit_lookup_mapping’:
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 2 of ‘__builtin_strcmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
litmanifest.c:238: warning: pointer targets in passing argument 2 of ‘strncmp’ differ in signedness
litmanifest.c:239: warning: pointer targets in return differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litdirectory.o litdirectory.c
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litsections.o litsections.c
litsections.c: In function ‘lit_i_cache_section’:
litsections.c:147: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litsections.c:155: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
litsections.c:164: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
litsections.c:171: warning: pointer targets in passing argument 2 of ‘strcat’ differ in signedness
litsections.c:200: warning: pointer targets in passing argument 2 of ‘decompress_section’ differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o litheaders.o litheaders.c
litheaders.c: In function ‘lit_i_read_headers’:
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘strlen’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘__builtin_strcmp’ differ in signedness
litheaders.c:219: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o sha/mssha1.o sha/mssha1.c
sha/mssha1.c: In function ‘SHA1_Update’:
sha/mssha1.c:203: warning: implicit declaration of function ‘memcpy’
sha/mssha1.c:203: warning: incompatible implicit declaration of built-in function ‘memcpy’
sha/mssha1.c:211: warning: incompatible implicit declaration of built-in function ‘memcpy’
sha/mssha1.c: In function ‘SHA1_Final’:
sha/mssha1.c:236: warning: implicit declaration of function ‘memset’
sha/mssha1.c:236: warning: incompatible implicit declaration of built-in function ‘memset’
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o des/des.o des/des.c
cc -O2 -Wall -Ides -Isha -Ilzx   -c -o lzx/lzx.o lzx/lzx.c
lzx/lzx.c: In function ‘LZXdecompress’:
lzx/lzx.c:659: warning: implicit declaration of function ‘memcpy’
lzx/lzx.c:659: warning: incompatible implicit declaration of built-in function ‘memcpy’
lzx/lzx.c:669: warning: incompatible implicit declaration of built-in function ‘memcpy’
lzx/lzx.c:673: warning: incompatible implicit declaration of built-in function ‘memcpy’
rm -f openclit.a
ar rv openclit.a litdrm.o litlib.o litembiggen.o littags.o litmetatags.o litmanifest.o litdirectory.o litsections.o litheaders.o sha/mssha1.o des/des.o lzx/lzx.o
ar: creating openclit.a
a - litdrm.o
a - litlib.o
a - litembiggen.o
a - littags.o
a - litmetatags.o
a - litmanifest.o
a - litdirectory.o
a - litsections.o
a - litheaders.o
a - sha/mssha1.o
a - des/des.o
a - lzx/lzx.o
[linmix@linmix lib]$ cd ../clit15/
[linmix@linmix clit15]$ make
cc -funsigned-char -Wall -O2 -I ../lib   -c -o clit.o clit.c
cc -funsigned-char -Wall -O2 -I ../lib   -c -o explode.o explode.c
cc -funsigned-char -Wall -O2 -I ../lib   -c -o transmute.o transmute.c
transmute.c: In function ‘transmute_lit’:
transmute.c:53: warning: implicit declaration of function ‘strlen’
transmute.c:53: warning: incompatible implicit declaration of built-in function ‘strlen’
transmute.c:59: warning: implicit declaration of function ‘memset’
transmute.c:59: warning: incompatible implicit declaration of built-in function ‘memset’
gcc -o clit clit.o explode.o transmute.o ../lib/openclit.a
[linmix@linmix clit15]$
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lit forum ankhdragon General 6 10-31-2005 09:50 AM
Saving app-files siggns Linux - Newbie 1 10-28-2005 02:33 PM
numlock is always lit on keyboard pcandpc Mandriva 7 06-01-2005 11:16 PM
How to know what files an app is looking for? kornerr Linux - General 2 05-02-2005 10:07 AM
app for .wav files? riddlebox80 Linux - Software 4 06-21-2003 05:15 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:12 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration