User forums > Nightly builds

The 23 June 2007 build is out.

<< < (3/4) > >>

Morphius Faydal:

--- Quote from: daniel2000 on June 24, 2007, 02:45:12 am ---I don't have time to build them atm. university is quite stressful :(

--- End quote ---

Dude.. I totally understand.. Fish CS/EE major. I haven't even *got* to the hard stuff and it's stressful.

scubanator87:
Well thanks for the update. I know what you mean im studying CpE (Computer Engineering) and taking a C++ class over the summer here. I just switched to fedora a few weeks ago and i still have not had the time to get working packages built for fedora. I need to look for a guide then do it. I tried building x11vnc as a .rpm using checkinstall but it didnt work :-( oh well. I can use cvs/svn to grab the NB source right? If so ill just compile myself and if i can get working packages made id gladly share.

TheTuxKeeper:
Here's what you have to do if you want to compile your own rpm package (there will be more than one package!):

* su -c 'yum groupinstall "Development Tools"'
* su -c 'yum install intltool wxGTK-devel'
* Checkout the sources
* run ./bootstrap and ./configure --enable-contrib
* make dist
* su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'If there's an error during make dist or rpmbuild, please report it. I haven't built cb for some weeks  :shock:
Then install the codeblocks packages you want. They'll be in /usr/src/redhat/RPMS/$architecture
Also take a look at the wiki: Installing Code::Blocks from source on RPM based distributions

Morphius Faydal:

--- Quote from: daniel2000 on June 24, 2007, 04:26:11 am ---Here's what you have to do if you want to compile your own rpm package (there will be more than one package!):

* su -c 'yum groupinstall "Development Tools"'
* su -c 'yum install intltool wxGTK-devel'
* Checkout the sources
* run ./bootstrap and ./configure --enable-contrib
* make dist
* su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'If there's an error during make dist or rpmbuild, please report it. I haven't built cb for some weeks  :shock:
Then install the codeblocks packages you want. They'll be in /usr/src/redhat/RPMS/$architecture
Also take a look at the wiki: Installing Code::Blocks from source on RPM based distributions

--- End quote ---

Maybe I should install Fedora Core on VMWare just for this. :)

scubanator87:
Ok so i got an error:

[stanner@s3raph1rn-6000 trunk]$ su -c 'rpmbuild -tb codeblocks-trunk-r$REVISION.tar.gz'
Password:
error: File codeblocks-trunk-r.tar.gz: No such file or directory
sh: codeblocks-trunk-r.tar.gz: No such file or directory
sh: codeblocks-trunk-r.tar.gz: No such file or directory
error: Name field must be present in package: (main package)
error: Version field must be present in package: (main package)
error: Release field must be present in package: (main package)
error: Summary field must be present in package: (main package)
error: Group field must be present in package: (main package)
error: License field must be present in package: (main package)
[stanner@s3raph1rn-6000 trunk]$


But i re ran it as:
[stanner@s3raph1rn-6000 trunk]$ su -c 'rpmbuild -tb codeblocks-trunk-r*.tar.gz'
seemd to work(stil running)

now that it finished (technically)
./wxthings/wxthings/src/toggle.cpp:41: warning: 'sm_eventTableEntries' defined but not used
make[4]: *** [toggle.lo] Error 1
make[4]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins/contrib/wxSmithContribItems'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins/contrib'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/codeblocks-trunk-r4163/src'
make: *** [all-recursive] Error 1
error: Bad exit status from /var/tmp/rpm-tmp.31783 (%build)


RPM build errors:
    Bad exit status from /var/tmp/rpm-tmp.31783 (%build)
[stanner@s3raph1rn-6000 trunk]$

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version