Displaying 2 results from an estimated 2 matches for "memmel".
Did you mean:
memmem
2005 Nov 28
2
[LLVMdev] Help setting up a llvm project
...to want all sources
in one directory.
If I do something like
SOURCES += aot/aotclass.cc aot/aotfactory.cc aot/mangle.cc
I get the follwing error
GC heuristics: --param ggc-min-expand=81 --param ggc-min-heapsize=95905
aot/aotclass.cc:301: fatal error: opening dependency file
/media/WDC_Combo/home/memmel/GTK2.7/Qspin/Developer/Source/Languages/Core/Source/core/lib/compiler/gcjx/Debug/aot/aotclass.CXXd:
No such file or directory
compilation terminated.
and trying to get them to had via LIBS as one big object file seems to
fail also.
Mike
2005 Nov 28
0
[LLVMdev] Help setting up a llvm project
...gt; If I do something like
>
> SOURCES += aot/aotclass.cc aot/aotfactory.cc aot/mangle.cc
>
> I get the follwing error
> GC heuristics: --param ggc-min-expand=81 --param ggc-min-heapsize=95905
> aot/aotclass.cc:301: fatal error: opening dependency file
> /media/WDC_Combo/home/memmel/GTK2.7/Qspin/Developer/Source/Languages/Core/Source/core/lib/compiler/gcjx/Debug/aot/aotclass.CXXd:
> No such file or directory
> compilation terminated.
This is telling you that it couldn't find the dependency file for C++. That's
because there's no "aot" directory in...