Skip to content

Instantly share code, notes, and snippets.

@fracek
Created March 31, 2014 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fracek/9894402 to your computer and use it in GitHub Desktop.
Save fracek/9894402 to your computer and use it in GitHub Desktop.
Welcome to Open Dylan
Version 2013.2
Copyright (c) 1997-2004, Functional Objects, Inc.
Portions Copyright (c) 2004-2013, Dylan Hackers
Portions Copyright (c) 2001-2012, Ravenbrook Ltd.
Opened project qt-core (/home/cek/qt-bindings/dylan/qt-core/qt-core.hdp)
Number of libraries to compile: 4
Library "dylan" is up to date.
Library "common-dylan" is up to date.
Library "c-ffi" is up to date.
Library "qt-core" is up to date.
Build of 'qt-core' completed
Cc QDir.o : QDir.c
QDir.c:342:13: error: conflicting types for ‘qtc_QDir_match_jobject_jobject’
extern void qtc_QDir_match_jobject_jobject (void*, void*);
^
QDir.c:341:13: note: previous declaration of ‘qtc_QDir_match_jobject_jobject’ was here
extern void qtc_QDir_match_jobject_jobject (void*);
^
QDir.c: In function ‘Kqdir_match_list_stringVqt_coreI’:
QDir.c:1610:3: error: too few arguments to function ‘qtc_QDir_match_jobject_jobject’
qtc_QDir_match_jobject_jobject(T1);
^
QDir.c:342:13: note: declared here
extern void qtc_QDir_match_jobject_jobject (void*, void*);
^
Internal error: Link failed: Building target <qt-core>QDir.o: "gcc -c -o "QDir.o" -w -g -O2 -DOPEN_DYLAN_PLATFORM_UNIX -DOPEN_DYLAN_PLATFORM_LINUX -DOPEN_DYLAN_ARCH_X86_64 -fPIC -DGC_USE_BOEHM -DGC_THREADS -I/home/cek/bin/opendylan-2013.2/include "QDir.c"" failed with return status 1
Exiting with return code -1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment