Announcement

Collapse
No announcement yet.

compilation problems

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    compilation problems

    Hi There,

    I would like to get a project that I had worked on a while ago (with Kubuntu 7.10) ported to my current environment that I just setup with Kubuntu 8.10 (installed kubuntu-desktop from an initial Ubuntu install) but KDevelop 3.5.3 tells me a whole bunch of times accross the whole project (almost every file) 'EXIT_SUCCESS' was not declared in this scope where 'EXIT_SUCCESS' also shows up as 'strerror', 'strlen', 'atoi', 'system' or any other standard c/c++ keyword - i see that those key words are all in include files and when i explicitly include those headers, the compiler errors seem to disappear - but why does it compile without all these "standard includes" on a different system? I feel as if i'm missing something on my system. I installed the build-essential package tho.
    Also the system where it works to compile just fine features gcc 3.4.4 where as i'm trying to get it compiled on my box with 4.3.2 - that shouldn't make a difference, eh?
    Any clues?
    Thanks,
    Ron

    PS> Yes I do haave access to a system where the project compiles succesfully - same code!
    roN

    http://www.inetgate.biz

    #2
    Re: compilation problems

    Maybe > FAQ: Installing from source >> GCC 4.3/4.4
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment


      #3
      Re: compilation problems

      Originally posted by Rog131
      Oh wow, Okay, I go ahead then and adjust the header files.

      Thanks, man!
      Ron
      roN

      http://www.inetgate.biz

      Comment

      Working...
      X