GIDForums  

Go Back   GIDForums > Computer Programming Forums > FLTK Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 21-Oct-2004, 21:14
Plumb Plumb is offline
New Member
 
Join Date: Oct 2004
Posts: 10
Plumb is on a distinguished road

fltk-2.0 cvs


Has anyone here had any luck compiling the cvs version of fltk-2.0? I have tried a couple of times by updating every couple of weeks but havn't been able to get past the fluid linking stage.

Plumb
  #2  
Old 23-Oct-2004, 21:49
Plumb Plumb is offline
New Member
 
Join Date: Oct 2004
Posts: 10
Plumb is on a distinguished road

Ignore previous message


Ignore the previous message, as I have successfully compiled the cvs version from Oct 23, 2004.
  #3  
Old 04-Nov-2004, 17:35
podarok's Avatar
podarok podarok is offline
New Member
 
Join Date: Nov 2004
Location: Ukraine, Київ
Posts: 23
podarok is on a distinguished road
Quote:
Originally Posted by Plumb
Has anyone here had any luck compiling the cvs version of fltk-2.0? I have tried a couple of times by updating every couple of weeks but havn't been able to get past the fluid linking stage.

Plumb
I use fltk2.0 for a long time(mingw and FreeBSD)
  #4  
Old 04-Nov-2004, 22:37
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Florina, Greece
Posts: 1,112
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough
Glad to hear you got the 2x compiled. I am just getting ready to do the same. Nice to see you both here.
__________________

"A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes."
--Hugh Downs

Stories from the NICU Blog
  #5  
Old 05-Nov-2004, 09:43
podarok's Avatar
podarok podarok is offline
New Member
 
Join Date: Nov 2004
Location: Ukraine, Київ
Posts: 23
podarok is on a distinguished road
Quote:
Originally Posted by cable_guy_67
Glad to hear you got the 2x compiled. I am just getting ready to do the same. Nice to see you both here.
tell us how U try to build fltk2.0cvs... may be we can help...
  #6  
Old 05-Nov-2004, 10:31
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Florina, Greece
Posts: 1,112
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough
Quote:
Originally Posted by podarok
tell us how U try to build fltk2.0cvs... may be we can help...

Building from CVS snapshot using:

fltk-2.0.x
gcc 3.3.3 <cygwin special.
bash 2.05b

configure
make
then I would:
make install
make clean

I am having some problems (I believe I am missing a -I libs path) so when I got to the fluid linking stage a had a full failure. I had some similar problems with 1.1.5 and had to edit a few dependencies. For now, I just:
make uninstall
make clean

cd /usr/src/fltk1.1.5
configure
make
make install
make clean

I will have to get back at 2.0 next week as I am moving my home this weekend and doubt I will have much time. Thanks for the offer. I will get back here when I start to jump to 2.0. Looking through the newsgroups at fltk.org I noticed a few pointers when using cygwin.
__________________

"A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes."
--Hugh Downs

Stories from the NICU Blog
  #7  
Old 05-Nov-2004, 11:13
podarok's Avatar
podarok podarok is offline
New Member
 
Join Date: Nov 2004
Location: Ukraine, Київ
Posts: 23
podarok is on a distinguished road
Quote:
Originally Posted by cable_guy_67
Building from CVS snapshot using:

fltk-2.0.x
gcc 3.3.3 <cygwin special.
bash 2.05b

configure
make
then I would:
make install
make clean

I am having some problems (I believe I am missing a -I libs path) so when I got to the fluid linking stage a had a full failure. I had some similar problems with 1.1.5 and had to edit a few dependencies. For now, I just:
make uninstall
make clean
give us a log when U build sources
  #8  
Old 09-Nov-2004, 06:49
dsmith's Avatar
dsmith dsmith is offline
Senior Member
 
Join Date: Jan 2004
Location: Utah, USA
Posts: 1,351
dsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of lightdsmith is a glorious beacon of light
For those of you that have built fltk 2.0, does it coexist nicely with the 1.1 branch? I would like to experiment with 2.0, but I don't want to rework all of my existing 1.1 based programs at this time

