Jump to content

Reboot

Banned
  • Posts

    529
  • Joined

  • Last visited

  • Days Won

    33
  • Feedback

    0%

Posts posted by Reboot

  1. Wonder where a mirror link (because your was offline) is a off-topic.

    You never stated you did not wanted re-uploads.

    So explain me, wheres the off-topic?

    Please nicely, and does not start with offtopic.
    I said clearly, the topic was clean.
     
    If you have any suggestions about the source, I'm listening glad.
    Thx.
    • Love 2
  2. Hello guys ^-^

     

    I tried to install g++ but i become the following error

    
      -Wl,-rpath=/usr/local/lib/gcc48
    
    For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
    transparently.
    
    *** Error code 70
    
    Stop.
    make[1]: stopped in /usr/ports/lang/gcc48
    *** Error code 1
    
    Stop.
    make: stopped in /usr/ports/lang/gcc48
    root@p2:/usr/ports/lang/gcc48 #
    
    

    Could somebody help me? ^-^

    Use gcc49.

     

    Use a clean freebsd, ports is shit , belive me.

     

    Use a clean freebsd and this steps :

    pkg install gcc49
    pkg install makedepend
    pkg install gmake
    pkg install boost-all
    pkg install subversion
    pkg install cryptopp
    
  3. The topic has been cleared by sanchez, please do not post off-topic posts.
    This is my topic, just post your opinions about the source and what I should add to improve.
     
    We allowed and those in romania, I understood that I could not stop download. Can I have friends in thread countries and take easy link.
    • Love 3
  4. gcc -c -fPIC file.c -o file.o

    This will generate an object file (.o), now you take it and create the .so file:

    gcc file.o -shared -o file.so
    
    

    If you want to the steps below in one step :

    gcc -shared -o files.so -fPIC files.c
    

    I recomand gcc49 for that..

     

     

    You can use for example , if you are beginner IMER LIBS : 

     

     

    The exetnsion on you code must be  (.c or .cpp )

     

    Good luck

    • Love 1
  5.  

    Error 20 error C1083: Cannot open include file: 'Python-2.2/python.h': No such file or directory c:usersadministratordesktop25mainline_releasedmainline_sgsrcsclientscriptLibStdAfx.h 9 1 PRTerrainLib
     
     
    please help me

     

    Open novaline /Client /Scriptlib /Python 2.2

    Copy from python 2.2 all .h files in extern/include/python 2.2

     

    Open novaline /Client /Scriptlib /Python 2.2/libs

    Copy from libs all lib intro  /extern/lib 

     

    Compile now

     

    Open extern/include/Python2.2 

    Open bitset.h and delete this line

    #define  const        char
    

     

    Open extern/cryptopp and recompile cryptopp with v120_xp toolset

     

    That is all , must work

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.