Search:

Type: Posts; User: andereasmehdi

Search: Search took 0.00 seconds.

  1. I don't get what you mean. would you explain more?

    I don't get what you mean. would you explain more?
  2. hi "makeArray" is a macro in the...

    hi
    "makeArray" is a macro in the dstruct/src/Array.h file from the SRI sources. and replacing the file fixed it.

    I changed the

    OBJ_READMATRIX= LHash.o Map.o zio.o Array.o File.o Vocab.o...
  3. :biggrin: LOL

    :biggrin: LOL
  4. LOL ;) Here is the Line that makes the...

    LOL ;)

    Here is the Line that makes the error:


    makeArray(char, tagName, strlen(_metaTag) + 20);


    I know that we can not pass a type as an argument but I don't know maybe it is a macro...
  5. hi tabstop, thanks for your useful tips. I...

    hi tabstop, thanks for your useful tips. I understand you a little now. i changed OBJ_READMATRIX= ngram-count.o to OBJ_READMATRIX= Vocab.o option.o ngram-count.o and it works! I mean one of the...
  6. hi @MK27: thanks for your helpful links. But...

    hi
    @MK27: thanks for your helpful links. But MK27 i don't want to learn C++, also it has not syntactic error. I don't know how to compile C++ in Cygwin.
    @tabstop: I changed Opt_Parse(argc, argv,...
  7. you are right but I don't know where and how to...

    you are right but I don't know where and how to list them in my make file? I know nothing about linux and makefiles. :frown:
  8. yes I am sure about that. in src folder there are...

    yes I am sure about that. in src folder there are 18 c files and 8 .h files.
    I am getting confused. I dont know what to do. i dont know where is the error? maybe my cygwin has some parameters that i...
  9. you know I download the code from a scientific...

    you know I download the code from a scientific site that it is free license.

    Here is the link:

    http://userver.ftw.at/~pucher/semanlm/semanlm0.91.zip

    if it is useful.

    Here is my make file...
  10. Can't Compile a code!!! I ran into "undefined reference to" error.

    hi i use cyqwin machine and i am new in linux. i can not compile a code i ran into these errors:

    ngram-count.o:ngram-count.cc: (.text+0xa9): undefined reference to `_Opt_Parse'...
Results 1 to 10 of 10