WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: problems compiling  (Read 2574 times)

Offline fizzdigit

  • Newbie
  • *
  • Posts: 14
problems compiling
« on: November 17, 2010, 07:41:33 AM »
What I need is a list of every single package I should install to be able to compile something from source. I installed compiletc and I still can't get anything to compile. I tried to compile mp3blaster, a cli music player and it said I don't have a C compiler, I tried to compile the newest Abiword and it said I was missing a ton of packages, but I had them all installed. What gives?

or...maybe if someone could please update the Abiword extension that'd be cool too.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: problems compiling
« Reply #1 on: November 17, 2010, 08:21:32 AM »
Did you install compiletc with the apps browser - if so, this meta-extension would download a bunch of extensions required to compile most things:
Code: [Select]
binutils.tcz
base-dev.tcz
bison.tcz
diffutils.tcz
file.tcz
findutils.tcz
flex.tcz
gawk.tcz
gcc.tcz
gperf.tcz
grep.tcz
m4.tcz
make.tcz
patch.tcz
pkg-config.tcz
sed.tcz

..note also that you need to install extension_name-dev if you want to compile something that requires extension_name
« Last Edit: November 17, 2010, 08:23:32 AM by Juanito »

Offline fizzdigit

  • Newbie
  • *
  • Posts: 14
Re: problems compiling
« Reply #2 on: November 17, 2010, 03:52:42 PM »
ah. yes I downloaded compiletc using the appsbrowser. Still can't compile. I will have to look into the "-dev" packages I need for certain things. I shall try again and see. thanks

Offline fizzdigit

  • Newbie
  • *
  • Posts: 14
Re: problems compiling
« Reply #3 on: November 17, 2010, 04:58:25 PM »
 ;D Thanks a bunch. I wasn't aware of the "-dev" packages. When my compilation ran it just said I was missing [for example] "cairo" (which I had inistalled), not "cairo-dev". It is compiling as I type this. Much appreciated and now I know.

Offline tinypoodle

  • Hero Member
  • *****
  • Posts: 3857
Re: problems compiling
« Reply #4 on: November 18, 2010, 07:58:44 PM »
Could you consider submitting mp3blaster as an extension for the repo?
(Until now I am using the debian binaries...)
"Software gets slower faster than hardware gets faster." Niklaus Wirth - A Plea for Lean Software (1995)

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: problems compiling
« Reply #5 on: November 20, 2010, 07:42:07 AM »
Could you consider submitting mp3blaster as an extension for the repo?
(Until now I am using the debian binaries...)

posted

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: problems compiling
« Reply #6 on: November 21, 2010, 04:06:06 AM »
Could you consider submitting mp3blaster as an extension for the repo?
(Until now I am using the debian binaries...)

posted
Appbrowser-->Size shows ogg-vorbis.tcz as "Error, not found"
   

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: problems compiling
« Reply #7 on: November 21, 2010, 08:22:11 AM »
Thanks - that should have been libogg as a dep

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: problems compiling
« Reply #8 on: November 22, 2010, 01:32:53 AM »
Starting reports: "libvorbisfile.so.3: cannot open shared object file: No such file or directory".

libvorbis.tcz instead of libogg.tcz?
   

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14741
Re: problems compiling
« Reply #9 on: November 22, 2010, 02:32:24 AM »
both I presume, but I'm away from a tc machine to double-check at the moment.

libvorbis added to dep file

Offline SamK

  • Hero Member
  • *****
  • Posts: 713
Re: problems compiling
« Reply #10 on: November 22, 2010, 04:32:55 AM »
both I presume, but I'm away from a tc machine to double-check at the moment.

libvorbis added to dep file
A quick check in the TC3 repository shows libvorbis.tcz has a single dependency - libogg.tcz.