Discussion Board

Results 1 to 5 of 5
  1. #1
    Registered User MikaelWT's Avatar
    Join Date
    Jun 2007
    Posts
    17
    Hi !

    I have 3 problems building Raccon, on windows

    1.WARNING: Can't find following headers in User or System Include Paths
    "buildconfig.h" "buildconfig.h" "buildconfig.h" -> where is this buildconfig.h suppose to be ? Is this a warning I can ignore ?

    2.Not attempting to create "\Symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\UDEB\connector.lib"
    from frozen .DEF file, since EXPORTUNFROZEN specified.
    I read that the FROZEN thing you could just be ignored but my libs does not build...

    3.mwldsym2.exe: Multiply defined symbol: _UPPER_LIMIT_PRIORITY_HIGHEST in
    mwldsym2.exe: files signals.o, otherchild.o. I get alot of this Multiply defined symbols

    Any help or clues would be highly appreciated

    /Mikael T

  2. #2
    Nokia Developer Expert jhnwkmn's Avatar
    Join Date
    Mar 2003
    Posts
    457
    You seem to be using the FP1 SDK. I'm still using the MR one, so that may or may not explain some of the errors.

    Quote Originally Posted by MikaelWT
    1.WARNING: Can't find following headers in User or System Include Paths
    "buildconfig.h" "buildconfig.h" "buildconfig.h" -> where is this buildconfig.h suppose to be ? Is this a warning I can ignore ?
    At which point to do you get that warning? Is the include-chain shown?

    2.Not attempting to create "\Symbian\9.2\S60_3rd_FP1\EPOC32\RELEASE\WINSCW\UDEB\connector.lib"
    from frozen .DEF file, since EXPORTUNFROZEN specified.
    I read that the FROZEN thing you could just be ignored but my libs does not build...
    That warning really should be ok. A def-file is not used, because the only components that use that library are components that are developed together with it. Freezing would just make re-factoring harder while providing backward compatibility, which is not needed.

    3.mwldsym2.exe: Multiply defined symbol: _UPPER_LIMIT_PRIORITY_HIGHEST in
    mwldsym2.exe: files signals.o, otherchild.o. I get alot of this Multiply defined symbols
    That's an OpenC problem that is easily fixed. In OpenC's sys/resource.h, change
    Code:
    const int UPPER_LIMIT_PRIORITY_HIGHEST = -20;
    const int LOWER_LIMIT_PRIORITY_HIGHEST = -16;
    ...
    into
    Code:
    enum {
          UPPER_LIMIT_PRIORITY_HIGHEST = -20,
          LOWER_LIMIT_PRIORITY_HIGHEST = -16,
          ...
    Johan
    Last edited by jhnwkmn; 2007-06-25 at 16:26.

  3. #3
    Registered User MikaelWT's Avatar
    Join Date
    Jun 2007
    Posts
    17
    I will try to use the MR release, it is not possible to download it at the moment, so later.

    But I got alot longer with the OpenC fix.

    The include chain is like: ( for the not finding the buildconfig.h )

    WARNING: Can't find following headers in User or System Include Paths
    "buildconfig.h" "buildconfig.h" "buildconfig.h"
    (User Inc Paths "\symbian\9.2\s60_3rd_fp1\mws\phone\httpd\mod_python-3.1\src\" "\Symbian\9.2\S60_3rd_FP1\mws\phone\httpd
    \mod_python-3.1\src\include\" "\Symbian\9.2\S60_3rd_FP1\EPOC32\include\python\")
    Dependency list for "\Symbian\9.2\S60_3rd_FP1\mws\phone\httpd\mod_python-3.1\src\symbian_util.c" may be incomplete

    and also

    ..\..\..\EPOC32\include\python\pyconfig.h:21: the file 'buildconfig.h' cannot be opened
    ..\..\..\EPOC32\include\python\pyconfig.h:21: (included from:
    ..\..\..\EPOC32\include\python\pyconfig.h:21: C:\Symbian\9.2\S60_3rd_FP1\EPOC32\include\python\Python.h:25
    ..\..\..\EPOC32\include\python\pyconfig.h:21: C:\Symbian\9.2\S60_3rd_FP1\mws\phone\httpd\mod_python-3.1\src\include\mo
    d_python.h:67

  4. #4
    Nokia Developer Expert jhnwkmn's Avatar
    Join Date
    Mar 2003
    Posts
    457
    Hi,

    Which PyS60 version are you using?

    buildconfig.h is missing from the 1.3.22 SDK but is included in 1.3.23.

    Johan

  5. #5
    Registered User MikaelWT's Avatar
    Join Date
    Jun 2007
    Posts
    17
    Hi !

    It works when I used the S60 3rd_MR... So by just reading the instructions ...
    and the OpenC fix...


    thaks alot.

Similar Threads

  1. Problem while building jsp/servlet in j2me
    By sachinwarang in forum Mobile Java General
    Replies: 4
    Last Post: 2007-08-22, 12:08
  2. Carbide c++ express - make not found
    By yostane in forum Symbian Tools & SDKs
    Replies: 4
    Last Post: 2006-10-03, 15:23
  3. Example Icons not shown : Please help !
    By Mauro_Nokia in forum Symbian C++
    Replies: 4
    Last Post: 2006-07-07, 09:25
  4. Getting problem in Building app for Wins
    By Mdhaval in forum Symbian C++
    Replies: 5
    Last Post: 2004-09-25, 08:08
  5. Problem building BT examples
    By kiaong in forum Bluetooth Technology
    Replies: 1
    Last Post: 2003-04-30, 11:12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved