Author |
Message |
Topic: use GLFW as static |
bioinfornatics
Replies: 2
Views: 17219
|
Forum: Derelict Posted: Thu Apr 19, 2012 4:14 am Subject: use GLFW as static |
oh ok then i need found how build with success glfw as shared lib
thanks |
Topic: use GLFW as static |
bioinfornatics
Replies: 2
Views: 17219
|
Forum: Derelict Posted: Wed Apr 18, 2012 5:12 pm Subject: use GLFW as static |
i got a problem with derelict3
$ ldc2 main.d /usr/lib64/libDerelictGLFW3.a /usr/lib64/libDerelictGL3.a /usr/lib64/libDerelictUtil.a
$ ./main
derelict.util.exception.SharedLibLoadException@. ... |
Topic: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
bioinfornatics
Replies: 7
Views: 45755
|
Forum: gtkD Posted: Sat Feb 18, 2012 12:51 pm Subject: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
yes i use geany for generate tag i.e prep section |
Topic: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
bioinfornatics
Replies: 7
Views: 45755
|
Forum: gtkD Posted: Fri Feb 17, 2012 2:50 pm Subject: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
They are a scratch build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=3790060
file are located temporary at this location |
Topic: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
bioinfornatics
Replies: 7
Views: 45755
|
Forum: gtkD Posted: Fri Feb 17, 2012 2:50 pm Subject: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
They are a scratch build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=3790060
file are located temporary at this location |
Topic: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
bioinfornatics
Replies: 7
Views: 45755
|
Forum: gtkD Posted: Fri Feb 17, 2012 1:58 pm Subject: New DEB/RPM packages (gtkd 1.5.1+svn933 - dmd 2.058) |
Fedora will provides GtkD by default. Package is currently in review https://bugzilla.redhat.com/show_bug.cgi?id=761319
waiting license issue |
Topic: License |
bioinfornatics
Replies: 1
Views: 13673
|
Forum: gtkD Posted: Wed Feb 15, 2012 6:13 pm Subject: License |
The license is still unclear. The COPYING file says
LGPLv3 with exceptions, and the source code says LGPLv3+.
This issue block the fedora review |
Topic: github |
bioinfornatics
Replies: 2
Views: 16464
|
Forum: gtkD Posted: Wed Feb 15, 2012 2:59 am Subject: github |
I start to move the wiki: https://github.com/gtkd-developers/GtkD/wiki
And you can download the tagged release: https://github.com/downloads/gtkd-developers/GtkD/gtkD-1.5.1.zip |
Topic: github |
bioinfornatics
Replies: 2
Views: 16464
|
Forum: gtkD Posted: Tue Feb 14, 2012 10:33 am Subject: github |
Since Dsource is often down i have mirrored gtkd to github
https://github.com/gtkd-developers/GtkD
I have given permission to mike wey.
I can leave the organisation, if is needed
History are ... |
Topic: GTK3 support |
bioinfornatics
Replies: 1
Views: 13744
|
Forum: gtkD Posted: Fri Feb 10, 2012 10:44 am Subject: GTK3 support |
Dear,
Thanks to Mike Wey for his awesome works
I would like to know if gtkd will support gtk3 ? |
Topic: DerelictGL3 |
bioinfornatics
Replies: 11
Views: 21583
|
Forum: Derelict Posted: Thu Feb 02, 2012 3:20 pm Subject: DerelictGL3 |
great
could you add a build system (make by example) for to be able build as shared or static lib
if you choose make file they are a template here who support both
https://github.com/bioinfornat ... |
Topic: Build Error |
bioinfornatics
Replies: 2
Views: 9075
|
Forum: Derelict Posted: Thu Feb 02, 2012 3:14 pm Subject: Build Error |
what! copy command do not exist on you win system ? |
Topic: DevIL |
bioinfornatics
Replies: 4
Views: 10567
|
Forum: Derelict Posted: Thu Jan 19, 2012 11:56 am Subject: DevIL |
But it seem DevIL-ILUT do not exist on AUR |
Topic: dynamic linking |
bioinfornatics
Replies: 5
Views: 23180
|
Forum: gtkD Posted: Thu Jan 19, 2012 11:45 am Subject: dynamic linking |
suggest this:
diff -up gtkd/GNUmakefile.diff2 gtkd/GNUmakefile
--- gtkd/GNUmakefile.diff2 2012-01-19 18:37:58.323640248 +0100
+++ gtkd/GNUmakefile 2012-01-19 18:39:44.863679795 +0 ... |
Topic: dynamic linking |
bioinfornatics
Replies: 5
Views: 23180
|
Forum: gtkD Posted: Thu Jan 19, 2012 11:31 am Subject: dynamic linking |
I think we could use now -shared flag both ldc and dmd have it
$(DC) -shared $(output)$@.$(SO_VERSION) $^
instead of
$(CC) -shared -Wl,-soname,$@.$(SO_VERSIO ... |
|