Thanks.
  #9  
Old 09-Nov-2004, 08:35
cable_guy_67's Avatar
cable_guy_67 cable_guy_67 is offline
Senior Member
 
Join Date: Oct 2004
Location: Florina, Greece
Posts: 1,112
cable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the roughcable_guy_67 is a jewel in the rough
Quote:
Originally Posted by dsmith
For those of you that have built fltk 2.0, does it coexist nicely with the 1.1 branch? I would like to experiment with 2.0, but I don't want to rework all of my existing 1.1 based programs at this time

Thanks.

My first attempt with the cvs failed not so badly. I made it to the linking stage with fluid.exe. Then, (what a mistake) I took some advice from the fltk.org newsgroups for changes suggested and my failures compounded. As far as living a comfortable life alongside the 1.1 branch, my opinion is no. It seems that there are named files common to both. Of course, this could also be no more than the new fltk-config not being created or something toward the end of the make.

To clarify, when the 2.0 install failed I jumped back to my work dir to see if I could compile an existing 1.1.x project. Not a chance. I must add though that doing an uninstall and clean on the 2.0 worked great. It was then just a matter or doing a make install on 1.1.5 and I was back to compiling the old project. So I will give it another go by the weekend.

I am not entirely sure that some of my failure was not due to my cygwin installation though. That has always been a bit of a mystery to me no being a *nix person.

Working on the 2.0 install I found some (minor) adjustments needed (zlib, jpeg and png) mostly resolved by adding a "../" to an include. If anyone has successfully built 2.0 I would love to see a success story especially if it is with a cygwin installation. Going through the fltk2.0.x/src it appears that the old "Fl/" is the same as 1.1.5 with the addition of a "fltk/" dir that looks like the "new" way the headers are stored. The names don't all start with "Fl_" as they did before. My thought was so that both the 1.1 and 2.0 would live in harmony. I can't back this up with fact though, just speculation. Hopefully someone out there is having more luck with this than I am. I really like what I have seen of the changes (just the addition of fltk own namespace to start with) seems to say, this is the way it will be done from now on.

My hope is that we will see a source tarball soon so I can quit fighting with cvs.

edit: I will include a log when I make my effort this weekend. Thanks for that simple (yet important) advice. Unless Kreskin is out there it is the only way to get reliable help. :-)
__________________

"A happy person is not a person in a certain set of circumstances, but rather a person with a certain set of attitudes."
--Hugh Downs

Stories from the NICU Blog
  #10  
Old 09-Nov-2004, 08:43
podarok's Avatar
podarok podarok is offline
New Member
 
Join Date: Nov 2004
Location: Ukraine, Київ
Posts: 23
podarok is on a distinguished road
Quote:
Originally Posted by cable_guy_67
My hope is that we will see a source tarball soon so I can quit fighting with cvs.
for tarbals try http://www.fltk.net
Quote:
Originally Posted by cable_guy_67
edit: I will include a log when I make my effort this weekend. Thanks for that simple (yet important) advice. Unless Kreskin is out there it is the only way to get reliable help. :-)
if U use cygwin - try to use www.mingw.org(mingw + msys + msysDTK) - it it more faster and friendly with windows
 
 

Recent GIDBlogRunning Linux Programs at Boot Time by gidnetwork

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Forums on GIDForums admin GIDForums™ 16 07-Jun-2010 10:10
[Tutorial] GUI programming with FLTK dsmith FLTK Forum 10 03-Oct-2005 15:41
FLTK with GLUT usmsci FLTK Forum 4 26-Nov-2004 16:21
GUI programming crystalattice C++ Forum 5 14-Sep-2004 12:17
Welcome to the FLTK Forums dsmith FLTK Forum 0 08-Sep-2004 06:58

Network Sites: GIDNetwork · GIDApp · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 17:53.


vBulletin, Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.